summaryrefslogtreecommitdiff
path: root/docs/ref/models/instances.txt
AgeCommit message (Expand)Author
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-08-01Fixed typos in comments and docs.luz.paz
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-01-30Fixed #29076 -- Made Model.refresh_from_db() clear cached relationships even ...Jon Dufresne
2017-06-19Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.François Freitag
2017-06-13Fixed #27434 -- Doc'd how to raise a model validation error for a field not i...Matthias Kestenholz
2017-06-02Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.Lachlan Musicman
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-23Assumed iri_to_uri always returns a stringClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-12-17Made cosmetic edits to the "What happens when you save?" docs.Tim Graham
2016-10-07Doc'd that model instances with pk=None don't compare equal.Adam Chainz
2016-08-12Fixed #27048 -- Documented that refresh_from_db() doesn't reload @cached_prop...Tim Graham
2016-06-21Fixed #26787 -- Documented deleting and reloading of model instance fields.Tim Graham
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-18Fixed #26620 -- Made Model.refresh_from_db() fail when passed unknown kwargs.Marti Raudsepp
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-04-29Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-03Fixed typo in docs/ref/models/instances.txtQile Wang
2015-09-25Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_com...Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-08-13Fixed #24988 -- Documented passing a dictionary of ValidationErrors to Valida...Adam Brenecki
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-07-03Fixed mistake in Model.from_db() example.Luke
2015-05-22Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...Alexander Sosnovskiy
2015-05-08Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch
2015-03-17Fixed #15579 -- Added ability to delete only child models in multi-table inhe...Andriy Sokolovskiy
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-11-28Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen
2014-11-21Fixed #23865 -- documented how to assign errors to a field in Model.clean()Alasdair Nicol
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-10-28Fixed spelling errors in docs.Tim Graham
2014-10-06Fixed #23602 -- Add comment on get_absolute_url regarding user inputMarkus Holtermann
2014-07-10Removed docs for @permalink decorator.Tim Graham
2014-07-02Fixed typo in docs/ref/models/instances.txtTim Graham
2014-07-01Fixed #19501 -- added Model.from_db() methodAnssi Kääriäinen
2014-06-11Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi
2014-06-02Unicode method on model should return unicodeRyan Nowakowski
2014-05-14Fix typo that disabled code example highlightingÉric Araujo
2014-04-18Fixed #22473 -- Emphasized that Model.clean() is not called from Model.save().Tim Graham
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-02-08Fixed #16192 -- Made unique error messages in ModelForm customizable.Loic Bistuer