diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-06-13 20:15:04 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-06-13 20:15:04 +0000 |
| commit | 479f2bce3c1dbfc53f37627ed751673b170dccc0 (patch) | |
| tree | f505c34a4ef3c36ce2206e9e4946f7bf0ca5ea79 | |
| parent | bead688a3bde7ba0225a3421e49fb767078e3498 (diff) | |
Removed duplicate entry in introspection PostgreSQL db backend.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16394 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/db/backends/postgresql_psycopg2/introspection.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/backends/postgresql_psycopg2/introspection.py b/django/db/backends/postgresql_psycopg2/introspection.py index b1dac3f8ca..2ce579a9cf 100644 --- a/django/db/backends/postgresql_psycopg2/introspection.py +++ b/django/db/backends/postgresql_psycopg2/introspection.py @@ -11,7 +11,6 @@ class DatabaseIntrospection(BaseDatabaseIntrospection): 25: 'TextField', 700: 'FloatField', 701: 'FloatField', - 869: 'IPAddressField', 869: 'GenericIPAddressField', 1043: 'CharField', 1082: 'DateField', |
