django1/django/db/backends/mysql_old
Adrian Holovaty b367ec2244 Made various negligible formatting cleanups to the database backends
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-20 03:32:06 +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 Made various negligible formatting cleanups to the database backends 2007-08-20 03:32:06 +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