Changes between Initial Version and Version 1 of Ticket #18671, comment 1
- Timestamp:
- Jul 26, 2012, 2:01:08 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18671, comment 1
initial v1 1 You're using the documentation for the development version, but pointingusing 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.1 You're using the documentation for the development version, but 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.