Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/lookup/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25609 -- Fixed regression in related field nested ...Ian Foote2015-10-271-0/+6
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-4/+4
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-2/+10
* Fixed #25335 -- Fixed regression where QuerySet.iterator(...Gavin Wahl2015-09-031-0/+3
* Fixed #22394 -- Refactored built-in datetime lookups to t...Jon Dufresne2015-04-201-0/+28
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-1/+1
* Fixed #22489 -- missing implemenation for search lookupJakub Roztocil2014-05-051-2/+28
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Fixed #21863 -- supplemented get_lookup() with get_transf...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
* Fix all violators of E231Alex Gaynor2013-10-261-2/+2
* 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 273d...Loic Bistuer2013-06-261-0/+7
* Fixed #20462 -- null/non-string regex lookups are now con...Andrew Clark2013-06-261-0/+15
* Revert "Fixed #20462 - Fixed sqlite regex lookups for nul...Tim Graham2013-06-111-16/+1
* Fixed #20462 - Fixed sqlite regex lookups for null values...Axel Haustant2013-06-111-1/+16
* Reverted the introduction of shared_models.Florian Apolloner2013-06-101-394/+391
* Revert "Began implementing a shared set of test models to...Florian Apolloner2013-06-101-140/+144
* Began implementing a shared set of test models to speed u...Florian Apolloner2013-03-131-144/+140
* Merge pull request #900 from bmispelon/ticket-20022Jacob Kaplan-Moss2013-03-131-391/+394
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+688