1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/django
Paul McMillan 14df122f86 Fixed #17837. Improved markdown safety.
Markdown enable_attributes is now False when safe_mode is enabled. Documented
the markdown "safe" argument. Added warnings when the safe argument is
passed to versions of markdown which cannot be made safe. Deprecated
versions of markdown < 2.1. Many thanks to ptone for the patch.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@17735 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-14 19:06:23 +00:00
..
bin
conf Added Tatar translation. Refs #17822. 2012-03-14 09:15:31 +00:00
contrib Fixed #17837. Improved markdown safety. 2012-03-14 19:06:23 +00:00
core Fix #17879: Corrected regression in python (inherited by yaml and json) serializer that prevented serializing model instances with null FK ref to a model when serializing with natural keys. Thanks danfairs and tmitchell. 2012-03-12 19:41:31 +00:00
db Fixed #17882 (again) -- Updated the database connections' time zone when time-zone-related settings are changed in tests. 2012-03-13 23:29:15 +00:00
dispatch
forms Made a minor tweak to a doctoring in django/forms.forms.py that was missed in r17452. Thanks to Claude Paroz for the tip. 2012-02-05 08:12:07 +00:00
http Fixed #17277 - Wrap IOErrors raised due to client disconnect in a specific IOError subclass so they can be distinguished from more serious errors. Thanks David Lowe. 2012-02-10 22:51:07 +00:00
middleware Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to i18n URLs. Thanks to Paul for keeping an eye on the standards. 2012-03-02 22:35:26 +00:00
shortcuts
template Fixed #17660 -- Standardize extends tag token parsing 2012-02-21 02:59:05 +00:00
templatetags
test Fixed #17882 (again) -- Updated the database connections' time zone when time-zone-related settings are changed in tests. 2012-03-13 23:29:15 +00:00
utils Fixed #17873 -- Removed stale code from translation utilities that should have been removed a while ago. Thanks, Aymeric Augustin. 2012-03-12 18:51:48 +00:00
views Updated core base translation files with new strings. Refs #17822. 2012-03-05 02:23:17 +00:00
__init__.py Bump for 1.4 RC 1. 2012-03-05 17:22:23 +00:00