django1/django/db/models
Russell Keith-Magee 12146f34fd Removed code that was recasting major errors found during application import. If an application can't be imported, it now throws a full stack trace with the problem, rather than reporting the problem as a one line message.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6087 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-10 07:00:46 +00:00
..
fields Fixed imports to adhere to PEP 8 and stripped trailing whitespace. 2007-09-08 05:11:17 +00:00
__init__.py Removed a bunch of legacy django.db.backend imports 2007-08-20 02:28:40 +00:00
base.py Removed a bunch of legacy django.db.backend imports 2007-08-20 02:28:40 +00:00
loading.py Removed code that was recasting major errors found during application import. If an application can't be imported, it now throws a full stack trace with the problem, rather than reporting the problem as a one line message. 2007-09-10 07:00:46 +00:00
manager.py Fixed British spelling of 'customize' and 'behavior' in Manager.get_query_set() docstring 2007-08-06 20:27:04 +00:00
manipulators.py Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
options.py Refactored get_max_name_length() to DatabaseOperations.max_name_length(). Refs #5106 2007-08-19 23:53:39 +00:00
query.py Refactored OPERATOR_MAPPING so that it exists as django.db.connection.operators instead of django.db.backend.OPERATOR_MAPPING. Refs #5106 2007-08-20 03:26:55 +00:00
related.py An improved version of the change attempted in [4693]: retain backwards 2007-03-10 07:37:08 +00:00
signals.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00