django1/tests/lookup
Jakub Roztocil 7131e14d00 Fixed #22489 -- missing implemenation for search lookup
When custom lookups were added, converting the search lookup to use
the new Lookup infrastructure wasn't done.

Some changes were needed to the added test, main change done by
committer was ensuring the test works on MySQL versions prior to 5.6.
2014-05-05 14:36:15 +03:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #22489 -- missing implemenation for search lookup 2014-05-05 14:36:15 +03:00
tests.py Fixed #22489 -- missing implemenation for search lookup 2014-05-05 14:36:15 +03:00