1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
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
app4
app5
locale Refs #26319 -- Added test for English variant in javascript_catalog 2016-03-08 21:39:59 +01:00
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