summaryrefslogtreecommitdiff
path: root/tests/i18n/contenttypes/tests.py
AgeCommit message (Expand)Author
2023-03-09Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().Hrushikesh Vaidya
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-02-07Fixed #16027 -- Added app_label to ContentType.__str__().Gregory N. Schmit
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-16Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-01-27Removed superfluous uses of TransRealMixin.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-10-22Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales
2013-05-19Added TransRealMixin to fix i18n global state pollution in the test suiteƁukasz Langa
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner