| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-26 | [3.2.x] Made sentence about Model consistent in docs. | Zainab Amir | |
| Backport of 3445c50a3affc5ae7b1c2712a139d4a5105aeaf5 from main | |||
| 2021-06-08 | [3.2.x] Refs #14357 -- Updated docs about interaction between aggregations ↵ | Mariusz Felisiak | |
| and QuerySet.order_by(). Obsolete since 0ddb4ebf7bfcc4730c80a772dd146a49ef6895f6. Backport of fcd44b889f36c4be87910745614a0a4c88d7a3d8 from main | |||
| 2021-05-20 | [3.2.x] Changed IRC references to Libera.Chat. | Mariusz Felisiak | |
| Backport of 66491f08fe86629fa25977bb3dddda06959f65e7 from main. | |||
| 2021-05-17 | [3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and ↵ | Nick Pope | |
| use HTTPS. Backport of c156e369553c75a30c78b8ed54a57b1101865105 from main | |||
| 2021-05-17 | [3.2.x] Refs #32720 -- Fixed some broken links in docs. | Nick Pope | |
| Backport of 7c4ee487c7392a3a394caf62efad355fad639655 from main | |||
| 2021-04-09 | [3.2.x] Fixed #32618 -- Added link to conditional aggregation in aggregation ↵ | Hasan Ramezani | |
| topic guide. Backport of 1351f2ee163145df2cf5471eb3e57289f8853512 from main | |||
| 2021-02-22 | [3.2.x] Refs #4027 -- Added Model._state.adding to docs about copying model ↵ | Johannes Wilm | |
| instances. Backport of 0fd05df7b5690fb1b675e1b4d9c92bb22ff74360 from master | |||
| 2021-01-28 | [3.2.x] Modernized custom manager example | Adam Johnson | |
| Since this example was added 15 years ago in a8ccdd0fcd631e8e928ef20547e1fe3e313dc607, the ORM has gained the ability to do the `COUNT(*)` related query, so do it with the ORM to avoid misleading users that raw SQL is only supported from manager methods. Backport of 59e503b6708d41a44f2aa320272de3e2ecb5d65c from master | |||
| 2021-01-27 | [3.2.x] Changed "Don't overuse count() or exists()" example to Python. | Adam Johnson | |
| Backport of 8a642b88c31787fde612ba72d4b282e1c2444035 from master | |||
| 2021-01-19 | [3.2.x] Corrected versionadded annotations. | Mariusz Felisiak | |
| Backport of 73ffc73b68d3c1fc1e51f13963718492303a2941 from master | |||
| 2021-01-05 | Fixed #32231 -- Allowed passing None params to QuerySet.raw(). | Alexander Lyabah | |
| 2020-12-15 | Fixed #31007 -- Allowed specifying type of auto-created primary keys. | Tom Forbes | |
| This also changes the default type of auto-created primary keys for new apps and projects to BigAutoField. | |||
| 2020-12-15 | Added backticks to code literals in various docs. | Jon Dufresne | |
| 2020-12-08 | Fixed #32233 -- Cleaned-up duplicate connection functionality. | Florian Apolloner | |
| 2020-11-27 | Fixed #32220 -- Added durable argument to transaction.atomic(). | Ian Foote | |
| 2020-11-27 | Fixed #25534, Fixed #31639 -- Added support for transform references in ↵ | Ian Foote | |
| expressions. Thanks Mariusz Felisiak and Simon Charette for reviews. | |||
| 2020-11-13 | Changed docs and a code comment to use gender-neutral pronouns. | Nick Pope | |
| Follow up to e1b77238171cc96f4451a06fb4682e2378896238. | |||
| 2020-11-12 | Fixed #32187 -- Removed unnecessary select_related in queries doc. | Hasan Ramezani | |
| 2020-10-22 | Refs #9475 -- Linked through_default docs to related managers methods. | Simon Charette | |
| 2020-10-08 | Fixed #32083 -- Added link back to migrating section in multi-db docs example. | Carlton Gibson | |
| 2020-09-04 | Fixed #31894 -- Added note about using JSONField key lookups with ↵ | jpribyl | |
| QuerySet.exclude() in docs. | |||
| 2020-08-31 | Corrected note about long names in search docs. | Abdullah Dursun | |
| 2020-07-28 | Fixed #31829 -- Used JSONField __contains lookup on key transforms. | sage | |
| 2020-07-28 | Fixed #31836 -- Dropped support for JSONField __contains and __contained_by ↵ | Mariusz Felisiak | |
| lookups on SQLite. The current implementation works only for basic examples without supporting nested structures and doesn't follow "the general principle that the contained object must match the containing object as to structure and data contents, possibly after discarding some non-matching array elements or object key/value pairs from the containing object". | |||
| 2020-07-28 | Fixed #31835 -- Dropped support for JSONField __contains lookup on Oracle. | Mariusz Felisiak | |
| The current implementation works only for basic examples without supporting nested structures and doesn't follow "the general principle that the contained object must match the containing object as to structure and data contents, possibly after discarding some non-matching array elements or object key/value pairs from the containing object". | |||
| 2020-07-16 | Refs #31502 -- Made minor edits to Model._state docs. | Adam Johnson | |
| 2020-07-13 | Fixed #30457 -- Added TestCase.captureOnCommitCallbacks(). | Adam Johnson | |
| 2020-07-03 | Adjusted multi-db example to avoid confusion with DATABASES keys. | MansurAliKoroglu | |
| 2020-06-03 | Preferred usage of among/while to amongst/whilst. | David Smith | |
| 2020-06-02 | Updated link to Celery. | David Smith | |
| 2020-06-01 | Made small improvement to docs/topics/db/multi-db.txt. | Nikita Sobolev | |
| 2020-05-29 | Changed some doc links to use intersphinx. | Jon Dufresne | |
| 2020-05-19 | Fixed #31591 -- Clarified "reverse" lookup name in making queries docs. | Carlton Gibson | |
| 2020-05-13 | Used :pep: role in various docs. | Nick Pope | |
| 2020-05-08 | Fixed #12990, Refs #27694 -- Added JSONField model field. | sage | |
| Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael Michel for mentoring this Google Summer of Code 2019 project and everyone else who helped with the patch. Special thanks to Mads Jensen, Nick Pope, and Simon Charette for extensive reviews. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | |
| comments. | |||
| 2020-05-01 | Doc'd Meta inheritance from abstract parents. | Greg Kaleka | |
| 2020-04-29 | Fixed #31356 -- Changed IRC links to the Freenode webchat. | Hasan Ramezani | |
| 2020-04-04 | Fixed #31423 -- Clarified nested atomic() example. | Simon Charette | |
| 2020-03-25 | Fixed #31396 -- Added binary XOR operator to F expressions. | Hannes Ljungberg | |
| 2020-03-17 | Corrected outdated sentence in One-to-one relationships docs. | Philipp Bosch | |
| 2020-03-10 | Fixed #27865 -- Adjusted docs example to avoid confusion with ↵ | Adam Radwon | |
| models.BaseManager. | |||
| 2020-03-09 | Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt. | Shrikrishna Singh | |
| 2020-03-06 | Fixed #31342 -- Clarified docs about using base managers for related objects. | Carlton Gibson | |
| 2020-02-24 | Fixed #31303 -- Removed outdated note about symmetrical intermediate table ↵ | Matheus Cunha Motta | |
| for self-referential ManyToManyField. Follow up to 87b1ad6e7351464c60e751b483d9dfce3a2d3382. | |||
| 2020-01-29 | Fixed #31212 -- Updated psycopg links to HTTPS and new location. | Jon Dufresne | |
| 2020-01-15 | Refs #29998 -- Corrected auto-created OneToOneField parent_link in MTI docs. | Mariusz Felisiak | |
| 2020-01-06 | Removed "Don't do that" from docs and error messages. | Adam Johnson | |
| It's slightly aggressive and doesn't explain itself. | |||
| 2019-12-23 | Removed unnecessary code-block directives in various docs. | Jon Dufresne | |
| 2019-11-26 | Used :ticket: role in all tickets links. | Sergey Fedoseev | |
