summaryrefslogtreecommitdiff
path: root/tests/datatypes
Commit message (Expand)AuthorAgeFilesLines
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-241-2/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-22/+37
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-142-5/+0
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-3/+0
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-202-1/+6
* Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis2017-01-261-3/+2
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-18/+21
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+3
* Used assertIsInstance in tests.Alasdair Nicol2015-04-271-1/+2
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-1/+1
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed all E251 violationsAlex Gaynor2013-11-031-1/+1
* PEP8 cleanupJason Myers2013-11-021-0/+1
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Removed some more unused local varsAlex Gaynor2013-09-081-3/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-3/+3
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+124