index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lookup
/
tests.py
Age
Commit message (
Expand
)
Author
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-05-05
Fixed #22489 -- missing implemenation for search lookup
Jakub Roztocil
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-07
Fixed #21863 -- supplemented get_lookup() with get_transform()
Anssi Kääriäinen
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-07-31
Added field.attname to Options.name_map
Anssi Kääriäinen
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-06-26
Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()
Loic Bistuer
2013-06-26
Fixed #20462 -- null/non-string regex lookups are now consistent
Andrew Clark
2013-06-11
Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-str...
Tim Graham
2013-06-11
Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields.
Axel Haustant
2013-06-10
Reverted the introduction of shared_models.
Florian Apolloner
2013-06-10
Revert "Began implementing a shared set of test models to speed up tests."
Florian Apolloner
2013-03-13
Began implementing a shared set of test models to speed up tests.
Florian Apolloner
2013-03-13
Merge pull request #900 from bmispelon/ticket-20022
Jacob Kaplan-Moss
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner