django1/django/db/models/fields
Mariusz Felisiak 0be51d2226 Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on PostgreSQL.
Thanks Marc Debureaux for the report.
Thanks Simon Charette, Nick Pope, and Adam Johnson for reviews.
2020-08-28 19:09:46 +02:00
..
__init__.py Fixed #31663 -- Made DecimalField.to_python() handle non-numeric invalid values. 2020-06-05 21:13:36 +02:00
files.py Fixed #31812 -- Fixed FileField.model for fields defined in abstract models. 2020-07-24 11:06:57 +02:00
json.py Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on PostgreSQL. 2020-08-28 19:09:46 +02:00
mixins.py Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mixins. 2019-10-17 12:30:29 +02:00
proxy.py Removed unused OrderWrt.deconstruct(). 2017-07-06 18:45:53 -04:00
related.py Fixed #31742 -- Fixed makemigrations crash on ForeignKey to an app with mixed case label. 2020-06-26 23:18:59 +02:00
related_descriptors.py Removed unnecessary list() call in RelatedManager.add(). 2020-07-30 12:19:00 +02:00
related_lookups.py Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
reverse_related.py Fixed #29919 -- Fixed RelatedOnlyFieldListFilter crash with reverse relationships. 2019-10-23 10:50:31 +02:00