summaryrefslogtreecommitdiff
path: root/tests/lookup
Commit message (Expand)AuthorAgeFilesLines
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny2014-09-291-1/+1
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Fixed #22489 -- missing implemenation for search lookupJakub Roztocil2014-05-052-2/+40
* Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor2014-03-301-1/+1
* Fixed #21863 -- supplemented get_lookup() with get_transform()Anssi Kääriäinen2014-03-071-2/+3
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed all E226 violationsAlex Gaynor2013-11-031-14/+14
* PEP8 cleanupJason Myers2013-11-021-0/+5
* Fix all violators of E231Alex Gaynor2013-10-261-2/+2
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+3
* Removed unused local variables in tests.Tim Graham2013-10-191-3/+3
* Added field.attname to Options.name_mapAnssi Kääriäinen2013-07-311-1/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()Loic Bistuer2013-06-261-0/+7
* Fixed #20462 -- null/non-string regex lookups are now consistentAndrew Clark2013-06-261-0/+15
* Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-str...Tim Graham2013-06-112-25/+1
* Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields.Axel Haustant2013-06-112-1/+25
* Reverted the introduction of shared_models.Florian Apolloner2013-06-102-399/+407
* Revert "Began implementing a shared set of test models to speed up tests."Florian Apolloner2013-06-101-140/+144
* Began implementing a shared set of test models to speed up tests.Florian Apolloner2013-03-131-144/+140
* Merge pull request #900 from bmispelon/ticket-20022Jacob Kaplan-Moss2013-03-132-407/+399
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+747