index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
loading.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed the _-prefix for populate().
Aymeric Augustin
2013-12-17
1
-1
/
+1
*
Removed unused attribute app_errors of the app cache.
Aymeric Augustin
2013-12-17
1
-1
/
+11
*
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
1
-12
/
+12
*
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-17
1
-378
/
+6
*
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-14
1
-6
/
+4
*
Brought comments in sync with the code in BaseAppCache.
Aymeric Augustin
2013-12-11
1
-6
/
+5
*
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-03
1
-4
/
+4
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+2
*
Fixed #21283 -- Added support for migrations if models is a package.
Loic Bistuer
2013-10-19
1
-0
/
+7
*
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-09
1
-17
/
+34
|
\
|
*
Fixed #17667 -- Prevented app loading from skipping nonexistent apps after th...
Tim Graham
2013-08-05
1
-1
/
+1
|
*
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-08-04
1
-6
/
+15
|
*
Deprecated django.utils.importlib
Claude Paroz
2013-07-29
1
-6
/
+6
|
*
Fixed #14300 -- Fixed initial SQL location if models is a package.
Tim Graham
2013-07-24
1
-4
/
+12
*
|
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-22
1
-2
/
+6
|
\
\
|
|
/
|
*
Fixed #14007 -- Added model discovery in models module without the need to sp...
Tim Graham
2013-07-16
1
-2
/
+4
|
*
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-08
1
-0
/
+2
*
|
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-19
1
-18
/
+57
|
\
\
|
|
/
|
*
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-10
1
-12
/
+50
|
*
Replaced a dict emulating a set with a set.
Aymeric Augustin
2013-06-09
1
-2
/
+2
*
|
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-07
1
-1
/
+21
|
\
\
|
|
/
|
*
Added get_app_paths() to the AppCache.
Aymeric Augustin
2013-06-02
1
-1
/
+21
*
|
Rest of the _meta.app_cache stuff. Schema tests work now.
Andrew Godwin
2013-05-09
1
-37
/
+43
*
|
Split out a BaseAppCache, make AppCache borg again, add _meta.app_cache
Andrew Godwin
2013-05-09
1
-68
/
+79
*
|
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-04-18
1
-1
/
+1
|
\
\
|
|
/
|
*
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-02-05
1
-1
/
+1
*
|
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2012-12-18
1
-5
/
+15
|
\
\
|
|
/
|
*
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-08
1
-2
/
+3
|
*
Fixed #19806 -- Ensure that content types and permissions aren't created for ...
Russell Keith-Magee
2012-11-24
1
-12
/
+21
|
*
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-26
1
-0
/
+1
*
|
Remove AppCache state handling, replace with swappable caches
Andrew Godwin
2012-09-22
1
-54
/
+34
*
|
Un-borg-ify AppCache
Andrew Godwin
2012-09-21
1
-20
/
+12
*
|
More schema test fixing
Andrew Godwin
2012-09-17
1
-1
/
+2
*
|
Fix app loading/test interaction
Andrew Godwin
2012-09-17
1
-1
/
+2
*
|
Added SQLite backend which passes all current tests
Andrew Godwin
2012-09-07
1
-0
/
+21
*
|
Add some state management methods to AppCache.
Andrew Godwin
2012-09-05
1
-0
/
+31
|
/
*
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-07
1
-2
/
+3
*
Fixed #18251 -- Removed a deadlock possibility in apploading
Anssi Kääriäinen
2012-07-01
1
-4
/
+15
*
Switch to using context managers for acquiring and releasing locks.
Alex Gaynor
2012-06-23
1
-8
/
+2
*
Fixed #7198 (again) -- Corrects a problem with string interpolation from r168...
Gabriel Hurley
2011-09-22
1
-1
/
+1
*
Fixed #7198 -- Improved error message when missing models.py. Thanks Silver_G...
Paul McMillan
2011-09-22
1
-0
/
+1
*
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-13
1
-1
/
+0
*
Fixed #15903 -- Allowed not-installed models to still be referenced in relate...
Carl Meyer
2011-04-27
1
-4
/
+8
*
Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning...
Carl Meyer
2011-04-20
1
-6
/
+27
*
Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...
Karen Tracey
2010-04-15
1
-13
/
+17
*
Fixed #13335: Adjusted the r12950 fix to properly handle import errors result...
Karen Tracey
2010-04-14
1
-3
/
+10
*
Fixed #11696: Changed app loading code so that it does not swallow import err...
Karen Tracey
2010-04-12
1
-1
/
+4
*
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-10
1
-1
/
+1
*
Fixed #11936 -- Removed deferred models from the list returned by the app_cac...
Russell Keith-Magee
2009-12-22
1
-8
/
+15
*
Fixed #12389 - performance enhancement of get_models()
Luke Plant
2009-12-16
1
-1
/
+9
[next]