summaryrefslogtreecommitdiff
path: root/tests/expressions_regress/tests.py
AgeCommit message (Collapse)Author
2014-04-21Consolidated expressions tests.Aymeric Augustin
2014-02-28Added release note and regression test for refs #21643.Tim Graham
This will be backported to stable/1.6.x along with the original fix.
2013-12-22Fixed #21643 -- repeated execution of qs with F() + timedeltaAlexey Voronov
Thanks Tim Graham for review.
2013-11-02PEP8 cleanupJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-22Fixed #17027 -- Added support for the power operator in F expressions.Florian Hahn
Thanks dan at dlo.me for the initial patch. - Added __pow__ and __rpow__ to ExpressionNode - Added oracle and mysql specific power expressions - Added used-defined power function for sqlite
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
* override_settings may now be imported from django.test * removed Approximate from django.test * updated documentation for things importable from django.test Thanks akaariai for the suggestion.
2013-07-29Removed most of absolute_import importsClaude Paroz
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner