index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
invalid_models
Age
Commit message (
Expand
)
Author
2013-12-22
Deprecated load_app().
Aymeric Augustin
2013-12-22
Refactored registration of models.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Moved list of models inside AppConfig instances.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Removed BaseAppCache.app_store.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-11
Fixed #8918 -- Made FileField.upload_to optional.
Tim Graham
2013-09-23
Fixed #14028 - Added validation for clashing db_columns.
Helen ST
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-08-24
Fixed #20814 -- Improved model field accessor clash error messages
Christopher Medrela
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-28
Fixed #20484 -- Added model validation for GenericIPAddressField
Tim Graham
2013-05-18
Fixed #20430 - Enable iterable of iterables for model choices
Donald Stufft
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner