summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom Dyson <tom@torchbox.com>2018-10-17 07:20:18 -0700
committerTim Graham <timograham@gmail.com>2018-10-17 10:21:12 -0400
commit0f611fb1faaef9dd25775ac1808a6c0740073037 (patch)
treebf24fccb01dedba2cc3122a6f785a9b98411f19a /docs
parent554fd6cd769456baa55b24407cb47ade8f762ef9 (diff)
[2.1.x] Removed obsolete "ugly URL" reference.
Backport of 6752c2756eb9be28a37021d664b805ec169369d6 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/http/urls.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt
index 50d63e9a88..c43f2181dd 100644
--- a/docs/topics/http/urls.txt
+++ b/docs/topics/http/urls.txt
@@ -6,9 +6,6 @@ A clean, elegant URL scheme is an important detail in a high-quality Web
application. Django lets you design URLs however you want, with no framework
limitations.
-There's no ``.php`` or ``.cgi`` required, and certainly none of that
-``0,2097,1-1-1928,00`` nonsense.
-
See `Cool URIs don't change`_, by World Wide Web creator Tim Berners-Lee, for
excellent arguments on why URLs should be clean and usable.