django1/django
Claude Paroz db729266d6 [py3] Fixed 'iterable but non string' detection
In Python 3, the str type has an __iter__ attribute. Therefore, the
presence of an __iter__ attribute is not sufficient to distinguish
'standard' iterables (list, tuple) from strings.
2012-08-08 18:02:25 +02:00
..
bin Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
conf remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
contrib [py3] Fixed 'iterable but non string' detection 2012-08-08 18:02:25 +02:00
core [py3] Fixed 'iterable but non string' detection 2012-08-08 18:02:25 +02:00
db remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
dispatch [py3] Replaced __nonzero__ by __bool__ 2012-08-08 15:02:31 +02:00
forms [py3] Fixed 'iterable but non string' detection 2012-08-08 18:02:25 +02:00
http [py3] Fixed 'iterable but non string' detection 2012-08-08 18:02:25 +02:00
middleware Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
shortcuts Removed usage of mimetype kwarg of HttpResponse 2012-06-30 21:19:07 +02:00
template remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
templatetags [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
test Fix TestCase.assertQuerysetEqual on python 3, this is needed for a large number of tests 2012-08-08 07:37:10 -07:00
utils remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
views [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00