Re: [Django] #23409: PasswordResetForm should not exclude users with unusable passwords

2014-09-03 Thread Django
#23409: PasswordResetForm should not exclude users with unusable passwords
--+--
 Reporter:  carljm|Owner:  nobody
 Type:  New feature   |   Status:  closed
Component:  contrib.auth  |  Version:  1.7
 Severity:  Normal|   Resolution:  fixed
 Keywords:| Triage Stage:  Unreviewed
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+--
Changes (by Carl Meyer ):

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


Comment:

 In [changeset:"89559bcfb096ccc625e0e9ab41e2136fcb32a514"]:
 {{{
 #!CommitTicketReference repository=""
 revision="89559bcfb096ccc625e0e9ab41e2136fcb32a514"
 Fixed #23409 -- Extract PasswordResetForm.get_users method.

 Allows easier customization of policies regarding which users are allowed
 to
 reset their password.

 Thanks Aymeric for review.
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.e17355bdf0fa147d9cc6af5b3a279d2e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23409: PasswordResetForm should not exclude users with unusable passwords

2014-09-03 Thread Django
#23409: PasswordResetForm should not exclude users with unusable passwords
--+--
 Reporter:  carljm|Owner:  nobody
 Type:  New feature   |   Status:  new
Component:  contrib.auth  |  Version:  1.7
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Unreviewed
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+--

Comment (by aaugustin):

 Looks good. Before committing this change, can you extend the docstring a
 bit to explain why this method was extracted?

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.9ea91dca5b43d942c1cef88aa2f43d93%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23409: PasswordResetForm should not exclude users with unusable passwords

2014-09-03 Thread Django
#23409: PasswordResetForm should not exclude users with unusable passwords
--+--
 Reporter:  carljm|Owner:  nobody
 Type:  New feature   |   Status:  new
Component:  contrib.auth  |  Version:  1.7
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Unreviewed
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+--
Changes (by carljm):

 * has_patch:  0 => 1


Comment:

 https://github.com/django/django/pull/3157

 No new tests because this is a pure refactoring, not a behavior change.
 Existing tests pass.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.bd956ca2adb76136e8146b8d50c00852%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.