Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/lookup
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 #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-2/+2
* Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville2015-06-052-0/+44
* 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
* Removed numbering from the models.py header of some test ...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 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
* PEP8 cleanupJason Myers2013-11-031-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 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-112-25/+1
* Fixed #20462 - Fixed sqlite regex lookups for null values...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...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-132-407/+399
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+747