Re: [Django] #26882: Add test(s) for django.contrib.auth.views.logout_then_login

2016-07-22 Thread Django
#26882: Add test(s) for django.contrib.auth.views.logout_then_login
-+-
 Reporter:  timgraham|Owner:
 Type:   |  andrewnester
  Cleanup/optimization   |   Status:  closed
Component:  contrib.auth |  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 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 Tim Graham ):

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


Comment:

 In [changeset:"dde6288fbe97c7053e67b613fec3366f3c298cf4" dde6288f]:
 {{{
 #!CommitTicketReference repository=""
 revision="dde6288fbe97c7053e67b613fec3366f3c298cf4"
 Fixed #26882 -- Added tests for auth.views.logout_then_login().
 }}}

--
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/067.2394a02d03965fbbe4c3c4559f294a3f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26882: Add test(s) for django.contrib.auth.views.logout_then_login

2016-07-22 Thread Django
#26882: Add test(s) for django.contrib.auth.views.logout_then_login
-+-
 Reporter:  timgraham|Owner:
 Type:   |  andrewnester
  Cleanup/optimization   |   Status:  assigned
Component:  contrib.auth |  Version:  master
 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 andrewnester):

 * owner:  andersonresende => andrewnester


--
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/067.8867f5150b10fc3ca4c36efdf4a36a69%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26882: Add test(s) for django.contrib.auth.views.logout_then_login

2016-07-11 Thread Django
#26882: Add test(s) for django.contrib.auth.views.logout_then_login
-+-
 Reporter:  timgraham|Owner:
 Type:   |  andersonresende
  Cleanup/optimization   |   Status:  assigned
Component:  contrib.auth |  Version:  master
 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 andersonresende):

 Thx!

--
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/067.da67d8d5c9b6c2b10dc743bd225c84fe%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26882: Add test(s) for django.contrib.auth.views.logout_then_login

2016-07-11 Thread Django
#26882: Add test(s) for django.contrib.auth.views.logout_then_login
-+-
 Reporter:  timgraham|Owner:
 Type:   |  andersonresende
  Cleanup/optimization   |   Status:  assigned
Component:  contrib.auth |  Version:  master
 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 timgraham):

 Replace `return logout(request, login_url, extra_context=extra_context)`
 with `return LogoutView.as_view(login_url,
 extra_context=extra_context)(request)`.

--
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/067.29840f730973edc0b00b750a5442467c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26882: Add test(s) for django.contrib.auth.views.logout_then_login

2016-07-11 Thread Django
#26882: Add test(s) for django.contrib.auth.views.logout_then_login
-+-
 Reporter:  timgraham|Owner:
 Type:   |  andersonresende
  Cleanup/optimization   |   Status:  assigned
Component:  contrib.auth |  Version:  master
 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 andersonresende):

 The warning is breaking my test :/
 How to remove the warnings at test `RemovedInDjango21Warning: The logout()
 view is superseded by the class-based LogoutView().`

--
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/067.a3d94596861a254f3bb9ffbc6d324032%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26882: Add test(s) for django.contrib.auth.views.logout_then_login

2016-07-08 Thread Django
#26882: Add test(s) for django.contrib.auth.views.logout_then_login
-+-
 Reporter:  timgraham|Owner:
 Type:   |  andersonresende
  Cleanup/optimization   |   Status:  assigned
Component:  contrib.auth |  Version:  master
 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 andersonresende):

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


--
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/067.6413b6f1d1a2c19047a6df29ac04138a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #26882: Add test(s) for django.contrib.auth.views.logout_then_login

2016-07-08 Thread Django
#26882: Add test(s) for django.contrib.auth.views.logout_then_login
+
   Reporter:  timgraham |  Owner:  nobody
   Type:  Cleanup/optimization  | Status:  new
  Component:  contrib.auth  |Version:  master
   Severity:  Normal|   Keywords:
   Triage Stage:  Accepted  |  Has patch:  0
Needs documentation:  0 |Needs tests:  0
Patch needs improvement:  0 |  Easy pickings:  1
  UI/UX:  0 |
+
 This view is untested according to the coverage report. Tests likely go in
 `tests/auth_tests/test_views.py`.

--
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/052.a90187640e9e4fd344d4898c43662419%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.