Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/models
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25132 -- Documented how to retrieve a single value...Alex Morozov2015-11-031-0/+6
* Refs #25629 -- Added `arity` class attribute to `Func` ex...Sergey Fedoseev2015-11-021-0/+9
* Fixed #21422 -- Documented that prefetch_related() result...Tim Graham2015-10-301-1/+4
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-2/+9
* Fixed typo in docs/ref/models/relations.txt.Tim Graham2015-10-131-1/+1
* Fixed #25508 -- Modified QuerySet.__repr__() to disambigu...Tim Graham2015-10-062-18/+18
* Fixed #25462 -- Removed Model.__unicode__() in favor of @...Tim Graham2015-09-251-61/+8
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-249-95/+0
* Refs #12663 -- Removed deprecated Model._meta methods.Tim Graham2015-09-241-12/+0
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-221-6/+22
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-212-15/+39
* Made assorted improvements to the Oracle documentation.Mariusz Felisiak2015-09-181-2/+2
* Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira2015-09-111-3/+3
* Documented a limitation of Options.required_db_features.Tim Graham2015-09-031-1/+2
* Fixed #24988 -- Documented passing a dictionary of Valida...Adam Brenecki2015-08-131-2/+11
* Fixed #25160 -- Moved unsaved model instance data loss ch...Tim Graham2015-08-101-30/+0
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ...Caio Ariede2015-08-071-1/+1
* Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham2015-08-051-0/+28
* Fixed #25212 -- Documented the RawSQL expression.Tim Graham2015-08-051-0/+27
* Removed unnecessary F() from Func expressions docsAlasdair Nicol2015-07-311-1/+1
* Refs #18556 -- Fixed a typo in the related manager add() ...Simon Charette2015-07-281-1/+1
* Fixed #18556 -- Allowed RelatedManager.add() to execute 1...Tim Graham2015-07-281-3/+17
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-285-85/+153
* Fixed #25159 -- Removed brackets from class/function/meth...Tim Graham2015-07-275-34/+34
* Fixed #25129 -- Made model instance defaults work with mi...Tim Graham2015-07-211-0/+4
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-0/+7
* Fixed mistake in Model.from_db() example.Luke2015-07-031-1/+1
* Fixed #24997 -- Enabled bulk_create() on proxy modelsWilliam Schwartz2015-07-021-0/+4
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* Fixed #24881 -- Clarified Meta.order_with_respect_to docu...johannes.linke2015-06-191-10/+18
* Fixed #24894 -- Added contrib.postgres.functions.Transact...Adam Chainz2015-06-151-1/+9
* Clarified the default form widgets for model number field...Matt Deacalion Stevens2015-06-091-3/+8
* Fixed #24952 -- Fixed example SQL in Func() expressions docsAlasdair Nicol2015-06-081-1/+1
* Minor edits to Greatest/Least docs; refs #24767.Tim Graham2015-06-051-11/+11
* Fixed #22571 -- Added clarification about auto_now_add=TrueYamila Moreno2015-06-051-1/+5
* Capitalized "Python" in docs.Tim Graham2015-06-051-2/+2
* Fixed #24925 -- Document using Coalesce on MySQLIan Foote2015-06-051-0/+11
* Fixed #24767 -- Added Greatest and Least expressionsIan Foote2015-06-051-0/+68
* Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville2015-06-051-12/+33
* Fixed #24866 -- Added Now() database functionAdam Chainz2015-06-021-0/+15
* Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne2015-06-021-0/+21
* Fixed #24880 -- Added more explicit docs on select_for_up...Przemysław Suliga2015-06-011-2/+5
* Fixed #16891 -- Made Model/QuerySet.delete() return the n...Alexander Sosnovskiy2015-05-222-5/+20
* Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch2015-05-082-7/+24
* Fixed typo in docs/ref/models/expressions.txtIan Foote2015-05-081-1/+1
* Fixed #24693 -- Added label and label_lower property to M...Luis Del Giudice2015-05-021-0/+29
* Fixed #24665 -- Clarified model field flag defaults.Tim Graham2015-04-301-1/+1
* Fixed #24649 -- Allowed using Avg aggregate on non-numeri...Tim Graham2015-04-251-3/+10
* Fixed #24656 -- Added missing imports to query expression...Nicolas Noé2015-04-241-0/+17
* Fixed #24613 -- Added example to QuerySet.defer() documen...Richard Eames2015-04-231-0/+24