django1/django/db/backends/mysql_old
Adrian Holovaty a6a5e3cf32 Removed backend.dictfetchall(), as it wasn't being used anywhere
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5970 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-20 01:14:53 +00:00
..
__init__.py Added a mysql_old backend that matches the mysql backend prior to [4724]. This 2007-03-21 03:27:03 +00:00
base.py Removed backend.dictfetchall(), as it wasn't being used anywhere 2007-08-20 01:14:53 +00:00
client.py Added a mysql_old backend that matches the mysql backend prior to [4724]. This 2007-03-21 03:27:03 +00:00
creation.py Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
introspection.py Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106 2007-08-20 01:03:33 +00:00