summaryrefslogtreecommitdiff
path: root/django/db/models/loading.py
Commit message (Expand)AuthorAgeFilesLines
* [soc2010/app-loading] use app label instead of fqnArthur Koziel2010-08-101-3/+1
* [soc2010/app-loading] re-adding files after failed dcommitArthur Koziel2010-08-061-224/+1
* [soc2010/app-loading] removed app_errors attributeArthur Koziel2010-08-061-5/+4
* [soc2010/app-loading] removed app_store attributeArthur Koziel2010-06-291-15/+11
* [soc2010/app-loading] save models in app; adjust get_model/get_modelsArthur Koziel2010-06-281-5/+31
* added dummy App class and track instancesArthur Koziel2010-06-221-0/+5
* Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...Karen Tracey2010-04-151-13/+17
* Fixed #13335: Adjusted the r12950 fix to properly handle import errors result...Karen Tracey2010-04-141-3/+10
* Fixed #11696: Changed app loading code so that it does not swallow import err...Karen Tracey2010-04-121-1/+4
* Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty2010-01-101-1/+1
* Fixed #11936 -- Removed deferred models from the list returned by the app_cac...Russell Keith-Magee2009-12-221-8/+15
* Fixed #12389 - performance enhancement of get_models()Luke Plant2009-12-161-1/+9
* Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...Russell Keith-Magee2009-11-031-3/+9
* Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss2009-03-181-6/+9
* Added tests for corner case with deleting where objects are deleted in the wr...Luke Plant2008-06-211-5/+7
* Fixed #7044 -- Corrected a minor typo in a docstring in the model loader. Tha...Russell Keith-Magee2008-06-171-1/+1
* Removed code that was recasting major errors found during application import....Russell Keith-Magee2007-09-101-5/+1
* Renamed Cache to AppCache and cache_ready() to app_cache_ready() from [5919] ...Malcolm Tredinnick2007-08-181-5/+5
* Rewrote portions of the app- and model-cache initialisation to handle some co...Malcolm Tredinnick2007-08-171-106/+181
* Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick2007-04-261-1/+1
* Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty2006-10-301-1/+1
* Negligible style change in django.db.models.loadingAdrian Holovaty2006-08-081-2/+2
* Seed the global app cache in a call to db.models.get_model() except when we areMalcolm Tredinnick2006-07-291-2/+6
* Negligible spacing change to django/db/models/loading.pyAdrian Holovaty2006-06-301-2/+2
* Fixed #1812 -- permit apps without models (without disguising other errors).Malcolm Tredinnick2006-06-281-3/+10
* Fixed another path where imports were creating two instances of a model'sMalcolm Tredinnick2006-06-261-1/+0
* Fixed #1796 -- implemented more robust normalisation for module filenamesMalcolm Tredinnick2006-06-261-2/+2
* Fixed #1796 -- only load a single copy of each model, even when it isMalcolm Tredinnick2006-06-251-0/+12
* Fixes #1812 -- Added model validity checks to ensure that models.py exists, a...Russell Keith-Magee2006-06-251-5/+13
* Fixed #1662 -- Added resolver for string-form model references for models tha...Russell Keith-Magee2006-06-231-13/+22
* Fixed #1732 -- AttributeErrors in models are no longer ignored by the model v...Adrian Holovaty2006-05-261-3/+9
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+71