django1/django/db/backends
Malcolm Tredinnick 326c5813b9 Removed a FIXME from the queryset-refactor days.
Turns out, nothing needed to be fixed.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-10 11:21:46 +00:00
..
dummy Removed some empty modules that are no longer required after [8296]. 2008-08-11 14:16:09 +00:00
mysql Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton for the proposal and implementation on all built-in database backends.. 2009-02-08 05:08:06 +00:00
oracle Fixed #10161 -- Modified evaluation of query expressions to allow for operators that take the form of functions. This is mostly for the benefit of Oracle, but it should prove useful later on. Thanks to Ian for the report and feedback on the fix. 2009-02-24 11:15:31 +00:00
postgresql Fixed #8737 -- Made the PostgreSQL version number detection more flexible. 2009-03-01 07:18:57 +00:00
postgresql_psycopg2 Fixed #6710 -- Made DATABASE_OPTIONS work with postgresql_psycopg2 backend. 2009-03-06 02:36:56 +00:00
sqlite3 Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton for the proposal and implementation on all built-in database backends.. 2009-02-08 05:08:06 +00:00
__init__.py Removed a FIXME from the queryset-refactor days. 2009-03-10 11:21:46 +00:00
creation.py Fixed #3163 -- Add a "Meta.managed" option to models. 2009-03-09 03:35:02 +00:00
util.py Fixed #5079 -- Avoid converting Decimals to floats during save to the database. 2008-11-12 00:35:24 +00:00