--
Ticket URL: <https://code.djangoproject.com/ticket/18671>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
You're using the documentation for the development version, but pointing
using Django 1.4. If you use the
[https://docs.djangoproject.com/en/1.4/topics/auth/#django.contrib.auth.views.login
documentation for Django 1.4], you'll see that there is a {% load url from
future %} tag required. This is due to a change int he {% url %} tag that
we have been phasing in since Django 1.3. See the
[https://docs.djangoproject.com/en/1.3/releases/1.3/#changes-to-url-and-
ssi Django 1.3 release notes] for more details.
--
Ticket URL: <https://code.djangoproject.com/ticket/18671#comment:1>
* version: 1.4 => 1.5
--
Ticket URL: <https://code.djangoproject.com/ticket/18671#comment:2>