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
/
model_package
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-23
Removed model_package test dependency on contrib.sites
Claude Paroz
2014-12-11
Cleanup cache in contrib.sites to prevent test interference -- refs #11505
Thomas Chaumeny
2014-12-01
Fixed #18586 -- Split up model_package.ModelPackageTests.
Alexander Shchapov
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2014-05-28
Fixed several typos in Django
Alex Gaynor
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-16
Fixed #14007 -- Added model discovery in models module without the need to sp...
Tim Graham
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner