Skip to content

Commit

Permalink
Added DATA_TYPES_REVERSE to ado_mssql backend
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Oct 18, 2005
1 parent 8863e5d commit 1f227df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django/core/db/backends/ado_mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,5 @@ def get_relations(cursor, table_name):
'URLField': 'varchar(200)',
'USStateField': 'varchar(2)',
}

DATA_TYPES_REVERSE = {}

0 comments on commit 1f227df

Please sign in to comment.