summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2017-09-06[1.9.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and...stable/1.9.xTim Graham
2017-03-15[1.9.x] Fixed incorrect import in docs/ref/models/expressions.txt.lb1c
2016-10-13[1.9.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.Tim Graham
2016-07-25[1.9.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering ...Tim Graham
2016-07-21[1.9.x] Fixed #26899 -- Documented why RawSQL params is a required parameter.petedmarsh
2016-07-06[1.9.x] Fixed #25461 -- Corrected meta API code examples to account for MTI.Romain Garrigues
2016-06-28[1.9.x] Refs #23386 -- Documented that F() expressions are applied on each mo...Tsering
2016-06-15[1.9.x] Refs #14030 -- Updated docs per "Improved expression support for pyth...Sergey Fedoseev
2016-06-03[1.9.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-06-02[1.9.x] Fixed #26526 -- Documented QuerySet.latest()'s dependency on database...Chad Shryock
2016-05-31[1.9.x] Fixed a typo in the docs.Florian Apolloner
2016-05-31[1.9.x] Fixed #26679 -- Documented which methods are disabled on RelatedManag...Ketan Bhatt
2016-05-27[1.9.x] Fixed typo in docs/ref/models/querysets.txtNick Smith
2016-05-14[1.9.x] Refs #26021 -- Used hanging indentation in some doc examples.Tim Graham
2016-05-08[1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-05-07[1.9.x] Fixed #26508 -- Clarified docs for various FieldFile methods.Tobias McNulty
2016-05-03[1.9.x] Normalized "an SQL" spelling.Ville Skyttä
2016-05-03[1.9.x] Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov
2016-04-28[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-08[1.9.x] Refs #22268 -- Fixed typo in docs/ref/models/querysets.txtTim Graham
2016-04-02[1.9.x] Fixed #22268 -- Documented values_list() behavior for multivalued rel...Iacopo Spalletti
2016-03-12[1.9.x] Fixed #26239 -- Added a note about how auto_now works with QuerySet.u...Duane Hilton
2016-03-03[1.9.x] Fixed #26321 -- Added missing "for_save" parameter in expressions exa...Tim Graham
2016-03-01[1.9.x] Fixed typos in docs/ref/models/meta.txt.Taranjeet
2016-02-29[1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract...Simon Charette
2016-02-17[1.9.x] Fixed #25687 -- Documented how to add database function support to th...Tim Graham
2016-02-01[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham
2016-02-01[1.9.x] Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
2016-01-22[1.9.x] Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-14[1.9.x] Fixed #26078 -- Clarified "old vs. new" in model._meta upgrade guide.Tim Graham
2016-01-11[1.9.x] Added missing period to "etc.".pp
2015-12-31[1.9.x] Removed British/Austrialian word: whilist.Tim Graham
2015-12-24[1.9.x] Discouraged use of /tmp with predictable names.Chris Lamb
2015-12-03[1.9.x] Fixed typo in docs/ref/models/instances.txtQile Wang
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-30[1.9.x] Removed old versionadded/changed directives.Sergey Fedoseev
2015-11-24[1.9.x] Clarified default value for DateField to emulate auto_now_add.Bulgantamir Gankhuyag
2015-11-19[1.9.x] Corrected GenericIPAddressField protocol parameter doc.areski
2015-11-12[1.9.x] Replaced "inbuilt" with more common "built-in".Tim Graham
2015-11-03[1.9.x] Fixed #25132 -- Documented how to retrieve a single value using value...Alex Morozov
2015-10-30[1.9.x] Fixed #21422 -- Documented that prefetch_related() results must be ho...Tim Graham
2015-10-13[1.9.x] Fixed typo in docs/ref/models/relations.txt.Tim Graham
2015-09-25[1.9.x] Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_uni...Tim Graham
2015-09-22Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill
2015-09-21Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton
2015-09-18Made assorted improvements to the Oracle documentation.Mariusz Felisiak
2015-09-11Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira
2015-09-03Documented a limitation of Options.required_db_features.Tim Graham
2015-08-13Fixed #24988 -- Documented passing a dictionary of ValidationErrors to Valida...Adam Brenecki
2015-08-10Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham