Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/models
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25132 -- Documented how to retrieve a single ↵Alex Morozov2015-11-031-0/+6
| | | | value using values_list() and get().
* Refs #25629 -- Added `arity` class attribute to `Func` ↵Sergey Fedoseev2015-11-021-0/+9
| | | | expressions
* Fixed #21422 -- Documented that prefetch_related() ↵Tim Graham2015-10-301-1/+4
| | | | results must be homogeneous.
* Fixed #25550 -- Deprecated direct assignment to the ↵Tim Graham2015-10-271-2/+9
| | | | reverse side of a related set.
* Fixed typo in docs/ref/models/relations.txt.Tim Graham2015-10-131-1/+1
|
* Fixed #25508 -- Modified QuerySet.__repr__() to ↵Tim Graham2015-10-062-18/+18
| | | | disambiguate it from a list.
* Fixed #25462 -- Removed Model.__unicode__() in favor of ↵Tim Graham2015-09-251-61/+8
| | | | @python_2_unicode_compatible.
* 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 ↵Alex Hill2015-09-221-6/+22
| | | | SQLInsertCompiler
* 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 ↵Adam Brenecki2015-08-131-2/+11
| | | | ValidationErrors to ValidationError
* Fixed #25160 -- Moved unsaved model instance data loss ↵Tim Graham2015-08-101-30/+0
| | | | | | | | | check to Model.save() This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and 81e1a35c364e5353d2bf99368ad30a4184fbb653. Thanks Carl Meyer for review.
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ↵Caio Ariede2015-08-071-1/+1
| | | | backend to postgresql.
* Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham2015-08-051-0/+28
| | | | | Thanks Anssi Kääriäinen for the draft text and Simon Charette for review.
* 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
| | | | method docs.
* Fixed #18556 -- Allowed RelatedManager.add() to execute ↵Tim Graham2015-07-281-3/+17
| | | | | | 1 query where possible. Thanks Loic Bistuer for review.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-285-85/+153
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #25159 -- Removed brackets from ↵Tim Graham2015-07-275-34/+34
| | | | | | class/function/method signatures in docs. Thanks hellbeast for the initial patch.
* Fixed #25129 -- Made model instance defaults work with ↵Tim Graham2015-07-211-0/+4
| | | | migrations (refs #24919).
* Fixed #16501 -- Added an allow_unicode parameter to ↵Edward Henderson2015-07-171-0/+7
| | | | | | SlugField. Thanks Flavio Curella and Berker Peksag for the initial patch.
* 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
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Fixed #24881 -- Clarified Meta.order_with_respect_to ↵johannes.linke2015-06-191-10/+18
| | | | documentation
* Fixed #24894 -- Added ↵Adam Chainz2015-06-151-1/+9
| | | | contrib.postgres.functions.TransactionNow
* Clarified the default form widgets for model number ↵Matt Deacalion Stevens2015-06-091-3/+8
| | | | fields in docs
* 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
| | | | | Add warning for using Coalesce with python values on MySQL and document workaround.
* Fixed #24767 -- Added Greatest and Least expressionsIan Foote2015-06-051-0/+68
| | | | Greatest and Least are row-level Function versions of Min and Max.
* Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville2015-06-051-12/+33
| | | | | This was implemented for non-SQLite backends in 1.7 (as a side effect of #16187).
* 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 ↵Przemysław Suliga2015-06-011-2/+5
| | | | select_for_update() on SQLite.
* Fixed #16891 -- Made Model/QuerySet.delete() return the ↵Alexander Sosnovskiy2015-05-222-5/+20
| | | | number of deleted objects.
* 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 ↵Luis Del Giudice2015-05-021-0/+29
| | | | Model._meta
* Fixed #24665 -- Clarified model field flag defaults.Tim Graham2015-04-301-1/+1
|
* Fixed #24649 -- Allowed using Avg aggregate on ↵Tim Graham2015-04-251-3/+10
| | | | non-numeric field types.
* Fixed #24656 -- Added missing imports to query ↵Nicolas Noé2015-04-241-0/+17
| | | | expressions doc.
* Fixed #24613 -- Added example to QuerySet.defer() ↵Richard Eames2015-04-231-0/+24
| | | | documentation