summaryrefslogtreecommitdiff
path: root/tests/modeltests/lookup/tests.py
AgeCommit message (Expand)Author
2012-02-05Fixed #11670 -- Prevented genuine model fields named 'year', 'month', 'gt', '...Julien Phalip
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-26Fixed #15647 -- Changed in_bulk() not to type check its input, which now allo...Adrian Holovaty
2010-11-21Fixed #5768 -- Added support for ManyToManyFields and reverse relations in va...Carl Meyer
2010-11-02Migrated lookup doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee