index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
model_fields
Age
Commit message (
Expand
)
Author
9 days
Fixed #35870 -- Made blank choice label in forms more accessible.
Annabelle Wiegart
2026-03-24
Refs #36494 -- Prevented crash in JSONField numeric lookups with expressions.
Vignesh Anand
2026-03-16
Fixed #36906 -- Handled coalescing JSON-primitive strings and JSON values on ...
Kanin Kearpimy
2026-03-12
Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...
Simon Charette
2026-01-29
Fixed #36847 -- Ensured auto_now_add fields are set on pre_save().
Nilesh Kumar Pahari
2026-01-28
Fixed #36233 -- Avoided quantizing integers stored in DecimalField on SQLite.
Samriddha9619
2025-12-22
Refs #36806 -- Removed unnecessary null=True from GeneratedField in test models.
Nilesh Kumar Pahari
2025-12-22
Fixed #36508 -- Interpreted __iexact=None on KeyTransforms as __exact=None.
Clifford Gama
2025-12-22
Replaced per-object create() calls with bulk_create in tests/model_fields/tes...
Clifford Gama
2025-12-13
Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...
Mariusz Felisiak
2025-12-10
Refs #36025 -- Made get_prep_lookup() pass output_field when wrapping direct ...
Clifford Gama
2025-12-10
Refs #36689 -- Serialized JSONIn rhs parameters wrapped in Value expressions.
Clifford Gama
2025-12-10
Fixed #36689 -- Fixed top-level JSONField __in lookup failures on MySQL and O...
Clifford Gama
2025-11-12
Refs #35381 -- Made JSONNull deconstruct using convenient import path.
Clifford Gama
2025-10-29
Refs #35381 -- Deprecated using None in JSONExact rhs to mean JSON null.
Clifford Gama
2025-10-29
Fixed #35381 -- Added JSONNull() expression.
Clifford Gama
2025-10-13
Removed reference to "manager" in ForeignKeyTests.
Jacob Walls
2025-09-22
Fixed #35453 -- Made ManyToManyField.concrete False.
Ryan P Kilby
2025-09-22
Fixed #36612 -- Fixed a KeyTextTransform crash on MySQL against annotations.
Simon Charette
2025-09-14
Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.
Simon Charette
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-05-16
Fixed #33312 -- Raised explicit exception when copying deferred model instances.
Simon Charette
2025-05-14
Fixed #36085 -- Added JSONField support for negative array indexing on SQLite.
savanto
2025-03-25
Fixed #36262 -- Made GeneratedField.db_persist a required key-word argument.
Jason Cameron
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2025-02-27
Refs #35617 -- Removed hardcoded pk in test_bulk_update_custom_get_prep_value().
Jacob Walls
2025-02-20
Refs #35167 -- Fixed test_bulk_update_custom_get_prep_value() crash on databa...
Mariusz Felisiak
2025-02-18
Fixed #35167 -- Delegated to super() in JSONField.get_db_prep_save().
Jacob Walls
2025-02-06
Fixed #36025 -- Fixed re-aliasing of iterable (in/range) lookups rhs.
Simon Charette
2025-01-20
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Mariusz Felisiak
2025-01-15
Refs #35405 -- Removed FieldCacheMixin.get_cache_name() per deprecation timel...
Sarah Boyce
2025-01-13
Fixed #36086 -- Fixed crash when using GeneratedField with non-AutoField pk.
Simon Charette
2024-12-09
Fixed #35982 -- Made DecimalField.get_db_prep_value() call DatabaseOperations...
Tim Graham
2024-12-04
Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLookup usage...
Simon Charette
2024-12-03
Refs #35842 -- Fixed handling of quotes in JSONField key lookups on Oracle.
Sage Abdullah
2024-09-18
Fixed #35766 -- Handled slices in BaseChoiceIterator.
Sarah Boyce
2024-08-28
Refs #35405 -- Adjusted deprecation warning stacklevel in FieldCacheMixin.get...
Simon Charette
2024-08-21
Fixed #35695 -- Ensured FileFields use a storage pointing to a temp directory...
Hisham Mahmood
2024-07-15
Refs #35560 -- Corrected required feature flags in GeneratedModelUniqueConstr...
Mariusz Felisiak
2024-07-04
Fixed #35560 -- Made Model.full_clean() ignore GeneratedFields for constraints.
Mark Gensler
2024-05-22
Fixed #35472 -- Used temporary directory in test_imagefield.NoReadTests.
Sarah Boyce
2024-05-22
Fixed #35139 -- Prevented file read after ImageField is saved to storage.
John Parton
2024-05-21
Fixed #35405 -- Converted get_cache_name into a cached property in FieldCache...
Adam Johnson
2024-05-15
Fixed #35384 -- Raised FieldError when saving a file without a name to FileFi...
Jonny Park
2024-04-10
Fixed #35350 -- Fixed save() with pk set on models with GeneratedFields.
Sarah Boyce
2024-04-01
Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for G...
Johannes Westphal
2024-02-16
Refs #34060 -- Fixed crash when filtering against literal JSON with psycopg2.
Simon Charette
2024-01-19
Fixed #35127 -- Made Model.full_clean() ignore GeneratedFields.
Mariusz Felisiak
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-12-08
Fixed #35019 -- Fixed save() on models with both GeneratedFields and ForeignK...
Sarah Boyce
[next]