summaryrefslogtreecommitdiff
path: root/django/db/models/fields
AgeCommit message (Expand)Author
2020-12-11[3.1.x] Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and O...sage
2020-11-25[3.1.x] Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key tr...sage
2020-11-10[3.1.x] Fixed #32182 -- Fixed crash of JSONField nested key transforms with s...Hannes Ljungberg
2020-10-15[3.1.x] Refs #32096 -- Made JSONField check respect Meta.required_db_vendor.Mariusz Felisiak
2020-10-14[3.1.x] Refs #32096 -- Fixed __in lookup crash against key transforms for JSO...Mariusz Felisiak
2020-09-30[3.1.x] Bumped minimum isort version to 5.1.0.David Smith
2020-09-02[3.1.x] Fixed #31941 -- Corrected FileField.deconstruct() with a callable sto...Brian Helba
2020-08-31[3.1.x] Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relatio...Federico Jaramillo Martínez
2020-08-28[3.1.x] Fixed #31956 -- Fixed crash of ordering by JSONField with a custom de...Mariusz Felisiak
2020-08-26[3.1.x] Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.Mariusz Felisiak
2020-07-28[3.1.x] Fixed #31829 -- Used JSONField __contains lookup on key transforms.sage
2020-07-28[3.1.x] Fixed #31836 -- Dropped support for JSONField __contains and __contai...Mariusz Felisiak
2020-07-28[3.1.x] Fixed #31835 -- Dropped support for JSONField __contains lookup on Or...Mariusz Felisiak
2020-06-26[3.1.x] Fixed #31742 -- Fixed makemigrations crash on ForeignKey to an app wi...Mariusz Felisiak
2020-06-05[3.1.x] Fixed #31663 -- Made DecimalField.to_python() handle non-numeric inva...Sasha Pachev
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-04-27Removed unnecessary tuple wrapping of single format string argument.François Freitag
2020-04-24Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...Tim Schilling
2020-04-08Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.miigotu
2020-03-25Fixed #23916 -- Allowed makemigrations to handle related model name case chan...Adam Johnson
2020-02-28Fixed #31310 -- Fixed hints in checks for using intermediate model with ambig...Matheus Cunha Motta
2020-02-27Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject ...Valze
2020-02-24Fixed #31286 -- Made database specific fields checks databases aware.Taoup
2020-02-18Refs #31282 -- Clarified M2O add/remove/set with PK behaviour.Carlton Gibson
2020-02-17Fixed #31277 -- Relaxed system check of m2m intermediary tables for db_table ...Xavier Francisco
2020-02-05Fixed #26813 -- Prevented empty choice in ModelChoiceField with RadioSelect f...Hasan Ramezani
2020-01-31Cached ForeignObject.(local/foreign/reverse)_related_fields properties.Adam Johnson
2020-01-31Fixed 31207 -- Prevented references to non-local remote fields in ForeignKey....Hasan Ramezani
2020-01-16Used constant instead of hard-coded value for recursive relationship.Adam Johnson
2020-01-15Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...Carlton Gibson
2020-01-11Fixed #31155 -- Fixed a system check for the longest choice when a named grou...Mariusz Felisiak
2020-01-09Fixed #21238 -- Fixed restoring attributes when pickling FileField and ImageF...Hasan Ramezani
2019-12-19Fixed #31095 -- Made RelatedManager.set() preserve existing m2m relations wit...Hasan Ramezani
2019-12-03Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callabl...Baptiste Mispelon
2019-12-03Simplified RelatedManager._add_items() a bit.Baptiste Mispelon
2019-11-22Fixed #8467 -- Prevented crash when adding existent m2m relation with an inva...Simon Charette
2019-11-19Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede
2019-11-05Refs #30095 -- Added Field._choices_is_value().Hasan Ramezani
2019-11-04Fixed #30931 -- Restored ability to override Model.get_FIELD_display().Carlton Gibson
2019-10-31Refs #30095 -- Simplified Field._check_choices() a bit.Mariusz Felisiak
2019-10-23Fixed #29919 -- Fixed RelatedOnlyFieldListFilter crash with reverse relations...Dan Moore
2019-10-21Fixed #20577 -- Deferred filtering of prefetched related querysets.Alex Aktsipetrov
2019-10-17Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...sage
2019-09-24Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen
2019-09-09Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...Johannes Hoppe
2019-09-09Fixed #30757 -- Added a system check to ensure max_length fits the longest ch...Nick Pope
2019-09-02Refs #28442 -- Adjusted related lookups handling of expression rhs.Simon Charette
2019-08-20Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...Nick Pope
2019-08-18Refs #28428 -- Made FileField.upload_to support pathlib.Path.Claude Paroz
2019-08-15Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to re...zeyneloz