summaryrefslogtreecommitdiff
path: root/django/db/models/fields
AgeCommit message (Expand)Author
2024-04-01[5.0.x] Fixed #35344, Refs #34838 -- Corrected output_field of resolved colum...Johannes Westphal
2024-02-04[5.0.x] Fixed #35149 -- Fixed crashes of db_default with unresolvable output ...Simon Charette
2024-01-26[5.0.x] Applied Black's 2024 stable style.Mariusz Felisiak
2023-12-12[5.0.x] Fixed #35018 -- Fixed migrations crash on GeneratedField with Boolean...Mariusz Felisiak
2023-11-22[5.0.x] Fixed #34985 -- Fixed GeneratedFields.contribute_to_class() crash whe...Mariusz Felisiak
2023-11-14[5.0.x] Refs #34944 -- Propagated system checks for GeneratedField.output_field.Mariusz Felisiak
2023-11-14[5.0.x] Fixed #34944 -- Made GeneratedField.output_field required.Mariusz Felisiak
2023-10-23[5.0.x] Fixed #34899 -- Added blank choice to forms' callable choices lazily.Nick Pope
2023-10-23[5.0.x] Refs #34899 -- Extracted Field.flatchoices to flatten_choices helper ...Nick Pope
2023-10-22[5.0.x] Fixed #34921 -- Fixed crash of warning for unbound naive datetimes.David Sanders
2023-09-28[5.0.x] Fixed #34877 -- Fixed migrations crash when adding GeneratedField wit...Paolo Melchiorre
2023-09-22[5.0.x] Fixed #34861 -- Fixed crash when adding GeneratedField with some expr...Paolo Melchiorre
2023-09-18Fixed #33651 -- Added support for prefetching GenericForeignKey.Clément Escolano
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-02Fixed #33507 -- Used UUID data type on MariaDB 10.7+.Albert Defler
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
2023-05-16Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields.Julie Rymer
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2023-05-10Removed obsolete docstring from Field.db_returning.Lily Foote
2023-05-03Fixed #34517 -- Avoided connection post_init signal to ImageField without wid...Orhan Hirsch
2023-05-02Refs #31369 -- Improved hint message in NullBooleanField's deprecation warning.Paul Brown
2023-04-18Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...David Wobrock
2023-04-18Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock
2023-03-28Fixed #34443 -- Fixed filtering by transforms on reverse relations.Mariusz Felisiak
2023-03-21Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel
2023-03-14Refs #28329 -- Fixed Cast() with ForeignKey to integer fields on MySQL.David Wobrock
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-23Fixed #34192 -- Preserved callable storage when it returns default_storage.Matt Westcott
2023-01-18Refs #34233 -- Used @functools.cache.Nick Pope
2023-01-17Refs #31486 -- Removed ability to pass unsaved model instances to related fil...Mariusz Felisiak
2022-12-28Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-12-24Used allow_migrate_model() shortcut in Field._check_backend_specific_checks().Mariusz Felisiak
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-12-01Refs #33308 -- Deprecated support for passing encoded JSON string literals to...Simon Charette
2022-11-18Removed unnecessary ForeignKey.get_reverse_path_info().Mariusz Felisiak
2022-11-15Refs #33308 -- Used get_db_prep_value() to adapt JSONFields.Simon Charette
2022-11-09Fixed #34135 -- Added async-compatible interface to related managers.Jon Janzen
2022-11-08Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...Jon Janzen
2022-11-07Refs #33374 -- Adjusted full match condition handling.Simon Charette
2022-11-07Refs #33308 -- Improved adapting DecimalField values to decimal.Florian Apolloner
2022-11-04Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...LightDiscord
2022-10-31Used more augmented assignment statements.Nick Pope
2022-09-30Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."Mariusz Felisiak
2022-09-16Fixed #33966 -- Added support for using KeyTextTransform from lookup.Allen Jonathan David
2022-09-09Fixed #33975 -- Fixed __in lookup when rhs is a queryset with annotate() and ...DevilsAutumn