summaryrefslogtreecommitdiff
path: root/tests/lookup
AgeCommit message (Expand)Author
2015-10-27[1.9.x] Fixed #25609 -- Fixed regression in related field nested lookup error.Ian Foote
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-03Fixed #25335 -- Fixed regression where QuerySet.iterator() didn't return an i...Gavin Wahl
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-04Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville
2015-04-20Fixed #22394 -- Refactored built-in datetime lookups to transforms.Jon Dufresne
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2014-05-05Fixed #22489 -- missing implemenation for search lookupJakub Roztocil
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-07Fixed #21863 -- supplemented get_lookup() with get_transform()Anssi Kääriäinen
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02PEP8 cleanupJason Myers
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-19Removed unused local variables in tests.Tim Graham
2013-07-31Added field.attname to Options.name_mapAnssi Kääriäinen
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-06-26Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()Loic Bistuer
2013-06-26Fixed #20462 -- null/non-string regex lookups are now consistentAndrew Clark
2013-06-11Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-str...Tim Graham
2013-06-11Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields.Axel Haustant
2013-06-10Reverted the introduction of shared_models.Florian Apolloner
2013-06-10Revert "Began implementing a shared set of test models to speed up tests."Florian Apolloner
2013-03-13Began implementing a shared set of test models to speed up tests.Florian Apolloner
2013-03-13Merge pull request #900 from bmispelon/ticket-20022Jacob Kaplan-Moss
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner