index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
template_tests
/
syntax_tests
/
test_numpy.py
Age
Commit message (
Collapse
)
Author
2022-02-08
[4.0.x] Refs #33476 -- Reformatted code with Black.
django-bot
Backport of 9c19aff7c7561e3a82978a272ecdaad40dda5c00 from main.
2018-04-18
Refs #23890 -- Removed numpy deprecation warning silencing.
Tim Graham
Obsolete since numpy 1.12.0.
2016-07-21
Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.
Raphaël Hertzog
2016-07-09
Fixed numpy deprecation warning silencing in template_tests.
Baptiste Mispelon
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-28
Isolated template tests from Django settings.
Aymeric Augustin
2014-12-06
Refs #23890 -- Restored silencing of numpy DeprecationWarnings in template ↵
Tim Graham
tests.
2014-12-06
Fixed #23958 -- Rewrote filter tests as unit tests.
Preston Timmons
2014-12-03
Converted recently refactored templates tests to SimpleTestCase.
Ramiro Morales
These test methods don't need DB setup/teardown. Refs #23768 and b872134b.
2014-12-02
Fixed #23768 -- Rewrote template tests as unit tests.
Preston Timmons