django1/django
Jaap Roes 990f8d92dc Fixed #20599 -- Changed wording of ValueError raised by _load_library
The _load_library method on BasePasswordHasher turns ImportErrors
into ValueErrors, this masks ImportErrors in the algorithm library.
Changed it to a clearer worded error message that includes
the ImportError string.
2013-06-15 10:50:55 +02:00
..
bin Fixed #19252 -- Added support for wheel packages. 2013-05-01 13:46:06 +02:00
conf Merge pull request #1217 from erikr/better-settings-errors2 2013-05-27 01:08:18 -07:00
contrib Fixed #20599 -- Changed wording of ValueError raised by _load_library 2013-06-15 10:50:55 +02:00
core Fixed python 3.2 compat. 2013-06-14 15:44:45 +02:00
db Fixed #20289 -- pickling of dynamic models 2013-06-14 17:05:54 +03:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and error_messages 2013-06-13 15:06:25 -04:00
http Fixed #20598 -- Add new HTTP status codes defined in rfc6585 2013-06-14 23:22:52 +10:00
middleware Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
shortcuts Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
template Fixed #20246 -- Added non-breaking spaces between values an units 2013-05-18 23:01:48 +02:00
templatetags Fixed #20130 -- Regression in {% cache %} template tag. 2013-03-30 12:13:08 +01:00
test Merge pull request #1270 from tomchristie/remove-incorrect-content-type-test-client 2013-06-14 01:49:33 -07:00
utils Fixed loaddata for Django checkouts with non ASCII chars in the name. 2013-06-03 13:18:16 +02:00
views Fixed #15273 -- Extend RedirectView to allow reversal by name. 2013-06-14 11:59:26 +01:00
__init__.py Bumped verion numbers for 1.6a1. 2013-06-06 11:05:33 -05:00