Commit History

Author SHA1 Message Date
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Tim Graham e2112a5e1a Made cosmetic edits to the "What happens when you save?" docs. 8 years ago
  Adam Chainz 224fe22bf1 Doc'd that model instances with pk=None don't compare equal. 8 years ago
  Tim Graham 9556005425 Fixed #27048 -- Documented that refresh_from_db() doesn't reload @cached_properties. 8 years ago
  Tim Graham 20d1cb33c2 Fixed #26787 -- Documented deleting and reloading of model instance fields. 8 years ago
  Tim Graham 46a38307c2 Removed versionadded/changed annotations for 1.9. 8 years ago
  Marti Raudsepp b9ae662c97 Fixed #26620 -- Made Model.refresh_from_db() fail when passed unknown kwargs. 8 years ago
  Tim Graham f5ff5010cd Fixed #26483 -- Updated docs.python.org links to use Intersphinx. 9 years ago
  Anssi Kääriäinen 7f51876f99 Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferred instance loading. 9 years ago
  Marten Kenbeek 16411b8400 Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 9 years ago
  Qile Wang 83a710b8d3 Fixed typo in docs/ref/models/instances.txt 9 years ago
  Tim Graham de99f558d8 Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_compatible. 9 years ago
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 years ago
  Adam Brenecki 52a190b657 Fixed #24988 -- Documented passing a dictionary of ValidationErrors to ValidationError 9 years ago
  Tim Graham 87d55081ea Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 9 years ago
  Luke fd869cceac Fixed mistake in Model.from_db() example. 9 years ago
  Alexander Sosnovskiy 04e8d890ae Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted objects. 10 years ago
  David Krisch 1a62f19707 Fixed #24763 -- Moved DoesNotExist exception to model docs. 10 years ago
  Andriy Sokolovskiy 81c2d9f60b Fixed #15579 -- Added ability to delete only child models in multi-table inheritance. 10 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 years ago
  Claude Paroz 0a4b04fc23 Used https for most *.python.org links 10 years ago
  Anssi Kääriäinen c7175fcdfe Fixed #901 -- Added Model.refresh_from_db() method 10 years ago
  Alasdair Nicol 5b26a014a8 Fixed #23865 -- documented how to assign errors to a field in Model.clean() 10 years ago
  Berker Peksag 5c517ec218 Fixed versionchanged indentation in docs/. 10 years ago
  Tim Graham 349471eeb9 Fixed spelling errors in docs. 10 years ago
  Markus Holtermann 04bd84786d Fixed #23602 -- Add comment on get_absolute_url regarding user input 10 years ago
  Tim Graham 4e4c10bc61 Removed docs for @permalink decorator. 10 years ago
  Tim Graham 42f5c8f397 Fixed typo in docs/ref/models/instances.txt 10 years ago
  Anssi Kääriäinen 0b6f05ede6 Fixed #19501 -- added Model.from_db() method 10 years ago
  Anubhav Joshi 42736ac8e8 Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 10 years ago