summaryrefslogtreecommitdiff
path: root/django/db/models/loading.py
AgeCommit message (Expand)Author
2010-04-15Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...Karen Tracey
2010-04-14Fixed #13335: Adjusted the r12950 fix to properly handle import errors result...Karen Tracey
2010-04-12Fixed #11696: Changed app loading code so that it does not swallow import err...Karen Tracey
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2009-12-22Fixed #11936 -- Removed deferred models from the list returned by the app_cac...Russell Keith-Magee
2009-12-16Fixed #12389 - performance enhancement of get_models()Luke Plant
2009-11-03Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...Russell Keith-Magee
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2008-06-21Added tests for corner case with deleting where objects are deleted in the wr...Luke Plant
2008-06-17Fixed #7044 -- Corrected a minor typo in a docstring in the model loader. Tha...Russell Keith-Magee
2007-09-10Removed code that was recasting major errors found during application import....Russell Keith-Magee
2007-08-18Renamed Cache to AppCache and cache_ready() to app_cache_ready() from [5919] ...Malcolm Tredinnick
2007-08-17Rewrote portions of the app- and model-cache initialisation to handle some co...Malcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-08-08Negligible style change in django.db.models.loadingAdrian Holovaty
2006-07-29Seed the global app cache in a call to db.models.get_model() except when we areMalcolm Tredinnick
2006-06-30Negligible spacing change to django/db/models/loading.pyAdrian Holovaty
2006-06-28Fixed #1812 -- permit apps without models (without disguising other errors).Malcolm Tredinnick
2006-06-26Fixed another path where imports were creating two instances of a model'sMalcolm Tredinnick
2006-06-26Fixed #1796 -- implemented more robust normalisation for module filenamesMalcolm Tredinnick
2006-06-25Fixed #1796 -- only load a single copy of each model, even when it isMalcolm Tredinnick
2006-06-25Fixes #1812 -- Added model validity checks to ensure that models.py exists, a...Russell Keith-Magee
2006-06-23Fixed #1662 -- Added resolver for string-form model references for models tha...Russell Keith-Magee
2006-05-26Fixed #1732 -- AttributeErrors in models are no longer ignored by the model v...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty