django1/django/db
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
..
backends Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07:00
migrations Fixed #22435 -- Prevented adding a ManyToManyField from prompting for a default. 2014-05-02 20:46:47 -04:00
models Fixed #22489 -- missing implemenation for search lookup 2014-05-05 14:36:15 +03:00
__init__.py Removed unused imports. 2014-03-21 20:18:19 -04:00
transaction.py Improved a comment. Thanks intgr for the report. 2014-04-11 23:01:00 +02:00
utils.py Removed deprecated TRANSACTIONS_MANAGED setting. 2014-03-21 21:34:47 +01:00