Author: mtredinnick
Date: 2009-03-10 06:21:46 -0500 (Tue, 10 Mar 2009)
New Revision: 10018

Modified:
   django/trunk/django/db/backends/__init__.py
Log:
Removed a FIXME from the queryset-refactor days.

Turns out, nothing needed to be fixed.

Modified: django/trunk/django/db/backends/__init__.py
===================================================================
--- django/trunk/django/db/backends/__init__.py 2009-03-10 11:19:26 UTC (rev 
10017)
+++ django/trunk/django/db/backends/__init__.py 2009-03-10 11:21:46 UTC (rev 
10018)
@@ -217,8 +217,7 @@
         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):
         """


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to