- Timestamp:
- 08/01/07 22:28:52 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/schema-evolution/django/db/backends/postgresql/introspection.py
r5784 r5785 82 82 dict['unique'] = False 83 83 dict['default'] = '' 84 85 # dict['allow_null'] = False 84 dict['allow_null'] = False 85 86 86 for row in cursor.fetchall(): 87 87 if row[0] == column_name:
