Changeset 9004 for django/trunk/django/db/backends/__init__.py
- Timestamp:
- 09/10/08 18:03:07 (4 months ago)
- Files:
-
- django/trunk/django/db/backends/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/db/backends/__init__.py
r8989 r9004 293 293 return "BEGIN;" 294 294 295 def sql_for_tablespace(self, tablespace, inline=False):295 def tablespace_sql(self, tablespace, inline=False): 296 296 """ 297 297 Returns the SQL that will be appended to tables or rows to define
