index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
fields
Age
Commit message (
Expand
)
Author
2022-05-17
[4.1.x] Updated source translation catalogs.
Mariusz Felisiak
2022-05-02
Fixed #33413 -- Made migrations propage collations to related fields.
David Wobrock
2022-04-29
Refs #33413 -- Added collation to CharField/TextField's db_parameters.
David Wobrock
2022-04-22
Refs #31223 -- Added __class_getitem__() to ForeignKey.
Collin Anderson
2022-04-06
Fixed #33471 -- Made AlterField operation a noop when changing "choices".
sarahboyce
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-15
Fixed #33552 -- Fixed JSONField has key lookups with numeric keys on MariaDB,...
Sage Abdullah
2022-02-25
Fixed #31486 -- Deprecated passing unsaved objects to related filters.
Albert Defler
2022-02-22
Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many rela...
Albert Defler
2022-02-16
Fixed #33515 -- Prevented recreation of migration for ManyToManyField to lowe...
Mariusz Felisiak
2022-02-16
Made Field.error_messages a cached property.
Collin Anderson
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-01-14
Fixed #33441 -- Restored immutability of models.Field.__hash__().
Adam Johnson
2022-01-05
Fixed #32511 -- Corrected handling prefetched nested reverse relationships.
Jamie Matthews
2022-01-04
Fixed #33406 -- Avoided creation of MaxLengthValidator(None) when resolving V...
Keryn Knight
2021-12-21
Fixed #33374 -- Fixed ExpressionWrapper annotations with full queryset.
David Wobrock
2021-12-10
Corrected return value of ForeignKey.db_check().
Adam Johnson
2021-12-02
Refs #32690 -- Altered lookups Query rhs alterations during initialization.
Simon Charette
2021-11-08
Fixed #32980 -- Made models cache related managers.
Keryn Knight
2021-11-03
Fixed #32996 -- Cached PathInfos on relations.
Keryn Knight
2021-10-06
Fixed #33131 -- Improved error messages for clashing reverse accessor names.
Bernd Wechner
2021-09-28
Fixed #33033 -- Prevented models.DecimalField from accepting NaN values.
Chinmoy Chakraborty
2021-09-24
Fixed #33124 -- Avoided accessing the database connections when not necessary.
Keryn Knight
2021-09-23
Fixed #33133 -- Fixed handling NullBooleanField in historical migrations.
Mariusz Felisiak
2021-09-09
Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...
Hasan Ramezani
2021-08-06
Fixed #32983 -- Added system check for redundant related_name on symmetrical ...
Nick Touran
2021-07-30
Refs #32966 -- Refactored out DateTimeCheckMixin._check_if_value_fixed().
Chris Jerdonek
2021-07-30
Refs #32966 -- Simplified the _check_fix_default_value() implementations.
Chris Jerdonek
2021-07-30
Refs #32966 -- Added _to_naive() and _get_naive_now() for use in DateTimeChec...
Chris Jerdonek
2021-07-30
Fixed #32966 -- Fixed TimeField.check() crash for timezone-aware times in def...
Chris Jerdonek
2021-07-28
Refs #32946 -- Changed internal usage of dynamic Q() objects construction to ...
Keryn Knight
2021-07-26
Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_field...
Tom Wojcik
2021-07-22
Fixed #32951 -- Removed Query.where_class & co.
Nick Pope
2021-07-15
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....
Daniyal
2021-07-09
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...
Ian Foote
2021-07-07
Fixed #32840 -- Optimized Field.get_col().
Keryn Knight
2021-06-15
Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribut...
Carlton Gibson
2021-05-28
Fixed #32676 -- Prevented migrations from rendering related field attributes ...
David Wobrock
2021-05-13
Fixed #32718 -- Relaxed file name validation in FileField.
Mariusz Felisiak
2021-05-04
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-04-13
Corrected typo in Field.deconstruct docstring.
Daniel Hahler
2021-04-08
Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD.
Adam Johnson
2021-03-23
Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transf...
Mariusz Felisiak
2021-02-05
Fixed #32411 -- Fixed __icontains lookup for JSONField on MySQL.
Hasan Ramezani
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2020-12-30
Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...
manav014
2020-12-29
Added app labels to related fields checks messages E302-E305.
Mariusz Felisiak
2020-12-29
Used model's Options.label where applicable.
Mariusz Felisiak
[next]