1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/django
Aymeric Augustin f1255a3c09 Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt.
Thanks dahool for the report and initial version of the patch.
2013-02-25 20:21:58 +01:00
..
bin Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
conf Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt. 2013-02-25 20:21:58 +01:00
contrib Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt. 2013-02-25 20:21:58 +01:00
core Merge pull request #717 from slurms/ticket_19746 2013-02-24 06:31:14 -08:00
db Fixed #19688 -- Allow model subclassing with a custom metaclass using six.with_metaclass 2013-02-24 17:32:34 +01:00
dispatch Fixed #16679 -- Use caching to speed up signal sending 2012-12-16 21:46:02 +02:00
forms Fixed #19908 -- Added missing import in forms.py 2013-02-24 22:59:15 +01:00
http Added a new required ALLOWED_HOSTS setting for HTTP host header validation. 2013-02-19 11:23:29 -07:00
middleware Fixes #17866: Vary: Accept-Language header when language prefix used 2013-02-23 19:41:33 +01:00
shortcuts Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
template Switching to autoescape is not a change in syntax. 2013-02-25 00:43:03 -07:00
templatetags Remove leading underscore from a function that's all growed up now. 2013-02-25 00:33:29 -07:00
test Added a new required ALLOWED_HOSTS setting for HTTP host header validation. 2013-02-19 11:23:29 -07:00
utils Fixes #19763 - LocaleMiddleware should check for supported languages in settings.LANGUAGE_CODE 2013-02-24 14:43:45 +01:00
views Loaded cycle and firstof from future in built-in templates. Refs #17906. 2013-02-24 15:16:45 +01:00
__init__.py