django1/django
Claude Paroz 09a719a4e6 Fixed #7833 -- Improved UserCreationForm password validation
Make UserCreationForm password validation similar to
SetPasswordForm and AdminPasswordChangeForm, so as the match
check is only done when both passwords are supplied.
Thanks Mitar for the suggestion.
2012-08-04 14:55:13 +02:00
..
bin Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
conf Fixed #18700 -- Added URL reversal for i18n set_language view. 2012-08-04 20:57:12 +10:00
contrib Fixed #7833 -- Improved UserCreationForm password validation 2012-08-04 14:55:13 +02:00
core Replaced some byte strings by str() calls 2012-08-03 15:18:13 +02:00
db Replaced some byte strings by str() calls 2012-08-03 15:18:13 +02:00
dispatch [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
forms Fixed #5524 -- Do not remove cleaned_data when a form fails validation 2012-08-04 14:22:23 +02:00
http Replaced some byte strings by str() calls 2012-08-03 15:18:13 +02:00
middleware Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
shortcuts Removed usage of mimetype kwarg of HttpResponse 2012-06-30 21:19:07 +02:00
template [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
templatetags [py3] Updated urllib/urllib2/urlparse imports. 2012-07-22 09:29:55 +02:00
test Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables. 2012-07-24 17:24:16 -03:00
utils [py3] Removed uses of sys.maxint under Python 3. 2012-08-03 18:51:28 +02:00
views Fixed error message in detail generic view. 2012-07-25 22:46:57 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00