[Django] #25549: auth_user_password_change is undocumented

8 views
Skip to first unread message

Django

unread,
Oct 13, 2015, 6:46:41 AM10/13/15
to django-...@googlegroups.com
#25549: auth_user_password_change is undocumented
-------------------------------+--------------------
Reporter: googol7 | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 1.8
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------
It would be nice if also the URL for auth_user_password_change from
/django/contrib/auth/admin.py class UserAdmin().get_urls() would be
mentioned here:

https://docs.djangoproject.com/en/dev/ref/contrib/admin/#reversing-admin-
urls

With an example:

{{{
urlresolvers.reverse('admin:auth_user_password_change', args=(1,))

results in:

/admin/main/customuser/1/password/
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25549>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Oct 13, 2015, 7:49:00 AM10/13/15
to django-...@googlegroups.com
#25549: auth_user_password_change URL is undocumented
--------------------------------------+------------------------------------
Reporter: googol7 | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: 1.8
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by timgraham):

* needs_better_patch: => 0
* needs_tests: => 0
* easy: 0 => 1
* needs_docs: => 0
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted


Comment:

No objection, but I don't see why the example is needed as it's no
different from the other URLs mentioned there.

--
Ticket URL: <https://code.djangoproject.com/ticket/25549#comment:1>

Django

unread,
Oct 13, 2015, 9:13:18 AM10/13/15
to django-...@googlegroups.com
#25549: auth_user_password_change URL is undocumented
--------------------------------------+------------------------------------
Reporter: googol7 | Owner: Anagha22
Type: Cleanup/optimization | Status: assigned
Component: Documentation | Version: 1.8

Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by Anagha22):

* owner: nobody => Anagha22
* status: new => assigned


--
Ticket URL: <https://code.djangoproject.com/ticket/25549#comment:2>

Django

unread,
Oct 13, 2015, 9:19:47 AM10/13/15
to django-...@googlegroups.com
#25549: auth_user_password_change URL is undocumented
--------------------------------------+------------------------------------
Reporter: googol7 | Owner: Anagha22
Type: Cleanup/optimization | Status: assigned
Component: Documentation | Version: 1.8

Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by Anagha22):

* cc: anaghar1996@… (added)


--
Ticket URL: <https://code.djangoproject.com/ticket/25549#comment:3>

Django

unread,
Oct 20, 2015, 3:42:50 AM10/20/15
to django-...@googlegroups.com
#25549: auth_user_password_change URL is undocumented
--------------------------------------+------------------------------------
Reporter: googol7 | Owner: Anagha22
Type: Cleanup/optimization | Status: assigned
Component: Documentation | Version: 1.8

Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by googol7):

I just thought that some more examples there in general would be of help.

--
Ticket URL: <https://code.djangoproject.com/ticket/25549#comment:4>

Django

unread,
Oct 31, 2015, 7:20:28 AM10/31/15
to django-...@googlegroups.com
#25549: auth_user_password_change URL is undocumented
-------------------------------------+-------------------------------------
Reporter: googol7 | Owner: darkryder
Type: | Status: assigned
Cleanup/optimization |
Component: Documentation | Version: 1.8

Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by darkryder):

* cc: f.ssat95@… (added)
* owner: Anagha22 => darkryder


--
Ticket URL: <https://code.djangoproject.com/ticket/25549#comment:5>

Django

unread,
Oct 31, 2015, 7:41:06 AM10/31/15
to django-...@googlegroups.com
#25549: auth_user_password_change URL is undocumented
-------------------------------------+-------------------------------------
Reporter: googol7 | Owner: darkryder
Type: | Status: assigned
Cleanup/optimization |
Component: Documentation | Version: 1.8

Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by darkryder):

* has_patch: 0 => 1


Comment:

[PR](https://github.com/django/django/pull/5525)

--
Ticket URL: <https://code.djangoproject.com/ticket/25549#comment:6>

Django

unread,
Oct 31, 2015, 5:52:58 PM10/31/15
to django-...@googlegroups.com
#25549: auth_user_password_change URL is undocumented
-------------------------------------+-------------------------------------
Reporter: googol7 | Owner: darkryder
Type: | Status: assigned
Cleanup/optimization |
Component: Documentation | Version: 1.8

Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1

Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by timgraham):

* needs_better_patch: 0 => 1


--
Ticket URL: <https://code.djangoproject.com/ticket/25549#comment:7>

Django

unread,
Nov 18, 2015, 7:36:25 PM11/18/15
to django-...@googlegroups.com
#25549: auth_user_password_change URL is undocumented
-------------------------------------+-------------------------------------
Reporter: googol7 | Owner: darkryder
Type: | Status: closed
Cleanup/optimization |
Component: Documentation | Version: 1.8
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham <timograham@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:"ad167502f36f2547718aee290d4d11bf7a26ff82" ad16750]:
{{{
#!CommitTicketReference repository=""
revision="ad167502f36f2547718aee290d4d11bf7a26ff82"
Fixed #25549 -- Documented auth_user_password_change URL.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25549#comment:8>

Django

unread,
Nov 18, 2015, 7:36:31 PM11/18/15
to django-...@googlegroups.com
#25549: auth_user_password_change URL is undocumented
-------------------------------------+-------------------------------------
Reporter: googol7 | Owner: darkryder
Type: | Status: closed
Cleanup/optimization |
Component: Documentation | Version: 1.8

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"95eca4f508eb99d26ce812629afe0f6c60488134" 95eca4f]:
{{{
#!CommitTicketReference repository=""
revision="95eca4f508eb99d26ce812629afe0f6c60488134"
[1.8.x] Fixed #25549 -- Documented auth_user_password_change URL.

Backport of ad167502f36f2547718aee290d4d11bf7a26ff82 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25549#comment:9>

Django

unread,
Nov 18, 2015, 7:36:39 PM11/18/15
to django-...@googlegroups.com
#25549: auth_user_password_change URL is undocumented
-------------------------------------+-------------------------------------
Reporter: googol7 | Owner: darkryder
Type: | Status: closed
Cleanup/optimization |
Component: Documentation | Version: 1.8

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"b6545468eebdee12ee58aeb4871aa91c62220542" b654546]:
{{{
#!CommitTicketReference repository=""
revision="b6545468eebdee12ee58aeb4871aa91c62220542"
[1.9.x] Fixed #25549 -- Documented auth_user_password_change URL.

Backport of ad167502f36f2547718aee290d4d11bf7a26ff82 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25549#comment:10>

Reply all
Reply to author
Forward
0 new messages