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
2021-05-04
[3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...
Florian Apolloner
2021-04-08
[3.2.x] Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_...
Adam Johnson
2020-12-30
Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...
manav014
2020-12-29
Added app labels to related fields checks messages E302-E305.
Mariusz Felisiak
2020-12-29
Used model's Options.label where applicable.
Mariusz Felisiak
2020-12-11
Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and Oracle.
sage
2020-12-07
Removed lhs_only argument from KeyTransform.preprocess_lhs().
sage
2020-11-25
Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key transforms...
sage
2020-11-24
Simplified JSONField key transforms by using JSON_OBJECT() on Oracle.
Mariusz Felisiak
2020-11-10
Fixed #32182 -- Fixed crash of JSONField nested key transforms with subquery ...
Hannes Ljungberg
2020-11-02
Fixed #32132 -- Fixed column types in m2m intermediary tables for Positive(Bi...
David-Wobrock
2020-10-15
Refs #32096 -- Made JSONField check respect Meta.required_db_vendor.
Mariusz Felisiak
2020-10-14
Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField.
Mariusz Felisiak
2020-10-12
Fixed #32098 -- Made FieldFile use FileField.attname.
Sultan
2020-10-06
Refs #20577 -- Deferred filtering of prefetched related querysets by reverse ...
Bob Renwick
2020-10-05
Refs #31926 -- Fixed reverse related identity crash on Q() limit_choices_to.
Simon Charette
2020-10-05
Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a ...
David-Wobrock
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-09
Fixed #31750 -- Made models.Field equality compare models for inherited fields.
Ryan Hiebert
2020-09-02
Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.
Brian Helba
2020-08-31
Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relationships.
Federico Jaramillo Martínez
2020-08-28
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-08-26
Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.
Mariusz Felisiak
2020-07-30
Removed unnecessary list() call in RelatedManager.add().
Sergey Fedoseev
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
[next]