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
/
datatypes
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2020-04-15
Removed unused __str__() methods in tests models.
Author: Mads Jensen
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-04-27
Used assertIsInstance in tests.
Alasdair Nicol
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2013-11-03
Fixed all E251 violations
Alex Gaynor
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-09-08
Removed some more unused local vars
Alex Gaynor
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner