django1/django/db/models
Adrian Holovaty 1a8f9b2b97 Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5974 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-20 02:20:33 +00:00
..
fields Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106 2007-08-20 01:03:33 +00:00
__init__.py Removed unused variable and changed comments about `permalink` decorator into a docstring. 2007-07-16 13:47:43 +00:00
base.py Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106 2007-08-20 01:03:33 +00:00
loading.py Renamed Cache to AppCache and cache_ready() to app_cache_ready() from [5919] in order to avoid any potential confusion with Django's caching middleware functionality when reading the code. 2007-08-18 04:16:04 +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 Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +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