summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_numpy.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-10/+9
* Refs #23890 -- Removed numpy deprecation warning silencing.Tim Graham2018-04-181-12/+0
* Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.Raphaƫl Hertzog2016-07-211-1/+3
* Fixed numpy deprecation warning silencing in template_tests.Baptiste Mispelon2016-07-091-6/+8
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Isolated template tests from Django settings.Aymeric Augustin2014-12-281-5/+4
* Refs #23890 -- Restored silencing of numpy DeprecationWarnings in template te...Tim Graham2014-12-061-0/+8
* Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons2014-12-061-1/+1
* Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales2014-12-031-2/+2
* Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons2014-12-021-0/+41