1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/django
2012-10-27 05:26:42 +03:00
..
bin [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
conf Fixed #19164 -- Fixed diffsettings command broken in fix for #18545. 2012-10-22 18:49:08 -06:00
contrib Fixed #19190 -- Refactored Query select clause attributes 2012-10-27 02:13:02 +03:00
core Removed a function that is already fully implemented by a base class. 2012-10-24 12:49:57 -07:00
db Fixed Oracle failure for "%" in table name 2012-10-27 05:26:42 +03:00
dispatch Added a way to check if a signal has listeners 2012-09-28 18:10:52 +03:00
forms Fixed #16820 -- Treated '0' value as True for checkbox inputs 2012-10-26 20:44:00 +02:00
http Fixed #18796 -- Refactored conversion to bytes in HttpResponse 2012-10-25 08:49:51 +02:00
middleware Fixed #7581 -- Added streaming responses. 2012-10-20 20:05:11 +02:00
shortcuts Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
template Fixed #18484 -- Removed the div around the csrf token input 2012-10-13 11:30:09 +02:00
templatetags Fixed #19088 -- Always escape % inside blocktrans tag 2012-10-23 18:49:22 +02:00
test Fixed #13222 -- Made HttpResponse iterable once 2012-10-24 17:19:56 +02:00
utils Properly support pickling of LazyObjects in Python 3.3 2012-10-26 01:40:33 +01:00
views PEP 302 source loaders already decode appropriately 2012-10-26 01:40:32 +01:00
__init__.py