index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
model_fields
Age
Commit message (
Expand
)
Author
2021-05-13
[3.2.x] Fixed #32718 -- Relaxed file name validation in FileField.
Mariusz Felisiak
2021-04-08
[3.2.x] Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_...
Adam Johnson
2020-12-11
Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and Oracle.
sage
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-11-27
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-11-25
Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key transforms...
sage
2020-11-25
Refs #32203 -- Added tests for QuerySet.values()/values_list() on key transfo...
sage
2020-11-24
Added test for filtering JSONField key transforms with quoted strings.
Mariusz Felisiak
2020-11-10
Fixed #32182 -- Fixed crash of JSONField nested key transforms with subquery ...
Hannes Ljungberg
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-11-02
Fixed #32132 -- Fixed column types in m2m intermediary tables for Positive(Bi...
David-Wobrock
2020-11-02
Refs #32132 -- Added rel_db_type() tests for auto and integer fields.
David-Wobrock
2020-10-22
Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.
Tim Graham
2020-10-14
Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms.
Mariusz Felisiak
2020-10-14
Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField.
Mariusz Felisiak
2020-09-25
Used assertRaisesMessage() in CharField tests.
David Smith
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-10
Refs #23130 -- Added test for BooleanField choices generation.
Jacob Walls
2020-09-09
Fixed #31750 -- Made models.Field equality compare models for inherited fields.
Ryan Hiebert
2020-09-04
Refs #31894 -- Added tests for JSONField key lookups with QuerySet.exclude().
jpribyl
2020-08-28
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-08-28
Refs #31956 -- Added test for ordering by JSONField with a custom decoder.
Mariusz Felisiak
2020-08-26
Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.
Mariusz Felisiak
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching_require...
Tim Graham
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-17
Fixed #30583 -- Fixed handling JSONFields in XML serializer.
Hasan Ramezani
2020-06-05
Fixed #31663 -- Made DecimalField.to_python() handle non-numeric invalid values.
Sasha Pachev
2020-05-18
Refs #12990 -- Added DatabaseFeatures.has_json_operators.
Tim Graham
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-31
Used temporary directory in FileFieldTests.test_pickle().
Mariusz Felisiak
2020-01-31
Fixed 31207 -- Prevented references to non-local remote fields in ForeignKey....
Hasan Ramezani
2020-01-15
Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...
Carlton Gibson
2020-01-09
Added file cleanup in FileFieldTests.test_pickle().
Carlton Gibson
2020-01-09
Fixed #21238 -- Fixed restoring attributes when pickling FileField and ImageF...
Hasan Ramezani
2020-01-09
Refs #21238 -- Added more tests for pickling FileField and ImageField.
Hasan Ramezani
2020-01-09
Removed unused lines in ImageFieldTests.test_pickle().
Hasan Ramezani
2019-12-27
Fixed random models_fields.test_uuid.TestQuerying failures.
Mariusz Felisiak
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-07
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-11-06
Harmonized Windows checks in tests to a single style.
Jon Dufresne
2019-11-04
Fixed #30931 -- Restored ability to override Model.get_FIELD_display().
Carlton Gibson
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2019-10-23
Fixed #29919 -- Fixed RelatedOnlyFieldListFilter crash with reverse relations...
Dan Moore
2019-10-23
Added tests for Field.get_choices()'s limit_choices_to argument.
Dan Moore
2019-10-21
Replaced deprecated assertEquals() with assertEqual().
Jon Dufresne
[next]