Django

Code

Changeset 7886

Show
Ignore:
Timestamp:
07/11/08 07:44:04 (6 months ago)
Author:
mtredinnick
Message:

Removed a FIXME that isn't really a problem any longer.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/db/models/sql/query.py

    r7885 r7886  
    284284            result.append('ORDER BY %s' % ', '.join(ordering)) 
    285285 
    286         # FIXME: Pull this out to make life easier for Oracle et al. 
    287286        if with_limits: 
    288287            if self.high_mark is not None: