django/tests/view_tests
Tim Graham c9ae09addf Replaced use of TestCase.fail() with assertRaises().
Also removed try/except/fail antipattern that hides exceptions.
2016-06-28 11:21:26 -04:00
..
app0
app1
app2
app3 Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
app4
app5
locale
media
templates Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views 2016-04-15 17:28:54 +02:00
templatetags
tests Replaced use of TestCase.fail() with assertRaises(). 2016-06-28 11:21:26 -04:00
__init__.py
default_urls.py
generic_urls.py Refs #17209 -- Added LoginView and LogoutView class-based views 2016-06-24 10:45:13 +02:00
models.py
regression_21530_urls.py
urls.py Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views 2016-04-15 17:28:54 +02:00
views.py Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views 2016-04-15 17:28:54 +02:00