summaryrefslogtreecommitdiff
path: root/docs/ref/models
Commit message (Expand)AuthorAgeFilesLines
* [3.2.x] Refs #31003 -- Moved note about return value of QuerySet.bulk_create(...Claude Paroz2021-03-251-4/+2
* [3.2.x] Doc'd that RawSQL can be used with __in.Simon Willison2021-03-251-1/+5
* [3.2.x] Refs #32483 -- Doc'd caveat about using JSONField key transforms to b...Mariusz Felisiak2021-03-041-0/+12
* [3.2.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplica...Timothy McCurrach2021-01-281-1/+2
* [3.2.x] Refs #32372 -- Updated manager name in related objects reference docs.Jack2021-01-221-1/+1
* [3.2.x] Fixed #32372 -- Made examples in related objects reference docs consi...Jack Aitken2021-01-221-3/+3
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-131-3/+48
* Removed unused import in docs/ref/models/expressions.txt. (#13879)Mariusz Felisiak2021-01-121-1/+1
* Fixed #32313 -- Corrected QuerySet.in_bulk() signature.Iuri de Silvio2021-01-111-1/+1
* Fixed #32315 -- Doc'd FieldFile.path.Hasan Ramezani2021-01-071-0/+6
* Fixed #32231 -- Allowed passing None params to QuerySet.raw().Alexander Lyabah2021-01-051-1/+6
* Fixed #32310 -- Fixed note about reverse accessors for intermediate table for...Fabio Sangiovanni2021-01-041-5/+3
* Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.Mariusz Felisiak2020-12-301-1/+1
* Corrected code-block directives in docs/ref/models/meta.txt.Jon Dufresne2020-12-211-2/+2
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-151-3/+11
* Added backticks to code literals in various docs.Jon Dufresne2020-12-152-3/+3
* Refs #31792 -- Updated SQL example in Exists() docs.Kevin Marsh2020-12-101-2/+3
* Fixed #32179 -- Added JSONObject database function.Artur Beltsov2020-12-021-0/+23
* Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote2020-11-272-12/+28
* Refs #27718 -- Doc'd and tested QuerySet.exists() for combined querysets.David-Wobrock2020-11-161-5/+5
* Fixed #31122 -- Clarified that Lookup acts as a query expression.Caio Ariede2020-11-111-3/+2
* Fixed #32060 -- Added Random database function.Nick Pope2020-10-021-0/+9
* Fixed example of QuerySet.explain() with flags in docs.Paweł Zarębski2020-09-231-1/+1
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-211-8/+39
* Refs #28939 -- Doc’d Prefetch behavior with multiple DBs.Mike Lissner2020-09-171-0/+24
* Corrected exception types in QuerySet docs.Mariusz Felisiak2020-09-131-3/+2
* Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...Hasan Ramezani2020-09-111-0/+14
* Fixed #31948 -- Added tzinfo parameter to TruncDate() and TruncTime().Joe Jackson2020-09-021-2/+10
* Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.Kaustubh2020-08-261-2/+9
* Fixed #21181 -- Added Collate database function.Tom Carrick2020-08-111-0/+19
* Removed unnecessary sentence in QuerySet docs.Adam Alton2020-08-071-2/+1
* Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.Alexandr Tatarinov2020-07-311-0/+36
* Fixed typo in docs/ref/models/querysets.txt.Ramiro Morales2020-07-221-2/+2
* Doc'd Model.MultipleObjectsReturned docs and improved documentation related w...Adam Johnson2020-07-223-24/+48
* Refs #24763 -- Moved DoesNotExist to Model class docs.Adam Johnson2020-07-222-14/+14
* Improved ManyToManyField.through docs.Adam Johnson2020-07-171-1/+10
* Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.Simon Charette2020-07-151-3/+1
* Fixed #30446 -- Resolved Value.output_field for stdlib types.Simon Charette2020-07-151-1/+9
* Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.Simon Charette2020-07-131-3/+5
* Fixed #29789 -- Added support for nested relations to FilteredRelation.matt ferrante2020-07-091-11/+4
* Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL.davidchorpash2020-07-081-0/+15
* Fixed #31502 -- Documented Model._state.db and Model._state.addingTim Park2020-07-081-1/+19
* Fixed #31743 -- Doc't that managed=False prevents Django from managing tables...Steven Pousty2020-06-261-5/+6
* Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint.Hannes Ljungberg2020-06-161-1/+22
* Fixed #31689 -- Doc'd caveat about using bulk_create()'s ignore_conflicts on ...Tobias Krönke2020-06-151-0/+11
* Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg2020-06-042-2/+62
* Fixed #31650 -- Added note uniqueness of constraints names in docs.Hasan Ramezani2020-06-041-2/+4
* Preferred usage of among/while to amongst/whilst.David Smith2020-06-031-1/+1
* Fixed #31606 -- Allowed using condition with lookups in When() expression.Ryan Heard2020-05-271-0/+4
* Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update...Manuel Weitzman2020-05-211-2/+13