Django

Code

Show
Ignore:
Timestamp:
11/13/05 19:44:35 (3 years ago)
Author:
adrian
Message:

Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tests to confirm. Thanks, Robin Munn and Sune.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/testapp/models/__init__.py

    r1147 r1224  
    22           'ordering', 'lookup', 'get_latest', 'm2m_intermediary', 'one_to_one', 
    33           'm2o_recursive', 'm2o_recursive2', 'save_delete_hooks', 'custom_pk', 
    4            'subclassing', 'many_to_one_null', 'custom_columns'
     4           'subclassing', 'many_to_one_null', 'custom_columns', 'reserved_names'