summaryrefslogtreecommitdiff
path: root/docs/ref/models
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel2023-03-211-4/+7
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-0113-642/+795
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-283-50/+53
* Doc'd that Meta.indexes is preferred to Field.db_index.Adam Johnson2023-02-241-0/+7
* Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez2023-02-231-3/+29
* Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.Xavier Fernandez2023-02-221-1/+5
* Fixed #34280 -- Allowed specifying different field values for create operatio...tschilling2023-02-141-5/+15
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-108-169/+511
* Fixed #34325 -- Corrected wording in PercentRank() docs.dennisvang2023-02-101-7/+7
* Fixed #34242 -- Doc'd that primary key is set to None when deleting objects.noFFENSE2023-01-202-2/+6
* Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when...Mariusz Felisiak2023-01-171-10/+0
* Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError a...Mariusz Felisiak2023-01-171-6/+0
* Refs #32365 -- Removed is_dst argument for various methods and functions.Mariusz Felisiak2023-01-172-41/+13
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-176-156/+2
* Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres2022-12-281-2/+8
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-282-0/+33
* Fixed #24048 -- Corrected QuerySet.only() docs about interaction with defer().Ryan Cheley2022-12-061-5/+11
* Fixed #34099 -- Added release notes for QuerySet.update_or_create() changes.sarahboyce2022-11-141-0/+5
* Updated documentation and comments for RFC updates.Nick Pope2022-11-102-2/+2
* Improved readability of string interpolation in frequently used examples in d...Trey Hunner2022-11-101-1/+1
* Fixed #34135 -- Added async-compatible interface to related managers.Jon Janzen2022-11-091-6/+36
* Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...Jon Janzen2022-11-081-0/+7
* Fixed #34112 -- Added async-compatible interface to Model methods.DevilsAutumn2022-11-021-0/+21
* Fixed #16211 -- Added logical NOT support to F expressions.David Wobrock2022-10-311-0/+13
* Fixed typo in docs/ref/models/querysets.txt.Ryan Cheley2022-10-211-2/+2
* Updated UTC uses to datetime.timezone.utc in docs.Diane DeMers Chen2022-10-201-2/+2
* Refs #34059 -- Doc'd lack of support for validation of constraints with JSONF...Mariusz Felisiak2022-10-122-0/+22
* Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().Simon Charette2022-10-061-3/+6
* Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL.Lily Foote2022-10-031-0/+5
* Clarified how to reference RelatedObjectDoesNotExist exceptions.David Sanders2022-10-011-6/+7
* Changed note about update_fields and pre_save() to admonition.Mariusz Felisiak2022-09-281-1/+1
* Doc'd when pre_save() is called with Model.save()'s update_fields.sarahboyce2022-09-271-0/+8
* Fixed #33996 -- Fixed CheckConstraint validation on NULL values.David Sanders2022-09-131-0/+9
* Corrected heading level of "Registering and fetching lookups" section in docs.Mariusz Felisiak2022-09-041-12/+12
* Fixed #29799 -- Allowed registering lookups per field instances.Allen Jonathan David2022-09-022-17/+36
* Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega2022-08-301-2/+2
* Refs #28333 -- Added partial support for filtering against window functions.Simon Charette2022-08-151-6/+25
* Doc'd TextField.db_collation as optional.Carlton Gibson2022-08-021-1/+1
* Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transfor...Mariusz Felisiak2022-07-261-0/+16
* Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock2022-07-121-6/+4
* Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak2022-07-081-2/+2
* Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak2022-05-312-3/+3
* Fixed #33724 -- Doc'd exclude argument changes in model validation.Mariusz Felisiak2022-05-241-8/+12
* Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak2022-05-191-4/+3
* Refs #30581 -- Updated count of steps in model validation docs.Joachim Jablon2022-05-181-1/+1
* Removed versionadded/changed annotations for 4.0.Carlton Gibson2022-05-176-39/+0
* Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...Mariusz Felisiak2022-05-121-2/+22
* Fixed #30581 -- Added support for Meta.constraints validation.Gagaro2022-05-102-26/+107
* Fixed #33680 -- Corrected example of customizing model loading in docs.Ali Toosi2022-05-061-1/+3
* Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak2022-05-041-1/+1