#20855 closed Bug (fixed)
Missing documentation of current_app and extra_context parameters on django.contrib.auth views
Reported by: | Justin Michalicek | Owned by: | Justin Michalicek |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | documentation, auth, extra_context, current_app |
Cc: | timograham@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The documentation for the current_app
and extra_context
parameters added to django.contrib.auth views on commits [07705ca1] and [cc64fb5c] is missing.
I assume this should be added for all versions where the parameters exist (probably 1.3-ish and up) on the master branch. Do I also need to update version specific branches?
Change History (6)
comment:1 by , 11 years ago
Cc: | added |
---|---|
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Bug |
comment:2 by , 11 years ago
Thanks, I just made a pull request for https://github.com/jmichalicek/django/tree/fix_20855 which updates docs/topics/auth/default.txt to add in documentation of those features. I also touched up the django.contrib.auth.login() docs by adding in the optional arguments section like the rest of the views on the page have.
comment:3 by , 11 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
We won't update the docs for 1.3 as that version is no longer supported. Please patch against master and I will see how clean the backports are to older versions.