django1/django/db/backends
Jacob Kaplan-Moss 980fa8b827 Fixed #231: all fields that should take max_length now do. Thanks, Don Spaulding.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6378 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-19 23:33:57 +00:00
..
ado_mssql Fixed #231: all fields that should take max_length now do. Thanks, Don Spaulding. 2007-09-19 23:33:57 +00:00
dummy Fixed #5255 -- It's now possible again to use Django without a database. This had temporarily gotten buggy after the django.core.management refactoring last week 2007-08-25 18:27:57 +00:00
mysql Fixed #231: all fields that should take max_length now do. Thanks, Don Spaulding. 2007-09-19 23:33:57 +00:00
mysql_old Fixed #231: all fields that should take max_length now do. Thanks, Don Spaulding. 2007-09-19 23:33:57 +00:00
oracle Fixed #231: all fields that should take max_length now do. Thanks, Don Spaulding. 2007-09-19 23:33:57 +00:00
postgresql Fixed #231: all fields that should take max_length now do. Thanks, Don Spaulding. 2007-09-19 23:33:57 +00:00
postgresql_psycopg2 Backed out [6165]. It breaks things for people using psycopg2 because it requires psycopg to also be installed due to imports. 2007-09-14 06:21:25 +00:00
sqlite3 Fixed #231: all fields that should take max_length now do. Thanks, Don Spaulding. 2007-09-19 23:33:57 +00:00
__init__.py Fixed #5218: Made Oracle create autoinc triggers using the correct name 2007-09-14 18:12:36 +00:00
creation.py Added django/db/backends/creation.py, with BaseCreation. Refs #5461 2007-09-14 16:44:53 +00:00
util.py Removed _dict_helper() DB backend helper function, as it wasn't being used anymore 2007-08-20 01:15:32 +00:00