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
/
django
/
db
/
models
/
loading.py
Age
Commit message (
Expand
)
Author
2015-01-17
Removed django.db.models.loading per deprecation timeline.
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-02
Restored aliases for two APIs removed by app-loading.
Aymeric Augustin
2013-12-31
Turned django.db.models.app_cache_ready back into a method.
Aymeric Augustin
2013-12-30
Stopped populating the app registry as a side effect.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Terminated AppCache._populate() with extreme prejudice.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed the _-prefix for populate().
Aymeric Augustin
2013-12-17
Removed unused attribute app_errors of the app cache.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-11
Brought comments in sync with the code in BaseAppCache.
Aymeric Augustin
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-19
Fixed #21283 -- Added support for migrations if models is a package.
Loic Bistuer
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-05
Fixed #17667 -- Prevented app loading from skipping nonexistent apps after th...
Tim Graham
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-07-24
Fixed #14300 -- Fixed initial SQL location if models is a package.
Tim Graham
2013-07-22
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-16
Fixed #14007 -- Added model discovery in models module without the need to sp...
Tim Graham
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-06-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-09
Replaced a dict emulating a set with a set.
Aymeric Augustin
2013-06-07
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-02
Added get_app_paths() to the AppCache.
Aymeric Augustin
2013-05-09
Rest of the _meta.app_cache stuff. Schema tests work now.
Andrew Godwin
2013-05-09
Split out a BaseAppCache, make AppCache borg again, add _meta.app_cache
Andrew Godwin
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2012-12-18
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-11-24
Fixed #19806 -- Ensure that content types and permissions aren't created for ...
Russell Keith-Magee
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-22
Remove AppCache state handling, replace with swappable caches
Andrew Godwin
2012-09-21
Un-borg-ify AppCache
Andrew Godwin
2012-09-17
More schema test fixing
Andrew Godwin
2012-09-17
Fix app loading/test interaction
Andrew Godwin
2012-09-07
Added SQLite backend which passes all current tests
Andrew Godwin
2012-09-05
Add some state management methods to AppCache.
Andrew Godwin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-01
Fixed #18251 -- Removed a deadlock possibility in apploading
Anssi Kääriäinen
2012-06-23
Switch to using context managers for acquiring and releasing locks.
Alex Gaynor
2011-09-22
Fixed #7198 (again) -- Corrects a problem with string interpolation from r168...
Gabriel Hurley
2011-09-22
Fixed #7198 -- Improved error message when missing models.py. Thanks Silver_G...
Paul McMillan
[next]