Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields ↵ | Mariusz Felisiak | 2021-04-14 | 1 | -1/+2 | |
| | | | | | | | on MySQL/MariaDB. Thanks Matt Westcott for the report. Regression in 779e615e362108862f1681f965ee9e4f1d0ae6d2. | |||||
* | Fixed #32501 -- Added support for returning fields from INSERT statements on ↵ | girishsontakke | 2021-04-07 | 1 | -1/+6 | |
| | | | | SQLite 3.35+. | |||||
* | Fixed #31487 -- Added precision argument to Round(). | Nick Pope | 2021-03-29 | 1 | -5/+10 | |
| | ||||||
* | Refs #31003 -- Moved note about return value of QuerySet.bulk_create() to ↵ | Claude Paroz | 2021-03-25 | 1 | -4/+2 | |
| | | | | the first paragraph. | |||||
* | Doc'd that RawSQL can be used with __in. | Simon Willison | 2021-03-25 | 1 | -1/+5 | |
| | ||||||
* | Refs #32460 -- Doc'd and tested that property names of model choice enums ↵ | Nick Pope | 2021-03-24 | 1 | -0/+5 | |
| | | | | cannot be used as members. | |||||
* | Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key ↵ | Mariusz Felisiak | 2021-03-23 | 1 | -12/+0 | |
| | | | | | | transforms with booleans on SQLite. Thanks Matthew Cornell for the report. | |||||
* | Fixed #24141 -- Added QuerySet.contains(). | Johan Schiff | 2021-03-06 | 1 | -17/+33 | |
| | ||||||
* | Refs #32483 -- Doc'd caveat about using JSONField key transforms to booleans ↵ | Mariusz Felisiak | 2021-03-04 | 1 | -0/+12 | |
| | | | | with QuerySet.values()/values_list() on SQLite. | |||||
* | Fixed #30916 -- Added support for functional unique constraints. | Hannes Ljungberg | 2021-02-23 | 1 | -1/+21 | |
| | | | | Thanks Ian Foote and Mariusz Felisiak for reviews. | |||||
* | Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for ↵ | Timothy McCurrach | 2021-01-28 | 1 | -1/+2 | |
| | | | | multiple batches. | |||||
* | Refs #32372 -- Updated manager name in related objects reference docs. | Jack | 2021-01-22 | 1 | -1/+1 | |
| | | | Follow up to 725c549ae7a34d83447201da7190f8d71c7fc2fc. | |||||
* | Fixed #32372 -- Made examples in related objects reference docs consistent. | Jack Aitken | 2021-01-22 | 1 | -3/+3 | |
| | ||||||
* | Refs #31369 -- Removed models.NullBooleanField per deprecation timeline. | Mariusz Felisiak | 2021-01-14 | 1 | -11/+0 | |
| | ||||||
* | Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values. | Mariusz Felisiak | 2021-01-14 | 1 | -5/+0 | |
| | | | | Per deprecation timeline. | |||||
* | Removed versionadded/changed annotations for 3.1. | Mariusz Felisiak | 2021-01-14 | 6 | -50/+0 | |
| | ||||||
* | Fixed #26167 -- Added support for functional indexes. | Hannes Ljungberg | 2021-01-13 | 1 | -3/+48 | |
| | | | | | | Thanks Simon Charette, Mads Jensen, and Mariusz Felisiak for reviews. Co-authored-by: Markus Holtermann <info@markusholtermann.eu> | |||||
* | Removed unused import in docs/ref/models/expressions.txt. (#13879) | Mariusz Felisiak | 2021-01-12 | 1 | -1/+1 | |
| | ||||||
* | Fixed #32313 -- Corrected QuerySet.in_bulk() signature. | Iuri de Silvio | 2021-01-11 | 1 | -1/+1 | |
| | ||||||
* | Fixed #32315 -- Doc'd FieldFile.path. | Hasan Ramezani | 2021-01-07 | 1 | -0/+6 | |
| | ||||||
* | Fixed #32231 -- Allowed passing None params to QuerySet.raw(). | Alexander Lyabah | 2021-01-05 | 1 | -1/+6 | |
| | ||||||
* | Fixed #32310 -- Fixed note about reverse accessors for intermediate table ↵ | Fabio Sangiovanni | 2021-01-04 | 1 | -5/+3 | |
| | | | | for self-referential ManyToManyField. | |||||
* | Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0. | Mariusz Felisiak | 2020-12-30 | 1 | -1/+1 | |
| | ||||||
* | Corrected code-block directives in docs/ref/models/meta.txt. | Jon Dufresne | 2020-12-21 | 1 | -2/+2 | |
| | ||||||
* | Fixed #31007 -- Allowed specifying type of auto-created primary keys. | Tom Forbes | 2020-12-15 | 1 | -3/+11 | |
| | | | | | This also changes the default type of auto-created primary keys for new apps and projects to BigAutoField. | |||||
* | Added backticks to code literals in various docs. | Jon Dufresne | 2020-12-15 | 2 | -3/+3 | |
| | ||||||
* | Refs #31792 -- Updated SQL example in Exists() docs. | Kevin Marsh | 2020-12-10 | 1 | -2/+3 | |
| | | | | Follow up to 51297a92324976a704279b567ec4f80bb92d7b60. | |||||
* | Fixed #32179 -- Added JSONObject database function. | Artur Beltsov | 2020-12-02 | 1 | -0/+23 | |
| | ||||||
* | Fixed #25534, Fixed #31639 -- Added support for transform references in ↵ | Ian Foote | 2020-11-27 | 2 | -12/+28 | |
| | | | | | | expressions. Thanks Mariusz Felisiak and Simon Charette for reviews. | |||||
* | Refs #27718 -- Doc'd and tested QuerySet.exists() for combined querysets. | David-Wobrock | 2020-11-16 | 1 | -5/+5 | |
| | | | | Supported since 84c1826ded17b2d74f66717fb745fc36e37949fd. | |||||
* | Fixed #31122 -- Clarified that Lookup acts as a query expression. | Caio Ariede | 2020-11-11 | 1 | -3/+2 | |
| | ||||||
* | Fixed #32060 -- Added Random database function. | Nick Pope | 2020-10-02 | 1 | -0/+9 | |
| | ||||||
* | Fixed example of QuerySet.explain() with flags in docs. | Paweł Zarębski | 2020-09-23 | 1 | -1/+1 | |
| | ||||||
* | Fixed #31777 -- Added support for database collations to Char/TextFields. | Tom Carrick | 2020-09-21 | 1 | -8/+39 | |
| | | | | Thanks Simon Charette and Mariusz Felisiak for reviews. | |||||
* | Refs #28939 -- Doc’d Prefetch behavior with multiple DBs. | Mike Lissner | 2020-09-17 | 1 | -0/+24 | |
| | ||||||
* | Corrected exception types in QuerySet docs. | Mariusz Felisiak | 2020-09-13 | 1 | -3/+2 | |
| | ||||||
* | Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using ↵ | Hasan Ramezani | 2020-09-11 | 1 | -0/+14 | |
| | | | | a pickled Query. | |||||
* | Fixed #31948 -- Added tzinfo parameter to TruncDate() and TruncTime(). | Joe Jackson | 2020-09-02 | 1 | -2/+10 | |
| | ||||||
* | Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field. | Kaustubh | 2020-08-26 | 1 | -2/+9 | |
| | ||||||
* | Fixed #21181 -- Added Collate database function. | Tom Carrick | 2020-08-11 | 1 | -0/+19 | |
| | | | | Thanks Simon Charette for reviews. | |||||
* | Removed unnecessary sentence in QuerySet docs. | Adam Alton | 2020-08-07 | 1 | -2/+1 | |
| | ||||||
* | Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases. | Alexandr Tatarinov | 2020-07-31 | 1 | -0/+36 | |
| | | | | | | | | QuerySet.alias() allows creating reusable aliases for expressions that don't need to be selected but are used for filtering, ordering, or as a part of complex expressions. Thanks Simon Charette for reviews. | |||||
* | Fixed typo in docs/ref/models/querysets.txt. | Ramiro Morales | 2020-07-22 | 1 | -2/+2 | |
| | ||||||
* | Doc'd Model.MultipleObjectsReturned docs and improved documentation related ↵ | Adam Johnson | 2020-07-22 | 3 | -24/+48 | |
| | | | | with models exceptions. | |||||
* | Refs #24763 -- Moved DoesNotExist to Model class docs. | Adam Johnson | 2020-07-22 | 2 | -14/+14 | |
| | ||||||
* | Improved ManyToManyField.through docs. | Adam Johnson | 2020-07-17 | 1 | -1/+10 | |
| | ||||||
* | Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests. | Simon Charette | 2020-07-15 | 1 | -3/+1 | |
| | ||||||
* | Fixed #30446 -- Resolved Value.output_field for stdlib types. | Simon Charette | 2020-07-15 | 1 | -1/+9 | |
| | | | | | | This required implementing a limited form of dynamic dispatch to combine expressions with numerical output. Refs #26355 should eventually provide a better interface for that. | |||||
* | Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+. | Simon Charette | 2020-07-13 | 1 | -3/+5 | |
| | ||||||
* | Fixed #29789 -- Added support for nested relations to FilteredRelation. | matt ferrante | 2020-07-09 | 1 | -11/+4 | |
| |