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
2007-09-20
gis: Merged revisions 6021-6393 via svnmerge from [repos:django/trunk trunk].
Justin Bronn
2007-08-26
gis: Made necessary modifications for unicode, manage refactor, backend refac...
Justin Bronn
2007-06-18
gis: Merged revisions 4786-5490 via svnmerge from
Jeremy Dunck
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-08-08
Negligible style change in django.db.models.loading
Adrian Holovaty
2006-07-29
Seed the global app cache in a call to db.models.get_model() except when we are
Malcolm Tredinnick
2006-06-30
Negligible spacing change to django/db/models/loading.py
Adrian Holovaty
2006-06-28
Fixed #1812 -- permit apps without models (without disguising other errors).
Malcolm Tredinnick
2006-06-26
Fixed another path where imports were creating two instances of a model's
Malcolm Tredinnick
2006-06-26
Fixed #1796 -- implemented more robust normalisation for module filenames
Malcolm Tredinnick
2006-06-25
Fixed #1796 -- only load a single copy of each model, even when it is
Malcolm Tredinnick
2006-06-25
Fixes #1812 -- Added model validity checks to ensure that models.py exists, a...
Russell Keith-Magee
2006-06-23
Fixed #1662 -- Added resolver for string-form model references for models tha...
Russell Keith-Magee
2006-05-26
Fixed #1732 -- AttributeErrors in models are no longer ignored by the model v...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty