django1/django/db/models
Adrian Holovaty 08c47803bb Removed 'LIMIT 1' from the [5882] change, as it's not supported by Oracle
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5883 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-14 03:26:42 +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 Removed 'LIMIT 1' from the [5882] change, as it's not supported by Oracle 2007-08-14 03:26:42 +00:00
loading.py Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +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 Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
query.py Fixed #5115 -- Fixed `QuerySet` slices to allow longs. 2007-08-08 21:09: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