| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-21 | Consolidated expressions tests. | Aymeric Augustin | |
| 2014-02-28 | Added 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-22 | Fixed #21643 -- repeated execution of qs with F() + timedelta | Alexey Voronov | |
| Thanks Tim Graham for review. | |||
| 2013-11-02 | PEP8 cleanup | Jason Myers | |
| Signed-off-by: Jason Myers <jason@jasonamyers.com> | |||
| 2013-10-23 | Fixed E225 pep8 warnings. | Tim Graham | |
| 2013-10-22 | Fixed #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-19 | Removed unused local variables in tests. | Tim Graham | |
| 2013-10-11 | Fixed assorted flake8 errors. | Tim Graham | |
| 2013-09-09 | Fixed #19885 -- cleaned up the django.test namespace | Kevin 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-29 | Removed most of absolute_import imports | Claude Paroz | |
| Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | |||
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
