Commit 326c5813 authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

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
parent 3c8568a7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -217,8 +217,7 @@ class BaseDatabaseOperations(object):
        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.
        """
        # FIXME: API may need to change once Oracle backend is repaired.
        raise NotImplementedError()
        raise NotImplementedError

    def pk_default_value(self):
        """