summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2024-04-15[5.0.x] Extended docs for Q() objects mentioning the ~ (NOT) operator.Mohammad Kazemi
2024-03-21[5.0.x] Added RowNumber() link in Rank() docs.Adam Zapletal
2024-02-28[5.0.x] Refs #34964 -- Doc'd that Q expression order is preserved.David Sanders
2024-02-17[5.0.x] Fixed #28011 -- Corrected Field.hidden docs.Adam Johnson
2024-01-15[5.0.x] Fixed #34949 -- Clarified when UniqueConstraints with include/nulls_d...jordanbae
2023-12-28[5.0.x] Corrected code-block directives in docs.Mariusz Felisiak
2023-12-15[5.0.x] Added missing import in docs/ref/models/expressions.txt.Viicos
2023-11-29[5.0.x] Updated conditions to retrieve primary keys in bulk_create() docs.KimSia Sim
2023-11-14[5.0.x] Fixed #34944 -- Made GeneratedField.output_field required.Mariusz Felisiak
2023-11-09[5.0.x] Fixed typos in docs/ref/models/fields.txt.Jacob Walls
2023-10-28[5.0.x] Fixed typos in docs/ref/models/expressions.txt.Sarah Boyce
2023-10-25[5.0.x] Added missing pycon directives in various docs.Mariusz Felisiak
2023-10-25[5.0.x] Fixed #27403 -- Doc'd that QuerySet.prefetch_related() doesn't guaran...Tim Bell
2023-10-11[5.0.x] Fixed #34808 -- Doc'd aggregate function's default argument.lufafajoshua
2023-10-05[5.0.x] Refs #31435 -- Doc'd potential infinite recursion when accessing mode...David Sanders
2023-10-05[5.0.x] Refs #22936 -- Doc'd Lookup.prepare_rhs.Mariusz Felisiak
2023-09-21[5.0.x] Refs #34808 -- Doc'd that aggregation functions on empty groups can r...David Sanders
2023-09-18Fixed #33651 -- Added support for prefetching GenericForeignKey.Clément Escolano
2023-09-16Corrected QuerySet.prefetch_related() note about GenericRelation().Mariusz Felisiak
2023-09-14Fixed #24561 -- Added support for callables on model fields' choices.Natalia
2023-09-07Fixed #31300 -- Added GeneratedField model field.Jeremy Nauta
2023-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope
2023-08-25Refs #33507 -- Doc'd using UUID data type on MariaDB 10.7+ in UUIDField docs.Mariusz Felisiak
2023-08-04Fixed #34760 -- Dropped support for SQLite < 3.27.Mariusz Felisiak
2023-08-03Fixed #34761 -- Dropped support for MySQL < 8.0.11.Mariusz Felisiak
2023-08-01Corrected pycon formatting in some docs.Almaz Kunpeissov
2023-07-31Fixed #34331 -- Added QuerySet.aiterator() support for prefetch_related().John Parton
2023-07-28Fixed #34749 -- Corrected QuerySet.acreate() signature in docs.John Parton
2023-07-21Added missing backticks in docs.Mariusz Felisiak
2023-07-20Fixed typo in docs/ref/models/querysets.txt.nessita
2023-07-20Refs #30052 -- Clarified that defer() and only() do not work with aggregated ...Vyacheslav Dmitriev
2023-07-19Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.Simon Charette
2023-07-10Fixed #34698 -- Made QuerySet.bulk_create() retrieve primary keys when updati...Thomas Chaumeny
2023-06-29Fixed #30382 -- Allowed specifying parent classes in force_insert of Model.sa...Akash Kumar Sen
2023-06-27Added dedicated section for output_field in query expressions docs.nessita
2023-06-27Fixed typo in docs/ref/models/querysets.txt.Mariusz Felisiak
2023-06-23Improved style of n-tuple wording in docs and comments.Nick Pope
2023-06-08Fixed #34604 -- Corrected fallback SQL for n-ary logical XOR.Anders Kaseorg
2023-05-24Corrected documentation of Log database function.Stefan Brand
2023-05-17Updated broken links in docs.Mariusz Felisiak
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2023-05-11Fixed #34558 -- Fixed QuerySet.bulk_create() crash with Now() on Oracle.Mariusz Felisiak
2023-04-27Doc'd that Count("*") is equivalent to COUNT(*) SQL.Tom Forbes
2023-04-21Added meaningful titles to ..admonition:: directives.Mariusz Felisiak
2023-04-20Fixed #34440 -- Doc'd that & queryset operator works similar to chaining.David Sanders
2023-04-19Fixed #34435 -- Doc'd that JSONField.default must be a callable.Sage Abdullah
2023-03-21Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-24Doc'd that Meta.indexes is preferred to Field.db_index.Adam Johnson