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
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-28
Fixed #31829 -- Used JSONField __contains lookup on key transforms.
sage
2020-07-28
Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...
Mariusz Felisiak
2020-07-28
Fixed #31835 -- Dropped support for JSONField __contains lookup on Oracle.
Mariusz Felisiak
2020-07-24
Fixed #31812 -- Fixed FileField.model for fields defined in abstract models.
Matthias Kestenholz
2020-06-30
Fixed #31701 -- Made FileDescriptor subclass DeferredAttribute.
alosultan
2020-06-26
Fixed #31742 -- Fixed makemigrations crash on ForeignKey to an app with mixed...
Mariusz Felisiak
2020-06-25
Fixed #31596 -- Changed ForeignKey.validate() to use the base manager.
Jon Dufresne
2020-06-15
Fixed #31706 -- Removed unnecessary getattr() call in FileDescriptor.__get__().
Sultan
2020-06-05
Fixed #31663 -- Made DecimalField.to_python() handle non-numeric invalid values.
Sasha Pachev
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-04-27
Removed unnecessary tuple wrapping of single format string argument.
François Freitag
2020-04-24
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...
Tim Schilling
2020-04-08
Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.
miigotu
2020-03-25
Fixed #23916 -- Allowed makemigrations to handle related model name case chan...
Adam Johnson
2020-02-28
Fixed #31310 -- Fixed hints in checks for using intermediate model with ambig...
Matheus Cunha Motta
2020-02-27
Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject ...
Valze
2020-02-24
Fixed #31286 -- Made database specific fields checks databases aware.
Taoup
2020-02-18
Refs #31282 -- Clarified M2O add/remove/set with PK behaviour.
Carlton Gibson
2020-02-17
Fixed #31277 -- Relaxed system check of m2m intermediary tables for db_table ...
Xavier Francisco
2020-02-05
Fixed #26813 -- Prevented empty choice in ModelChoiceField with RadioSelect f...
Hasan Ramezani
2020-01-31
Cached ForeignObject.(local/foreign/reverse)_related_fields properties.
Adam Johnson
2020-01-31
Fixed 31207 -- Prevented references to non-local remote fields in ForeignKey....
Hasan Ramezani
2020-01-16
Used constant instead of hard-coded value for recursive relationship.
Adam Johnson
2020-01-15
Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...
Carlton Gibson
2020-01-11
Fixed #31155 -- Fixed a system check for the longest choice when a named grou...
Mariusz Felisiak
2020-01-09
Fixed #21238 -- Fixed restoring attributes when pickling FileField and ImageF...
Hasan Ramezani
2019-12-19
Fixed #31095 -- Made RelatedManager.set() preserve existing m2m relations wit...
Hasan Ramezani
2019-12-03
Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callabl...
Baptiste Mispelon
2019-12-03
Simplified RelatedManager._add_items() a bit.
Baptiste Mispelon
2019-11-22
Fixed #8467 -- Prevented crash when adding existent m2m relation with an inva...
Simon Charette
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-05
Refs #30095 -- Added Field._choices_is_value().
Hasan Ramezani
2019-11-04
Fixed #30931 -- Restored ability to override Model.get_FIELD_display().
Carlton Gibson
2019-10-31
Refs #30095 -- Simplified Field._check_choices() a bit.
Mariusz Felisiak
2019-10-23
Fixed #29919 -- Fixed RelatedOnlyFieldListFilter crash with reverse relations...
Dan Moore
2019-10-21
Fixed #20577 -- Deferred filtering of prefetched related querysets.
Alex Aktsipetrov
2019-10-17
Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...
sage
2019-09-24
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-09-09
Fixed #30757 -- Added a system check to ensure max_length fits the longest ch...
Nick Pope
2019-09-02
Refs #28442 -- Adjusted related lookups handling of expression rhs.
Simon Charette
2019-08-20
Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...
Nick Pope
2019-08-18
Refs #28428 -- Made FileField.upload_to support pathlib.Path.
Claude Paroz
2019-08-15
Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to re...
zeyneloz
2019-08-14
Optimized Field.deconstruct() by using elif.
Mads Jensen
2019-08-05
Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField...
Diederik van der Boor
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-07-27
Refs #28147 -- Fixed setting of OneToOne and Foreign Key fields to None when ...
Jon Dufresne
2019-07-25
Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_cla...
Jon Dufresne
[prev]
[next]