django1/django/db/models
Adrian Holovaty aab04a4c2f Refactored get_date_extract_sql() to DatabaseOperations.date_extract_sql(). Refs #5106
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5951 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-19 22:40:06 +00:00
..
fields Removed a redundant directory join during FileField form saving. Thanks to David Danier's eagle eyes for picking up this one. 2007-08-07 11:20:15 +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 Tweaked the unset primary key check from [5933] to accommodate models created in the oldforms style. It's a backwards-compatibility hack that we can remove when oldforms go away. See #2160 for discussion. Fixed #5204, #2160. Refs #5102. 2007-08-19 03:23:31 +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 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
query.py Refactored get_date_extract_sql() to DatabaseOperations.date_extract_sql(). Refs #5106 2007-08-19 22:40:06 +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