django1/django/conf
Preston Holmes d228c1192e Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
SuspiciousOperations have been differentiated into subclasses, and
are now logged to a 'django.security.*' logger. SuspiciousOperations
that reach django.core.handlers.base.BaseHandler will now return a 400
instead of a 500.

Thanks to tiwoc for the report, and Carl Meyer and Donald Stufft
for review.
2013-05-25 16:27:34 -07:00
..
app_template Simplified default project template. 2013-02-04 13:21:36 +01:00
locale Updated translation catalogs 2013-05-25 14:32:44 +02:00
project_template Removed LocaleMiddleware from settings template. 2013-04-05 13:08:50 +02:00
urls Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
__init__.py Fixed #18985 -- ensure module level deprecations are displayed 2013-03-24 22:06:02 -07:00
global_settings.py Make Urdu (ur) recognized as RTL language. Refs #20454 2013-05-19 11:29:24 +03:00