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
2024-07-04
Fixed #35569 -- Improved wording of invalid ForeignKey error message.
Jacob Walls
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-01
Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for G...
Johannes Westphal
2024-03-20
Fixed #35309 -- Made prefetch clear ordering for single-valued relationships.
Laurent Lyaudet
2024-03-11
Fixed #35285 -- Optimized ForeignObject._check_unique_target().
Adam Johnson
2024-03-04
Fixed #35266 -- Deferred formatting in RelatedField._check_clashes().
Adam Johnson
2024-02-26
Fixed #35246 -- Made Field.unique a cached property.
Adam Johnson
2024-02-19
Refs #28011 -- Removed ForeignObjectRel.is_hidden().
Adam Johnson
2024-02-19
Refs #34060 -- Fixed JSONField __exact lookup for primitivies on Oracle 21c+.
Albert Defler
2024-02-19
Fixed #35230 -- Added cached ForeignObjectRel.accessor_name.
Adam Johnson
2024-02-16
Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on ...
ontowhee
2024-02-15
Fixed #34060 -- Fixed migrations crash when adding check constraints with JSO...
Albert Defler
2024-02-04
Fixed #35149 -- Fixed crashes of db_default with unresolvable output field.
Simon Charette
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-10
Fixed #34769 -- Fixed key transforms on Oracle 21c+.
Mariusz Felisiak
2023-12-30
Fixed #29049 -- Added slicing notation to F expressions.
Nick Pope
2023-12-12
Fixed #35018 -- Fixed migrations crash on GeneratedField with BooleanField as...
Mariusz Felisiak
2023-11-28
Fixed #34633 -- Made create() method of reverse many-to-one managers clear pr...
Aman Pandey
2023-11-24
Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().
Nick Pope
2023-11-24
Fixed #34818 -- Prevented GenericIPAddressField from mutating error messages.
Parth Verma
2023-11-22
Fixed #34985 -- Fixed GeneratedFields.contribute_to_class() crash when apps a...
Mariusz Felisiak
2023-11-14
Refs #34944 -- Propagated system checks for GeneratedField.output_field.
Mariusz Felisiak
2023-11-14
Fixed #34944 -- Made GeneratedField.output_field required.
Mariusz Felisiak
2023-10-23
Fixed #34899 -- Added blank choice to forms' callable choices lazily.
Nick Pope
2023-10-23
Refs #34899 -- Extracted Field.flatchoices to flatten_choices helper function.
Nick Pope
2023-10-22
Fixed #34921 -- Fixed crash of warning for unbound naive datetimes.
David Sanders
2023-09-28
Fixed #34877 -- Fixed migrations crash when adding GeneratedField with output...
Paolo Melchiorre
2023-09-22
Fixed #34861 -- Fixed crash when adding GeneratedField with some expressions.
Paolo Melchiorre
2023-09-19
Simplified ForeignObject.resolve_related_fields() a bit.
Lily Foote
2023-09-18
Refs #33308 -- Removed support for passing encoded JSON string literals to JS...
Mariusz Felisiak
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
[prev]
[next]