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
Age
Commit message (
Expand
)
Author
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-18
Fixed #33651 -- Added support for prefetching GenericForeignKey.
Clément Escolano
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-02
Fixed #33507 -- Used UUID data type on MariaDB 10.7+.
Albert Defler
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-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-03
Fixed #34517 -- Avoided connection post_init signal to ImageField without wid...
Orhan Hirsch
2023-05-02
Refs #31369 -- Improved hint message in NullBooleanField's deprecation warning.
Paul Brown
2023-04-18
Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...
David Wobrock
2023-04-18
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2023-03-28
Fixed #34443 -- Fixed filtering by transforms on reverse relations.
Mariusz Felisiak
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2023-03-14
Refs #28329 -- Fixed Cast() with ForeignKey to integer fields on MySQL.
David Wobrock
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-23
Fixed #34192 -- Preserved callable storage when it returns default_storage.
Matt Westcott
2023-01-18
Refs #34233 -- Used @functools.cache.
Nick Pope
2023-01-17
Refs #31486 -- Removed ability to pass unsaved model instances to related fil...
Mariusz Felisiak
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-18
Removed unnecessary ForeignKey.get_reverse_path_info().
Mariusz Felisiak
2022-11-15
Refs #33308 -- Used get_db_prep_value() to adapt JSONFields.
Simon Charette
2022-11-09
Fixed #34135 -- Added async-compatible interface to related managers.
Jon Janzen
2022-11-08
Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...
Jon Janzen
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-11-04
Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...
LightDiscord
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-09-30
Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
Mariusz Felisiak
2022-09-16
Fixed #33966 -- Added support for using KeyTextTransform from lookup.
Allen Jonathan David
2022-09-09
Fixed #33975 -- Fixed __in lookup when rhs is a queryset with annotate() and ...
DevilsAutumn
2022-09-06
Refs #26780 -- Made prefetch_related() don't use window expressions fo sliced...
Mariusz Felisiak
2022-09-02
Fixed #29799 -- Allowed registering lookups per field instances.
Allen Jonathan David
2022-08-27
Fixed #33954 -- Prevented models.DecimalField from accepting NaN, Inf, and -I...
Mohamed Karam
2022-08-27
Fixed #33952 -- Reallowed creating reverse foreign key managers on unsaved in...
David Wobrock
[next]