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
/
django
/
db
/
models
/
fields
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields.
Julie Rymer
2023-05-16
1
-0
/
+2
*
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-12
1
-2
/
+59
*
Removed obsolete docstring from Field.db_returning.
Lily Foote
2023-05-10
1
-4
/
+1
*
Fixed #34517 -- Avoided connection post_init signal to ImageField without wid...
Orhan Hirsch
2023-05-03
1
-5
/
+4
*
Refs #31369 -- Improved hint message in NullBooleanField's deprecation warning.
Paul Brown
2023-05-02
1
-1
/
+1
*
Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...
David Wobrock
2023-04-18
2
-0
/
+19
*
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2023-04-18
2
-0
/
+11
*
Fixed #34443 -- Fixed filtering by transforms on reverse relations.
Mariusz Felisiak
2023-03-28
1
-0
/
+6
*
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2023-03-21
1
-0
/
+3
*
Refs #28329 -- Fixed Cast() with ForeignKey to integer fields on MySQL.
David Wobrock
2023-03-14
1
-0
/
+3
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
2
-4
/
+0
*
Fixed #34192 -- Preserved callable storage when it returns default_storage.
Matt Westcott
2023-01-23
1
-2
/
+3
*
Refs #34233 -- Used @functools.cache.
Nick Pope
2023-01-18
1
-1
/
+1
*
Refs #31486 -- Removed ability to pass unsaved model instances to related fil...
Mariusz Felisiak
2023-01-17
1
-11
/
+1
*
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
1
-3
/
+19
*
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-28
2
-0
/
+34
*
Used allow_migrate_model() shortcut in Field._check_backend_specific_checks().
Mariusz Felisiak
2022-12-24
1
-4
/
+1
*
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-15
1
-0
/
+4
*
Refs #33308 -- Deprecated support for passing encoded JSON string literals to...
Simon Charette
2022-12-01
2
-2
/
+33
*
Removed unnecessary ForeignKey.get_reverse_path_info().
Mariusz Felisiak
2022-11-18
1
-16
/
+0
*
Refs #33308 -- Used get_db_prep_value() to adapt JSONFields.
Simon Charette
2022-11-15
1
-5
/
+14
*
Fixed #34135 -- Added async-compatible interface to related managers.
Jon Janzen
2022-11-09
1
-0
/
+44
*
Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...
Jon Janzen
2022-11-08
1
-0
/
+38
*
Refs #33374 -- Adjusted full match condition handling.
Simon Charette
2022-11-07
1
-9
/
+0
*
Refs #33308 -- Improved adapting DecimalField values to decimal.
Florian Apolloner
2022-11-07
1
-2
/
+4
*
Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...
LightDiscord
2022-11-04
2
-4
/
+5
*
Used more augmented assignment statements.
Nick Pope
2022-10-31
2
-6
/
+6
*
Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
Mariusz Felisiak
2022-09-30
1
-24
/
+2
*
Fixed #33966 -- Added support for using KeyTextTransform from lookup.
Allen Jonathan David
2022-09-16
1
-0
/
+13
*
Fixed #33975 -- Fixed __in lookup when rhs is a queryset with annotate() and ...
DevilsAutumn
2022-09-09
1
-2
/
+1
*
Refs #26780 -- Made prefetch_related() don't use window expressions fo sliced...
Mariusz Felisiak
2022-09-06
1
-5
/
+14
*
Fixed #29799 -- Allowed registering lookups per field instances.
Allen Jonathan David
2022-09-02
1
-1
/
+1
*
Fixed #33954 -- Prevented models.DecimalField from accepting NaN, Inf, and -I...
Mohamed Karam
2022-08-27
1
-10
/
+11
*
Fixed #33952 -- Reallowed creating reverse foreign key managers on unsaved in...
David Wobrock
2022-08-27
1
-9
/
+8
*
Fixed typo in django/db/models/fields/files.py comment.
Jan Pieter Waagmeester
2022-08-25
1
-1
/
+1
*
Refs #26511 -- Fixed json.KeyTextTransform() on MySQL/MariaDB.
Mariusz Felisiak
2022-08-18
1
-0
/
+12
*
Fixed #26780 -- Added prefetch_related() support for sliced queries.
Simon Charette
2022-08-15
1
-7
/
+26
*
Refs #28333 -- Added partial support for filtering against window functions.
Simon Charette
2022-08-15
1
-0
/
+1
*
Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.
Nick Pope
2022-07-27
2
-9
/
+12
*
Refs #27236 -- Reverted "Refs #27236 -- Refactored out DeprecationForHistoric...
Mariusz Felisiak
2022-07-26
1
-4
/
+31
*
Refs #27236 -- Refactored out DeprecationForHistoricalMigrationMixin.
David Wobrock
2022-07-07
1
-31
/
+4
*
Updated source translation catalogs.
Mariusz Felisiak
2022-05-17
1
-2
/
+2
*
Fixed #33413 -- Made migrations propage collations to related fields.
David Wobrock
2022-05-02
1
-1
/
+6
*
Refs #33413 -- Added collation to CharField/TextField's db_parameters.
David Wobrock
2022-04-29
1
-0
/
+10
*
Refs #31223 -- Added __class_getitem__() to ForeignKey.
Collin Anderson
2022-04-22
1
-0
/
+3
*
Fixed #33471 -- Made AlterField operation a noop when changing "choices".
sarahboyce
2022-04-06
1
-0
/
+18
*
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-24
1
-1
/
+1
*
Fixed #33552 -- Fixed JSONField has key lookups with numeric keys on MariaDB,...
Sage Abdullah
2022-03-15
1
-10
/
+16
*
Fixed #31486 -- Deprecated passing unsaved objects to related filters.
Albert Defler
2022-02-25
1
-0
/
+12
*
Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many rela...
Albert Defler
2022-02-22
1
-0
/
+24
[next]