django1/django/core/handlers
Claude Paroz 6de6988f99 Fixed #5076 -- Properly decode POSTs with non-utf-8 payload encoding
Thanks daniel at blogg.se for the report and Aymeric Augustin for
his assistance on the patch.
2012-10-30 09:00:32 +01:00
..
__init__.py Added WSGI support. Created core.handlers package. Moved ALL mod_python-specific code to django.core.handlers.modpython. Note that django.core.handler is still a valid mod_python handler but IS DEPRECATED. Use django.core.handlers.modpython, instead. 2005-07-18 06:30:26 +00:00
base.py Merge branch 'ticket15695' 2012-09-29 21:57:50 +02:00
wsgi.py Fixed #5076 -- Properly decode POSTs with non-utf-8 payload encoding 2012-10-30 09:00:32 +01:00