index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2023-03-21
1
-4
/
+7
*
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-03-01
13
-642
/
+795
*
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-28
3
-50
/
+53
*
Doc'd that Meta.indexes is preferred to Field.db_index.
Adam Johnson
2023-02-24
1
-0
/
+7
*
Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...
Xavier Fernandez
2023-02-23
1
-3
/
+29
*
Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.
Xavier Fernandez
2023-02-22
1
-1
/
+5
*
Fixed #34280 -- Allowed specifying different field values for create operatio...
tschilling
2023-02-14
1
-5
/
+15
*
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-02-10
8
-169
/
+511
*
Fixed #34325 -- Corrected wording in PercentRank() docs.
dennisvang
2023-02-10
1
-7
/
+7
*
Fixed #34242 -- Doc'd that primary key is set to None when deleting objects.
noFFENSE
2023-01-20
2
-2
/
+6
*
Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when...
Mariusz Felisiak
2023-01-17
1
-10
/
+0
*
Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError a...
Mariusz Felisiak
2023-01-17
1
-6
/
+0
*
Refs #32365 -- Removed is_dst argument for various methods and functions.
Mariusz Felisiak
2023-01-17
2
-41
/
+13
*
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2023-01-17
6
-156
/
+2
*
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
1
-2
/
+8
*
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-28
2
-0
/
+33
*
Fixed #24048 -- Corrected QuerySet.only() docs about interaction with defer().
Ryan Cheley
2022-12-06
1
-5
/
+11
*
Fixed #34099 -- Added release notes for QuerySet.update_or_create() changes.
sarahboyce
2022-11-14
1
-0
/
+5
*
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-10
2
-2
/
+2
*
Improved readability of string interpolation in frequently used examples in d...
Trey Hunner
2022-11-10
1
-1
/
+1
*
Fixed #34135 -- Added async-compatible interface to related managers.
Jon Janzen
2022-11-09
1
-6
/
+36
*
Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...
Jon Janzen
2022-11-08
1
-0
/
+7
*
Fixed #34112 -- Added async-compatible interface to Model methods.
DevilsAutumn
2022-11-02
1
-0
/
+21
*
Fixed #16211 -- Added logical NOT support to F expressions.
David Wobrock
2022-10-31
1
-0
/
+13
*
Fixed typo in docs/ref/models/querysets.txt.
Ryan Cheley
2022-10-21
1
-2
/
+2
*
Updated UTC uses to datetime.timezone.utc in docs.
Diane DeMers Chen
2022-10-20
1
-2
/
+2
*
Refs #34059 -- Doc'd lack of support for validation of constraints with JSONF...
Mariusz Felisiak
2022-10-12
2
-0
/
+22
*
Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().
Simon Charette
2022-10-06
1
-3
/
+6
*
Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL.
Lily Foote
2022-10-03
1
-0
/
+5
*
Clarified how to reference RelatedObjectDoesNotExist exceptions.
David Sanders
2022-10-01
1
-6
/
+7
*
Changed note about update_fields and pre_save() to admonition.
Mariusz Felisiak
2022-09-28
1
-1
/
+1
*
Doc'd when pre_save() is called with Model.save()'s update_fields.
sarahboyce
2022-09-27
1
-0
/
+8
*
Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
David Sanders
2022-09-13
1
-0
/
+9
*
Corrected heading level of "Registering and fetching lookups" section in docs.
Mariusz Felisiak
2022-09-04
1
-12
/
+12
*
Fixed #29799 -- Allowed registering lookups per field instances.
Allen Jonathan David
2022-09-02
2
-17
/
+36
*
Refs #30947 -- Changed tuples to lists where appropriate.
Alex Morega
2022-08-30
1
-2
/
+2
*
Refs #28333 -- Added partial support for filtering against window functions.
Simon Charette
2022-08-15
1
-6
/
+25
*
Doc'd TextField.db_collation as optional.
Carlton Gibson
2022-08-02
1
-1
/
+1
*
Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transfor...
Mariusz Felisiak
2022-07-26
1
-0
/
+16
*
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
David Wobrock
2022-07-12
1
-6
/
+4
*
Fixed #33718 -- Dropped support for MySQL 5.7.
Mariusz Felisiak
2022-07-08
1
-2
/
+2
*
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2022-05-31
2
-3
/
+3
*
Fixed #33724 -- Doc'd exclude argument changes in model validation.
Mariusz Felisiak
2022-05-24
1
-8
/
+12
*
Fixed #33717 -- Dropped support for PostgreSQL 11.
Mariusz Felisiak
2022-05-19
1
-4
/
+3
*
Refs #30581 -- Updated count of steps in model validation docs.
Joachim Jablon
2022-05-18
1
-1
/
+1
*
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-05-17
6
-39
/
+0
*
Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...
Mariusz Felisiak
2022-05-12
1
-2
/
+22
*
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-05-10
2
-26
/
+107
*
Fixed #33680 -- Corrected example of customizing model loading in docs.
Ali Toosi
2022-05-06
1
-1
/
+3
*
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2022-05-04
1
-1
/
+1
[next]