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