summaryrefslogtreecommitdiff
path: root/django/db/models/loading.py
AgeCommit message (Expand)Author
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