django1/tests/custom_lookups
Anssi Kääriäinen c7d5f8661b Altered query string customization for backends vendors
The new way is trying to call first method 'as_' + connection.vendor.
If that doesn't exist, then call as_sql().

Also altered how lookup registration is done. There is now
RegisterLookupMixin class that is used by Field, Extract and
sql.Aggregate. This allows one to register lookups for extracts and
aggregates in the same way lookup registration is done for fields.
2014-01-11 14:45:53 +02:00
..
__init__.py Initial implementation of custom lookups 2013-11-30 20:23:48 +02:00
models.py Implemented nested lookups 2013-11-30 23:04:34 +02:00
tests.py Altered query string customization for backends vendors 2014-01-11 14:45:53 +02:00