Django

Code

Changeset 9004

Show
Ignore:
Timestamp:
09/10/08 18:03:07 (4 months ago)
Author:
ikelly
Message:

Fixed an incorrectly named DatabaseOperations? method. It was causing non-Oracle backends to fail when running syncdb with tablespaces set.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/db/backends/__init__.py

    r8989 r9004  
    293293        return "BEGIN;" 
    294294 
    295     def sql_for_tablespace(self, tablespace, inline=False): 
     295    def tablespace_sql(self, tablespace, inline=False): 
    296296        """ 
    297297        Returns the SQL that will be appended to tables or rows to define