Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -10/+9 |
* | Refs #23890 -- Removed numpy deprecation warning silencing. | Tim Graham | 2018-04-18 | 1 | -12/+0 |
* | Fixed #26923 -- Fixed template_tests with numpy < 1.9.0. | Raphaƫl Hertzog | 2016-07-21 | 1 | -1/+3 |
* | Fixed numpy deprecation warning silencing in template_tests. | Baptiste Mispelon | 2016-07-09 | 1 | -6/+8 |
* | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 1 | -1/+1 |
* | Isolated template tests from Django settings. | Aymeric Augustin | 2014-12-28 | 1 | -5/+4 |
* | Refs #23890 -- Restored silencing of numpy DeprecationWarnings in template te... | Tim Graham | 2014-12-06 | 1 | -0/+8 |
* | Fixed #23958 -- Rewrote filter tests as unit tests. | Preston Timmons | 2014-12-06 | 1 | -1/+1 |
* | Converted recently refactored templates tests to SimpleTestCase. | Ramiro Morales | 2014-12-03 | 1 | -2/+2 |
* | Fixed #23768 -- Rewrote template tests as unit tests. | Preston Timmons | 2014-12-02 | 1 | -0/+41 |