summaryrefslogtreecommitdiff
path: root/tests/proxy_models
AgeCommit message (Expand)Author
2013-11-02Fixing E302 ErrorsJason Myers
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-21Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma
2013-10-19Removed unused local variables in tests.Tim Graham
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-19Fixed #20777 -- Admin proxy model deletion regressionAnssi Kääriäinen
2013-08-19Made Model.__eq__ consider proxy models equivalentAnssi Kääriäinen
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-06-30Stopped calling loaddata with commit=False.Aymeric Augustin
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner