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
/
django
/
db
/
models
/
loading.py
Age
Commit message (
Expand
)
Author
2010-04-15
Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...
Karen Tracey
2010-04-14
Fixed #13335: Adjusted the r12950 fix to properly handle import errors result...
Karen Tracey
2010-04-12
Fixed #11696: Changed app loading code so that it does not swallow import err...
Karen Tracey
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-12-22
Fixed #11936 -- Removed deferred models from the list returned by the app_cac...
Russell Keith-Magee
2009-12-16
Fixed #12389 - performance enhancement of get_models()
Luke Plant
2009-11-03
Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...
Russell Keith-Magee
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2008-06-21
Added tests for corner case with deleting where objects are deleted in the wr...
Luke Plant
2008-06-17
Fixed #7044 -- Corrected a minor typo in a docstring in the model loader. Tha...
Russell Keith-Magee
2007-09-10
Removed code that was recasting major errors found during application import....
Russell Keith-Magee
2007-08-18
Renamed Cache to AppCache and cache_ready() to app_cache_ready() from [5919] ...
Malcolm Tredinnick
2007-08-17
Rewrote portions of the app- and model-cache initialisation to handle some co...
Malcolm Tredinnick
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
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