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
/
__init__.py
Age
Commit message (
Expand
)
Author
2026-06-10
Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.
zhengkangyang
2026-05-05
Fixed #37053 -- Added validate=True to base64.b64decode() calls.
Sarah Boyce
2026-04-22
Fixed #35870 -- Made blank choice label in forms more accessible.
Annabelle Wiegart
2026-03-18
Fixed #36987 -- Observed prepared argument in UUIDField.get_db_prep_value().
Jacob Walls
2026-03-13
Fixed #36927 -- Optimized Field.deconstruct().
Adam Johnson
2026-03-12
Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...
Simon Charette
2026-01-12
Fixed #36858 -- Optimized `Field._get_default()` for `db_default` case.
Adam Johnson
2025-12-28
Refs #24920 -- Made DecimalField system checks database dependent.
Mariusz Felisiak
2025-12-05
Fixed #36722 -- Moved AutoFieldMixin validate_autopk_value() check to get_db_...
Clifford Gama
2025-11-19
Fixed #26609 -- Extended fields.E004 system check for unordered iterables.
Mariusz Felisiak
2025-11-17
Fixed #24920 -- Added support for DecimalField with no precision.
Mariusz Felisiak
2025-10-18
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Mariusz Felisiak
2025-09-23
Fixed #36616 -- Added DatabaseOperations.adapt_durationfield_value().
Tim Graham
2025-08-23
Refs #470 -- Adjusted Field.db_returning to be backend agnostic.
Simon Charette
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2025-01-14
Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.
Michael Manfre
2025-01-10
Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks.
Simon Charette
2024-12-09
Fixed #35982 -- Made DecimalField.get_db_prep_value() call DatabaseOperations...
Tim Graham
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-11-11
Fixed #35815 -- Made system check accept db_default literals when DatabaseFea...
Tim Graham
2024-08-05
Fixed #35638 -- Updated validate_constraints to consider db_default.
David Sanders
2024-02-26
Fixed #35246 -- Made Field.unique a cached property.
Adam Johnson
2024-02-04
Fixed #35149 -- Fixed crashes of db_default with unresolvable output field.
Simon Charette
2023-12-30
Fixed #29049 -- Added slicing notation to F expressions.
Nick Pope
2023-11-24
Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().
Nick Pope
2023-11-24
Fixed #34818 -- Prevented GenericIPAddressField from mutating error messages.
Parth Verma
2023-11-14
Refs #34944 -- Propagated system checks for GeneratedField.output_field.
Mariusz Felisiak
2023-10-23
Fixed #34899 -- Added blank choice to forms' callable choices lazily.
Nick Pope
2023-10-23
Refs #34899 -- Extracted Field.flatchoices to flatten_choices helper function.
Nick Pope
2023-10-22
Fixed #34921 -- Fixed crash of warning for unbound naive datetimes.
David Sanders
2023-09-14
Fixed #24561 -- Added support for callables on model fields' choices.
Natalia
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-05-24
Fixed #34590 -- Reverted "Refs #33308 -- Improved adapting DecimalField value...
David Sanders
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-10
Removed obsolete docstring from Field.db_returning.
Lily Foote
2023-05-02
Refs #31369 -- Improved hint message in NullBooleanField's deprecation warning.
Paul Brown
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2022-12-28
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-24
Used allow_migrate_model() shortcut in Field._check_backend_specific_checks().
Mariusz Felisiak
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-01
Refs #33308 -- Deprecated support for passing encoded JSON string literals to...
Simon Charette
2022-11-07
Refs #33374 -- Adjusted full match condition handling.
Simon Charette
2022-11-07
Refs #33308 -- Improved adapting DecimalField values to decimal.
Florian Apolloner
2022-08-27
Fixed #33954 -- Prevented models.DecimalField from accepting NaN, Inf, and -I...
Mohamed Karam
2022-07-26
Refs #27236 -- Reverted "Refs #27236 -- Refactored out DeprecationForHistoric...
Mariusz Felisiak
2022-07-07
Refs #27236 -- Refactored out DeprecationForHistoricalMigrationMixin.
David Wobrock
[next]