django/django
Aymeric Augustin 1b100d7bee Fixed two bugs in 59a35208.
* StandardError doesn't exist any more under Python 3.
* Python 2.6 still allows `raise "foo"`.
2013-02-27 19:24:23 +01:00
..
bin Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
conf Merged core translations from 1.5 branch 2013-02-26 21:51:06 +01:00
contrib Merged contrib translations from 1.5 branch 2013-02-26 21:51:06 +01:00
core Move management helper function to new utils module. 2013-02-26 22:07:22 -03:00
db Fixed two bugs in 59a35208. 2013-02-27 19:24:23 +01:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01: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 [py3] Always fed hashlib with bytes. 2013-02-27 10:02:07 +01:00
templatetags Remove leading underscore from a function that's all growed up now. 2013-02-25 00:33:29 -07:00
test Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
utils [py3] Always fed hashlib with bytes. 2013-02-27 10:02:07 +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 Advanced version identifiers for 1.6 cycle. 2012-10-26 22:01:34 -03:00