django1/django/db
Jakub Roztocil 4b6ba2c1d1 [1.7.x] 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.

Backport of 7131e14d00 from master
2014-05-05 14:40:06 +03:00
..
backends [1.7.x] Fix many many typos in comments throughout the codebase 2014-04-26 14:35:57 -04:00
migrations [1.7.x] Fixed #22435 -- Prevented adding a ManyToManyField from prompting for a default. 2014-05-02 20:53:39 -04:00
models [1.7.x] Fixed #22489 -- missing implemenation for search lookup 2014-05-05 14:40:06 +03:00
__init__.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
transaction.py [1.7.x] Improved a comment. Thanks intgr for the report. 2014-04-11 23:03:25 +02:00
utils.py Fixed the last fix for database test settings to work with Python3. 2014-03-09 12:27:12 +02:00