django1/django
Claude Paroz 1116df0751 Deprecate usage of boolean value for widget attributes
Django 1.7 will loudly warn when widget attributes are assigned
boolean values. In Django 1.8, False will mean attribute is not
present while True will mean attribute present without value.
Refs #20684.
2013-07-05 19:33:19 +02:00
..
bin Removed daily_cleanup.py script as per deprecation TL. 2013-06-28 21:48:16 -03:00
conf Deprecated django.utils.dictconfig. 2013-07-01 22:50:58 +02:00
contrib Fixed #20224 -- Update docs examples which mention __unicode__ 2013-07-05 19:27:07 +02:00
core Fixed #20687 -- Added documentation for django.core.signing API. 2013-07-03 10:36:21 -04:00
db Removed some conditional code only needed under Python 2.6. 2013-07-01 12:02:17 +02:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms Deprecate usage of boolean value for widget attributes 2013-07-05 19:33:19 +02:00
http Removed compatibility code for streaming responses. 2013-06-29 18:49:36 +02:00
middleware Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00
shortcuts More import removals 2013-06-29 11:58:36 +02:00
template Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00
templatetags Fixed #20130 -- Regression in {% cache %} template tag. 2013-03-30 12:13:08 +01:00
test Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for default db. 2013-07-04 19:58:58 -04:00
utils Relied on NullHandler from the logging stdlib module. 2013-07-01 23:16:25 +02:00
views Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00
__init__.py Master is now pre-1.7. 2013-06-28 08:56:45 -05:00