mirror of https://github.com/django/django.git
Removed duplicate entry in introspection PostgreSQL db backend.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16394 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
bead688a3b
commit
479f2bce3c
|
@ -11,7 +11,6 @@ class DatabaseIntrospection(BaseDatabaseIntrospection):
|
|||
25: 'TextField',
|
||||
700: 'FloatField',
|
||||
701: 'FloatField',
|
||||
869: 'IPAddressField',
|
||||
869: 'GenericIPAddressField',
|
||||
1043: 'CharField',
|
||||
1082: 'DateField',
|
||||
|
|
Loading…
Reference in New Issue