Opened 10 years ago

Closed 10 years ago

#21943 closed Bug (wontfix)

Method parameters are garbled, no commas or spaces between them

Reported by: mattvukas@… Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Went I went to this page in the Django 1.3 docs, the formatting appeared quite garbled:
https://docs.djangoproject.com/en/1.3/topics/auth/#django.contrib.auth.views.password_reset

Some of the text was running off to the right, outside of the main white div. Also, all of the method headers appeared to be garbled. I've included one example below, which appears to be missing spaces or commas between the parameters:
password_reset(request[is_admin_sitetemplate_nameemail_template_namepassword_reset_formtoken_generatorpost_reset_redirectfrom_email])

I had another developer at work confirm this on multiple browsers. Please get this fixed soon, thanks!

Change History (1)

comment:1 by Tim Graham, 10 years ago

Resolution: wontfix
Status: newclosed

This doesn't appear to be an issue with the 1.4 version of the docs and 1.3 is no longer supported, so closing as "won't fix". If you care to investigate the issue and submit a pull request, we could merge it, but I think you will find it easiest just to use a newer version of the docs (and/or upgrade your version of Django to something that doesn't have security issues!) I've created ticket #21944 to add a warning to unsupported versions of the docs. Thank-you.

Note: See TracTickets for help on using tickets.
Back to Top