summaryrefslogtreecommitdiff
path: root/tests/i18n/contenttypes
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().Hrushikesh Vaidya2023-03-091-2/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-9/+9
* Fixed #16027 -- Added app_label to ContentType.__str__().Gregory N. Schmit2019-02-071-2/+2
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-3/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-4/+4
* Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz2015-01-161-5/+0
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Removed superfluous uses of TransRealMixin.Aymeric Augustin2014-01-271-2/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales2013-10-221-3/+1
* Added TransRealMixin to fix i18n global state pollution in the test suiteƁukasz Langa2013-05-191-1/+3
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-266-0/+89