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
/
tests
/
model_fields
Age
Commit message (
Expand
)
Author
2024-12-04
[5.1.x] Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLook...
Simon Charette
2024-08-28
[5.1.x] Refs #35405 -- Adjusted deprecation warning stacklevel in FieldCacheM...
Simon Charette
2024-07-15
[5.1.x] Refs #35560 -- Corrected required feature flags in GeneratedModelUniq...
Mariusz Felisiak
2024-07-04
[5.1.x] Fixed #35560 -- Made Model.full_clean() ignore GeneratedFields for co...
Mark Gensler
2024-05-22
[5.1.x] 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
2023-12-07
Fixed #35024 -- Fixed model instance creation crash on GeneratedField.output_...
Mariusz Felisiak
2023-11-22
Fixed #34985 -- Fixed GeneratedFields.contribute_to_class() crash when apps a...
Mariusz Felisiak
2023-11-14
Fixed #34944 -- Made GeneratedField.output_field required.
Mariusz Felisiak
2023-11-02
Refs #31300 -- Allowed testing GeneratedField without collation.
Tim Graham
2023-09-28
Fixed #34877 -- Fixed migrations crash when adding GeneratedField with output...
Paolo Melchiorre
2023-09-22
Fixed JSONField's test_deep_distinct for DatabaseFeatures.nulls_order_largest...
Tim Graham
2023-09-19
Isolated test models for GeneratedFields.
Mariusz Felisiak
2023-09-18
Refs #33308 -- Removed support for passing encoded JSON string literals to JS...
Mariusz Felisiak
2023-09-16
Fixed #34842 -- Fixed ModelAdmin.readonly_fields crash with GeneratedFields.
Paolo Melchiorre
2023-09-14
Fixed #34838 -- Corrected output_field of resolved columns for GeneratedFields.
Paolo Melchiorre
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-08-22
Added tests for model field's choices iterator/iterable values.
Natalia
2023-06-19
Refs #34517 -- Restored skipping ImageFileField.update_dimension_fields witho...
François Freitag
2023-05-24
Fixed #34590 -- Reverted "Refs #33308 -- Improved adapting DecimalField value...
David Sanders
2023-05-16
Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields.
Julie Rymer
2023-05-03
Fixed #34517 -- Avoided connection post_init signal to ImageField without wid...
Orhan Hirsch
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2023-03-09
Fixed #27397 -- Prevented integer overflows on integer field lookups.
Simon Charette
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-12-30
Refs #34100 -- Made file upload tests use Storage.exists() where appropriate.
Francesco Panico
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-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-09-16
Fixed #33966 -- Added support for using KeyTextTransform from lookup.
Allen Jonathan David
2022-08-27
Fixed #33954 -- Prevented models.DecimalField from accepting NaN, Inf, and -I...
Mohamed Karam
2022-08-23
Removed unused path variable in model_fields tests.
Claude Paroz
2022-08-18
Refs #26511 -- Fixed json.KeyTextTransform() on MySQL/MariaDB.
Mariusz Felisiak
2022-06-03
Removed obsolete assertions in BooleanFieldTests.test_return_type().
Mariusz Felisiak
2022-04-22
Refs #31223 -- Added __class_getitem__() to ForeignKey.
Collin Anderson
2022-04-14
Relaxed some query ordering assertions in various tests.
Mariusz Felisiak
2022-04-12
Fixed #33626 -- Cleared cache when unregistering a lookup.
Himanshu-Balasamanta
2022-03-15
Fixed #33552 -- Fixed JSONField has key lookups with numeric keys on MariaDB,...
Sage Abdullah
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
[next]