django1/django
Aymeric Augustin 2892cb0ec4 [py3] Fixed regression introduced in 536b030363.
Refs #18764.

Reverted 536b030363 and switched to a more explicit way of avoiding
calling bytes(<int>).

This definitely deserves a refactoring. Specifically, _get_content
should just return b''.join(self). Unfortunately that's impossible
with the current tests.
2012-08-19 17:56:46 +02:00
..
bin [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
conf remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
contrib Fixed #17278 -- Enabled the spatialite GIS tests to run without having to specify a database name in the settings. Thanks to Aymeric for the report and to Ramiro for the initial patch. 2012-08-19 02:17:45 -07:00
core [py3] Fixed slow path through file_move_safe 2012-08-18 15:44:09 -04:00
db [py3] Ported django.utils.safestring. 2012-08-18 16:04:06 +02:00
dispatch [py3] Fixed dispatch tests 2012-08-15 18:19:21 +02:00
forms Fixed #18791: [py3] Double import of six in django.forms.widgets 2012-08-18 19:17:42 +04:00
http [py3] Fixed regression introduced in 536b030363. 2012-08-19 17:56:46 +02:00
middleware [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02:00
shortcuts Removed usage of mimetype kwarg of HttpResponse 2012-06-30 21:19:07 +02:00
template Fixed bug in 212b982 -- Removed duplicate code in removetags 2012-08-18 17:09:37 +01:00
templatetags [py3] Always pass bytes to hashlib.md5. 2012-08-15 11:34:41 +02:00
test Fixed Python version check in testcases.py 2012-08-16 15:31:01 +02:00
utils [py3] Made 212b9826bd Python 3-friendly 2012-08-18 17:51:16 +02:00
views Fixed #3542 -- Add support for changing granularity on ArchiveView. 2012-08-18 17:03:57 +01:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00