1
0
mirror of https://github.com/django/django.git synced 2024-12-28 12:06:22 +00:00
django/django
2015-02-09 08:57:02 -05:00
..
apps [1.8.x] Fixed E265 comment style 2015-02-06 09:35:08 -05:00
bin [1.8.x] Removed django-2to3.py 2015-02-06 08:56:01 -05:00
conf [1.8.x] Fixed Persian locale FIRST_DAY_OF_WEEK & DECIMAL/THOUSAND_SEPARATORs. 2015-01-29 13:02:49 -05:00
contrib [1.8.x] Replaced hardcoded URLs in admin_* tests 2015-02-08 15:12:07 -05:00
core
db [1.8.x] Removed unnecessary parentheses in model check messages. 2015-02-09 08:57:02 -05:00
dispatch [1.8.x] Clarified docstring in dispatch/dispatcher.py 2015-01-23 13:00:24 -05:00
forms
http [1.8.x] Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpResponse 2015-02-03 18:19:06 +01:00
middleware [1.8.x] Removed UpdateCacheMiddleware._session_accessed() 2015-02-01 20:35:57 -05:00
template [1.8.x] Simplified the lazy CSRF token implementation in csrf context processor. 2015-02-08 15:03:29 -05:00
templatetags
test [1.8.x] Called parent in SimpleTestCase.setUpClass/tearDownClass. 2015-02-08 21:31:28 -05:00
utils [1.8.x] Optimized allow_lazy() by not generating a new lazy wrapper on each invocation. 2015-02-08 14:57:19 -05:00
views [1.8.x] Caught all exceptions raised by Engine.get_default(). 2015-02-05 20:09:10 +01:00
__init__.py
shortcuts.py [1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:32:14 +01:00