1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/django
Tim Graham b16f84f15b [1.8.x] Refs #24836 -- Reverted "Simplified the lazy CSRF token implementation in csrf context processor."
This reverts commit 8099d33b65 as it caused
a regression that cannot be solved without changing force_text() which has
a small risk of introducing regressions. This change will remain in master
along with an update to force_text().
2015-05-27 09:29:45 -04:00
..
apps [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
bin [1.8.x] Removed django-2to3.py 2015-02-06 08:56:01 -05:00
conf [1.8.x] Updated translations from Transifex 2015-04-30 14:27:51 +02:00
contrib Fixed #24844 -- Corrected has_changed implementation for HStoreField. 2015-05-25 21:10:07 -04:00
core [1.8.x] Fixed #23271 -- Fixed makemessages crash/test failure for some locales. 2015-05-01 10:30:19 -04:00
db [1.8.x] Fixed #24835 -- Fixed QuerySet.exists() after an annotation with Count() 2015-05-25 20:47:28 -04:00
dispatch [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
forms [1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in non-Django templates. 2015-03-27 20:01:41 -04:00
http [1.8.x] Fixed #20889 -- Prevented BadHeaderError when Python inserts newline 2015-02-19 20:19:38 +01:00
middleware [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
template [1.8.x] Refs #24836 -- Reverted "Simplified the lazy CSRF token implementation in csrf context processor." 2015-05-27 09:29:45 -04:00
templatetags [1.8.x] Set context.template instead of context.engine while rendering. 2015-02-19 22:10:56 +01:00
test [1.8.x] Deprecated TEMPLATE_DEBUG setting. 2015-02-15 20:48:48 +01:00
utils [1.8.x] Fixed #24569 -- Made some translation functions accept None value 2015-04-04 10:58:54 +02:00
views [1.8.x] Fixed typos in HTTP decorator docs. 2015-05-25 07:39:06 -04:00
__init__.py [1.8.x] Post-release version bump. 2015-05-20 14:10:05 -04:00
shortcuts.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00