Django

Code

Changeset 7514 for django/trunk

Show
Ignore:
Timestamp:
05/05/08 11:04:50 (8 months ago)
Author:
ikelly
Message:

Cleaned up some comments in the Oracle backend. Fixes #7139. Thanks, adamv.

Files:

Legend:

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

    r7477 r7514  
    11""" 
    2 Custom Query class for this backend (a derivative of 
    3 django.db.models.sql.query.Query). 
     2Custom Query class for Oracle. 
     3Derives from: django.db.models.sql.query.Query 
    44""" 
    55 
     
    1313def query_class(QueryClass, Database): 
    1414    """ 
    15     Returns a custom djang.db.models.sql.query.Query subclass that is 
    16     appropraite for Oracle. 
     15    Returns a custom django.db.models.sql.query.Query subclass that is 
     16    appropriate for Oracle. 
    1717 
    1818    The 'Database' module (cx_Oracle) is passed in here so that all the setup