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
/
invalid_models_tests
/
test_deprecated_fields.py
Age
Commit message (
Collapse
)
Author
2022-02-08
[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line ↵
Mariusz Felisiak
length. Backport of 7119f40c9881666b6f9b5cf7df09ee1d21cc8344 from main.
2022-02-08
[4.0.x] Refs #33476 -- Reformatted code with Black.
django-bot
Backport of 9c19aff7c7561e3a82978a272ecdaad40dda5c00 from main.
2021-01-14
Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per ↵
Mariusz Felisiak
deprecation timeline.
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2020-04-24
Refs #31369 -- Deprecated models.NullBooleanField in favor of ↵
Tim Schilling
BooleanField(null=True).
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2016-02-10
Fixed #26154 -- Deprecated CommaSeparatedIntegerField
Brobin
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
Thanks to Tim for the review.
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham