summaryrefslogtreecommitdiff
path: root/docs/topics/db/models.txt
AgeCommit message (Expand)Author
2017-04-01[1.11.x] Fixed #28003 -- Doc'd what an auto-created OneToOneField parent_link...Simon Charette
2017-03-20[1.11.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2017-01-09Removed SHOUTING in doc examples.Maxime Lorant
2016-11-16Fixed #27494 -- Fixed typos in docs/topics/db/models.txt.Tim Graham
2016-10-04Refs #11078 -- Doc'd Meta inheritance in proxy models.Jonatas CD
2016-08-25Replaced property() usage with decorator in several places.Berker Peksag
2016-06-04Fixed #25127 -- Documented how to organize models in a package.Evan Palmer
2016-05-17Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer
2016-05-16Fixed #24305 -- Allowed overriding fields on abstract models.Aron Podrigal
2016-05-13Fixed typo in docs/topics/db/models.txtTim Graham
2016-03-30Fixed #11560 -- Allowed proxy model multiple-inheritance from the same concre...Akshesh
2016-02-25Corrected a run on sentence in doc/topics/db/models.txt.Tim Graham
2016-02-11Clarified "database column type" explanation.Becka R
2016-02-01Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-28Fixed #25354 -- Added class/app_label interpolation for related_query_name.James Pulec
2015-12-31Removed British/Austrialian word: whilist.Tim Graham
2015-12-08Fixed #25672 -- Clarified why related ManyToManyFields with a custom intermed...bphillips
2015-10-31Fixed typo in docs/topics/db/models.txt.Tomasz Anielak
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-09-30Clarified that Model.delete() isn't called as a result of a cascading delete.David Sanders
2015-09-25Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_com...Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-04-19Fixed #11078 -- documentation update.Marco Santamaria
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-12-24Fixed #24041 -- Documented effect of changing a model instance's primary key.Helen Sherwood-Taylor
2014-09-29Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-08-19Fixed #23282 -- Corrected inheritance and reverse relations example.Tim Graham
2014-08-13Fixed #23283 -- Added default=False to BooleanField's in the docs.Ola Sitarska
2014-07-08Fixed #22978 -- Removed a USA-centric example that didn't add much.Tim Graham
2014-05-27Fixed #22601 -- Added a note about model inheritance.Moayad Mardini
2014-05-17Fixed #22019 -- Added Model.objects reference documentation.Aliaksandr Semianiuk
2014-04-30Fixed #22442 -- Provided additional documentation regarding id fields clashing.Tim Graham
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-11Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
2014-02-25Removed a nonexistent link in the docs.Tim Graham
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-23added documentation on Model attributesNicolaas Heyning
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-11-08Noted that .clear() will delete intermediary modelsCody Scott
2013-10-10Small improvements to docs/topics/db/models.txtCody Scott
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-06-01Fixed #20543 - Typo in db model fields docs.Tim Graham
2013-05-18Add missing imports and models to the examples in the the model layer documen...Marc Egli
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin