summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2023-10-28[4.2.x] Fixed typos in docs/ref/models/expressions.txt.Sarah Boyce
2023-10-11[4.2.x] Fixed #34808 -- Doc'd aggregate function's default argument.lufafajoshua
2023-10-05[4.2.x] Refs #31435 -- Doc'd potential infinite recursion when accessing mode...David Sanders
2023-09-21[4.2.x] Refs #34808 -- Doc'd that aggregation functions on empty groups can r...David Sanders
2023-09-16[4.2.x] Corrected QuerySet.prefetch_related() note about GenericRelation().Mariusz Felisiak
2023-08-01[4.2.x] Corrected pycon formatting in some docs.Almaz Kunpeissov
2023-07-28[4.2.x] Fixed #34749 -- Corrected QuerySet.acreate() signature in docs.John Parton
2023-07-21[4.2.x] Added missing backticks in docs.Mariusz Felisiak
2023-07-20[4.2.x] Fixed typo in docs/ref/models/querysets.txt.nessita
2023-07-20[4.2.x] Refs #30052 -- Clarified that defer() and only() do not work with agg...Vyacheslav Dmitriev
2023-06-27[4.2.x] Added dedicated section for output_field in query expressions docs.nessita
2023-06-27[4.2.x] Fixed typo in docs/ref/models/querysets.txt.Mariusz Felisiak
2023-05-24[4.2.x] Corrected documentation of Log database function.Stefan Brand
2023-05-17[4.2.x] Updated broken links in docs.Mariusz Felisiak
2023-04-27[4.2.x] Doc'd that Count("*") is equivalent to COUNT(*) SQL.Tom Forbes
2023-04-21[4.2.x] Added meaningful titles to ..admonition:: directives.Mariusz Felisiak
2023-04-20[4.2.x] Fixed #34440 -- Doc'd that & queryset operator works similar to chain...David Sanders
2023-04-19[4.2.x] Fixed #34435 -- Doc'd that JSONField.default must be a callable.Sage Abdullah
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...Joseph Victor Zammit
2023-02-24[4.2.x] Doc'd that Meta.indexes is preferred to Field.db_index.Adam Johnson
2023-02-10[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-02-10[4.2.x] Fixed #34325 -- Corrected wording in PercentRank() docs.dennisvang
2023-01-20[4.2.x] Fixed #34242 -- Doc'd that primary key is set to None when deleting o...noFFENSE
2022-12-28Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-12-06Fixed #24048 -- Corrected QuerySet.only() docs about interaction with defer().Ryan Cheley
2022-11-14Fixed #34099 -- Added release notes for QuerySet.update_or_create() changes.sarahboyce
2022-11-10Updated documentation and comments for RFC updates.Nick Pope
2022-11-10Improved readability of string interpolation in frequently used examples in d...Trey Hunner
2022-11-09Fixed #34135 -- Added async-compatible interface to related managers.Jon Janzen
2022-11-08Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...Jon Janzen
2022-11-02Fixed #34112 -- Added async-compatible interface to Model methods.DevilsAutumn
2022-10-31Fixed #16211 -- Added logical NOT support to F expressions.David Wobrock
2022-10-21Fixed typo in docs/ref/models/querysets.txt.Ryan Cheley
2022-10-20Updated UTC uses to datetime.timezone.utc in docs.Diane DeMers Chen
2022-10-12Refs #34059 -- Doc'd lack of support for validation of constraints with JSONF...Mariusz Felisiak
2022-10-06Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().Simon Charette
2022-10-03Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL.Lily Foote
2022-10-01Clarified how to reference RelatedObjectDoesNotExist exceptions.David Sanders
2022-09-28Changed note about update_fields and pre_save() to admonition.Mariusz Felisiak
2022-09-27Doc'd when pre_save() is called with Model.save()'s update_fields.sarahboyce
2022-09-13Fixed #33996 -- Fixed CheckConstraint validation on NULL values.David Sanders
2022-09-04Corrected heading level of "Registering and fetching lookups" section in docs.Mariusz Felisiak
2022-09-02Fixed #29799 -- Allowed registering lookups per field instances.Allen Jonathan David
2022-08-30Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega
2022-08-15Refs #28333 -- Added partial support for filtering against window functions.Simon Charette
2022-08-02Doc'd TextField.db_collation as optional.Carlton Gibson
2022-07-26Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transfor...Mariusz Felisiak
2022-07-12Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock