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
/
tests
/
model_fields
Age
Commit message (
Expand
)
Author
2020-11-25
[3.1.x] Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key tr...
sage
2020-11-25
[3.1.x] Refs #32203 -- Added tests for QuerySet.values()/values_list() on key...
sage
2020-11-25
[3.1.x] Added test for filtering JSONField key transforms with quoted strings.
Mariusz Felisiak
2020-11-10
[3.1.x] Fixed #32182 -- Fixed crash of JSONField nested key transforms with s...
Hannes Ljungberg
2020-10-14
[3.1.x] Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key trans...
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-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-30
[3.1.x] Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching...
Tim Graham
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-05
[3.1.x] Fixed #31663 -- Made DecimalField.to_python() handle non-numeric inva...
Sasha Pachev
2020-05-18
[3.1.x] 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
2019-09-23
Fixed #29915 -- Added support for values with hyphens to pattern lookups for ...
Ian Foote
2019-09-23
Refs #29915 -- Added tests for using pattern lookups with values without hyph...
Ian Foote
2019-09-04
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
Shai Berger
2019-08-20
Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...
Nick Pope
2019-08-15
Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to re...
zeyneloz
2019-08-05
Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField...
Diederik van der Boor
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-07
Refs #27804 -- Used subTest() in BinaryFieldTests.test_set_and_retrieve.
Jon Dufresne
2019-05-02
Fixed #29529 -- Allowed models.fields.FilePathField to accept a callable path.
Mykola Kokalko
2019-05-02
Added tests for setting models.fields.FilePathField.path.
Mykola Kokalko
2019-04-19
Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a ...
Scott Fitsimones
2019-03-23
Removed redundant model field choices tests.
Matthias Kestenholz
2019-03-17
Refs #12663 -- Fixed reference to nonexistent field in model_fields tests.
Simon Charette
2019-03-04
Fixed #30232 -- Corrected expected format in invalid DurationField error mess...
avas9366
2019-01-30
Fixed #30076 -- Added Model.get_FOO_display() even if field's choices are empty.
Joshua Cannon
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
[next]