Removed a FIXME from the queryset-refactor days.

Turns out, nothing needed to be fixed.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2009-03-10 11:21:46 +00:00
parent 3c8568a7dc
commit 326c5813b9
1 changed files with 1 additions and 2 deletions

View File

@ -217,8 +217,7 @@ class BaseDatabaseOperations(object):
Returns the value to use for the LIMIT when we are wanting "LIMIT Returns the value to use for the LIMIT when we are wanting "LIMIT
infinity". Returns None if the limit clause can be omitted in this case. infinity". Returns None if the limit clause can be omitted in this case.
""" """
# FIXME: API may need to change once Oracle backend is repaired. raise NotImplementedError
raise NotImplementedError()
def pk_default_value(self): def pk_default_value(self):
""" """