[2.1.x] Removed obsolete "ugly URL" reference.

Backport of 6752c2756e from master.
This commit is contained in:
Tom Dyson 2018-10-17 07:20:18 -07:00 committed by Tim Graham
parent 554fd6cd76
commit 0f611fb1fa
1 changed files with 0 additions and 3 deletions

View File

@ -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.