summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2016-12-27Used a nontemporal example in QuerySet.bulk_create() in docs.Tim Graham
2016-12-17[1.10.x] Made cosmetic edits to the "What happens when you save?" docs.Tim Graham
2016-12-14[1.10.x] Added Prefetch import to first use in QuerySet docs.Perry Roper
2016-11-30[1.10.x] Replaced RawSQL with Cast in Coalesce doc example.Simon Charette
2016-11-21[1.10.x] Fixed #27511 -- Corrected Field.related_model docs about GenericRela...Tim Graham
2016-11-17[1.10.x] Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().Jonatas CD
2016-11-15[1.10.x] Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be uni...Jonatas CD
2016-11-09[1.10.x] Inlined a note in docs/ref/models/expressions.txt.Tim Graham
2016-11-09[1.10.x] Fixed #27414 -- Doc'd that F() expressions on relations return pk va...Jop Reyntjes
2016-10-25[1.10.x] Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-10-13[1.10.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.Tim Graham
2016-10-07[1.10.x] Fixed #25475 -- Doc'd how to use a literal % in Func.template.Tim Graham
2016-10-07[1.10.x] Doc'd that model instances with pk=None don't compare equal.Adam Chainz
2016-09-30[1.10.x] Updated links to the current version of MySQL docs.Tim Graham
2016-09-17[1.10.x] Corrected docs for return type of Field.formfield().zhuanyenan
2016-09-12[1.10.x] Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.Simon Charette
2016-08-19[1.10.x] Fixed #26987 -- Documented using QuerySet.get() without arguments.Abhishek Bera
2016-08-15[1.10.x] Made cosmetic edits to Field.default docs.Victor Oliveira da Silva
2016-08-12[1.10.x] Fixed #27048 -- Documented that refresh_from_db() doesn't reload @ca...Tim Graham
2016-07-25[1.10.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering...Tim Graham
2016-07-21[1.10.x] Fixed #26899 -- Documented why RawSQL params is a required parameter.petedmarsh
2016-07-15[1.10.x] Fixed inconsistent indentation in docs/ref/models/options.txtTim Graham
2016-07-08[1.10.x] Refs #25774 -- Adjusted datetime database function docs field names.Simon Charette
2016-07-06[1.10.x] Fixed #25461 -- Corrected meta API code examples to account for MTI.Romain Garrigues
2016-06-28[1.10.x] Refs #23386 -- Documented that F() expressions are applied on each m...Tsering
2016-06-21[1.10.x] Fixed #26787 -- Documented deleting and reloading of model instance ...Tim Graham
2016-06-15[1.10.x] Refs #14030 -- Updated docs per "Improved expression support for pyt...Sergey Fedoseev
2016-06-03[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-06-02[1.10.x] Fixed #26526 -- Documented QuerySet.latest()'s dependency on databas...Chad Shryock
2016-05-31[1.10.x] Fixed a typo in the docs.Florian Apolloner
2016-05-31[1.10.x] Fixed #26679 -- Documented which methods are disabled on RelatedMana...Ketan Bhatt
2016-05-27[1.10.x] Fixed typo in docs/ref/models/querysets.txtNick Smith
2016-05-18Fixed #26620 -- Made Model.refresh_from_db() fail when passed unknown kwargs.Marti Raudsepp
2016-05-18Fixed #25774 -- Refactor datetime expressions into public APIJosh Smeaton
2016-05-17Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer
2016-05-14Refs #26021 -- Used hanging indentation in some doc examples.Tim Graham
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-05-07Fixed #26508 -- Clarified docs for various FieldFile methods.Tobias McNulty
2016-05-04Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz
2016-05-03Normalized "an SQL" spelling.Ville Skyttä
2016-05-03Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov
2016-04-29Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-22Removed unused BaseExpression.refs_aggregate().Tim Graham
2016-04-08Refs #22268 -- Fixed typo in docs/ref/models/querysets.txtTim Graham
2016-04-02Fixed #22268 -- Documented values_list() behavior for multivalued relations.aIacopo Spalletti
2016-03-31Fixed #26438 -- Fixed multiple .objects typos in the docs.Simon Charette
2016-03-29Fixed #24932 -- Added Cast database function.Claude Paroz
2016-03-29Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql().Kai Feldhoff
2016-03-21Refs #25759 -- Documented customizing expressions' SQL on other databases.Kai Feldhoff