summaryrefslogtreecommitdiff
path: root/docs/topics/db/models.txt
AgeCommit message (Expand)Author
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
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-21Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham
2012-11-22changed if statement to a slightly cleaner/less confusing variantWoLpH
2012-10-12Merge pull request #422 from elvard/18996Tim Graham
2012-10-11Fixed #16588 - Warned about field names that conflict with the model APITim Graham
2012-10-04Fixed #18996 - Docs on overriden model methodsTomáš Ehrlich
2012-08-21Fixed #18637 - Updated some documentation for aspects of models that are Mode...Tim Graham
2012-07-24Clarified default name of M2M relationship DB table.Ramiro Morales
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-06Replaced documentation snippets using "gender" with less sensitive examples.Jacob Kaplan-Moss
2012-04-15Fixed #18024 -- Reworded sentence in models documentation. Thanks Preston Hol...Claude Paroz
2012-03-30Fixed #17999 -- Restored the links to examples from models documentation. Ref...Claude Paroz
2012-03-29Fixed #17999 -- Added a 'See also' paragraph to OneToOneField doc section.Ramiro Morales
2012-03-27Added missing indentation in models topic documentation.Claude Paroz
2012-03-14Fixed #17605: Restored deleted query documentation that used to live in docte...James Bennett
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2011-11-16Fixed #17240 -- Replaced links to the online version of the docs by internal ...Aymeric Augustin
2011-11-10Fixed #17184 -- Typo in models documentation. Thanks elimisteve for the report.Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-11Fixed #16742 -- Provided code examples in the models documentation for access...Julien Phalip
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-22Made documentation of ManyToManyField placement clearer (kind of).Malcolm Tredinnick
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-03-04Fixed #11864 -- Improved the "see also" section of the many-to-one model topi...Gabriel Hurley
2011-02-02Fixed #7325 -- Broken links for model documentation; thanks Justin Lilly.Timo Graham
2010-12-31Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for the report.Timo Graham