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