summaryrefslogtreecommitdiff
path: root/tests/model_fields
AgeCommit message (Expand)Author
2026-01-29[6.0.x] Fixed #36847 -- Ensured auto_now_add fields are set on pre_save().Nilesh Kumar Pahari
2025-09-22[6.0.x] Fixed #35453 -- Made ManyToManyField.concrete False.Ryan P Kilby
2025-09-22[6.0.x] Fixed #36612 -- Fixed a KeyTextTransform crash on MySQL against annot...Simon Charette
2025-09-14Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.Simon Charette
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-05-16Fixed #33312 -- Raised explicit exception when copying deferred model instances.Simon Charette
2025-05-14Fixed #36085 -- Added JSONField support for negative array indexing on SQLite.savanto
2025-03-25Fixed #36262 -- Made GeneratedField.db_persist a required key-word argument.Jason Cameron
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2025-02-27Refs #35617 -- Removed hardcoded pk in test_bulk_update_custom_get_prep_value().Jacob Walls
2025-02-20Refs #35167 -- Fixed test_bulk_update_custom_get_prep_value() crash on databa...Mariusz Felisiak
2025-02-18Fixed #35167 -- Delegated to super() in JSONField.get_db_prep_save().Jacob Walls
2025-02-06Fixed #36025 -- Fixed re-aliasing of iterable (in/range) lookups rhs.Simon Charette
2025-01-20Fixed #36005 -- Dropped support for Python 3.10 and 3.11.Mariusz Felisiak
2025-01-15Refs #35405 -- Removed FieldCacheMixin.get_cache_name() per deprecation timel...Sarah Boyce
2025-01-13Fixed #36086 -- Fixed crash when using GeneratedField with non-AutoField pk.Simon Charette
2024-12-09Fixed #35982 -- Made DecimalField.get_db_prep_value() call DatabaseOperations...Tim Graham
2024-12-04Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLookup usage...Simon Charette
2024-12-03Refs #35842 -- Fixed handling of quotes in JSONField key lookups on Oracle.Sage Abdullah
2024-09-18Fixed #35766 -- Handled slices in BaseChoiceIterator.Sarah Boyce
2024-08-28Refs #35405 -- Adjusted deprecation warning stacklevel in FieldCacheMixin.get...Simon Charette
2024-08-21Fixed #35695 -- Ensured FileFields use a storage pointing to a temp directory...Hisham Mahmood
2024-07-15Refs #35560 -- Corrected required feature flags in GeneratedModelUniqueConstr...Mariusz Felisiak
2024-07-04Fixed #35560 -- Made Model.full_clean() ignore GeneratedFields for constraints.Mark Gensler
2024-05-22Fixed #35472 -- Used temporary directory in test_imagefield.NoReadTests.Sarah Boyce
2024-05-22Fixed #35139 -- Prevented file read after ImageField is saved to storage.John Parton
2024-05-21Fixed #35405 -- Converted get_cache_name into a cached property in FieldCache...Adam Johnson
2024-05-15Fixed #35384 -- Raised FieldError when saving a file without a name to FileFi...Jonny Park
2024-04-10Fixed #35350 -- Fixed save() with pk set on models with GeneratedFields.Sarah Boyce
2024-04-01Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for G...Johannes Westphal
2024-02-16Refs #34060 -- Fixed crash when filtering against literal JSON with psycopg2.Simon Charette
2024-01-19Fixed #35127 -- Made Model.full_clean() ignore GeneratedFields.Mariusz Felisiak
2023-12-31Used addCleanup() in tests where appropriate.Mariusz Felisiak
2023-12-08Fixed #35019 -- Fixed save() on models with both GeneratedFields and ForeignK...Sarah Boyce
2023-12-07Fixed #35024 -- Fixed model instance creation crash on GeneratedField.output_...Mariusz Felisiak
2023-11-22Fixed #34985 -- Fixed GeneratedFields.contribute_to_class() crash when apps a...Mariusz Felisiak
2023-11-14Fixed #34944 -- Made GeneratedField.output_field required.Mariusz Felisiak
2023-11-02Refs #31300 -- Allowed testing GeneratedField without collation.Tim Graham
2023-09-28Fixed #34877 -- Fixed migrations crash when adding GeneratedField with output...Paolo Melchiorre
2023-09-22Fixed JSONField's test_deep_distinct for DatabaseFeatures.nulls_order_largest...Tim Graham
2023-09-19Isolated test models for GeneratedFields.Mariusz Felisiak
2023-09-18Refs #33308 -- Removed support for passing encoded JSON string literals to JS...Mariusz Felisiak
2023-09-16Fixed #34842 -- Fixed ModelAdmin.readonly_fields crash with GeneratedFields.Paolo Melchiorre
2023-09-14Fixed #34838 -- Corrected output_field of resolved columns for GeneratedFields.Paolo Melchiorre
2023-09-14Fixed #24561 -- Added support for callables on model fields' choices.Natalia
2023-09-07Fixed #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-22Added tests for model field's choices iterator/iterable values.Natalia
2023-06-19Refs #34517 -- Restored skipping ImageFileField.update_dimension_fields witho...François Freitag
2023-05-24Fixed #34590 -- Reverted "Refs #33308 -- Improved adapting DecimalField value...David Sanders