summaryrefslogtreecommitdiff
path: root/tests/templates
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-09-30 23:16:14 +0200
committerClaude Paroz <claude@2xlibre.net>2012-09-30 23:16:19 +0200
commit8bd7b598b6de1be1e3f72f3a1ee62803b1c02010 (patch)
tree5b29fa72cabd782434812d1836a315b591333379 /tests/templates
parent864a0514b85637ee92d6f1ba596997195dfc7107 (diff)
downloaddjango-8bd7b598b6de1be1e3f72f3a1ee62803b1c02010.tar.gz
Fixed #18807 -- Made 404.html and 500.html optional
Thanks Aymeric Augustin for the report and Jannis Leidel for the review.
Diffstat (limited to 'tests/templates')
-rw-r--r--tests/templates/404.html1
-rw-r--r--tests/templates/500.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/templates/404.html b/tests/templates/404.html
deleted file mode 100644
index da627e2222..0000000000
--- a/tests/templates/404.html
+++ /dev/null
@@ -1 +0,0 @@
-Django Internal Tests: 404 Error \ No newline at end of file
diff --git a/tests/templates/500.html b/tests/templates/500.html
deleted file mode 100644
index ff028cbeb0..0000000000
--- a/tests/templates/500.html
+++ /dev/null
@@ -1 +0,0 @@
-Django Internal Tests: 500 Error \ No newline at end of file