SusanTan
|
71c491972e
|
Fixed #11400 -- Passed kwargs from AbstractUser.email_user() to send_mail()
Thanks Jug_ for suggestion, john_scott for the initial patch,
and Tim Graham for code review.
|
2013-08-14 07:46:11 -04:00 |
Claude Paroz
|
6118d6d1c9
|
More import removals
Following the series of commits removing deprecated features in
Django 1.7, here are some more unneeded imports removed and other
minor cleanups.
|
2013-06-29 11:58:36 +02:00 |
Ramiro Morales
|
c196564132
|
Removed custom profile model functionality as per deprecation TL.
|
2013-06-28 21:48:16 -03:00 |
Anton Baklanov
|
cab333cb16
|
Fixed #20541 -- don't raise db signals twice when creating superuser
|
2013-06-27 05:58:01 -04:00 |
Erik Romijn
|
aeb1389442
|
Fixed #20079 -- Improve security of password reset tokens
|
2013-06-18 20:02:00 +02:00 |
Preston Timmons
|
fde2e4fd6e
|
Modified auth to work with unittest2 discovery.
|
2013-04-02 21:59:45 -06:00 |