Changeset 8215 for django/branches/gis/django/contrib/gis/db/backend
- Timestamp:
- 08/05/08 12:15:33 (4 months ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/django/contrib/gis/db/backend/oracle/field.py (modified) (1 diff)
- django/branches/gis/django/contrib/gis/db/backend/postgis/field.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-7978 to /django/trunk:1-8214
django/branches/gis/django/contrib/gis/db/backend/oracle/field.py
r7104 r8215 71 71 return sql 72 72 73 def _post_create_sql(self, style, db_table):73 def post_create_sql(self, style, db_table): 74 74 """ 75 75 Returns SQL that will be executed after the model has been django/branches/gis/django/contrib/gis/db/backend/postgis/field.py
r7641 r8215 51 51 return sql 52 52 53 def _post_create_sql(self, style, db_table):53 def post_create_sql(self, style, db_table): 54 54 """ 55 55 Returns SQL that will be executed after the model has been
