1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/django
Adrian Holovaty fd04e711d2 Added import of force_unicode to utils/text.py
For backwards compatibility with stupid people like me. Refs #18772.
2012-08-15 16:59:31 -05: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 Removed unneeded smart_bytes import which was introduced in f2fff84bc. 2012-08-15 17:33:21 +02:00
core [py3] Fixed middleware_exceptions tests. 2012-08-15 22:53:52 +02:00
db [py3] Fixed F-expression right-hand division 2012-08-15 13:28:47 +02:00
dispatch [py3] Fixed dispatch tests 2012-08-15 18:19:21 +02:00
forms [py3] Removed a remaining use of __metaclass__. 2012-08-14 23:45:12 +02:00
http [py3] Fixed HTTP header serialization 2012-08-15 13:39:39 +02:00
middleware [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02:00
shortcuts
template [py3] Fixed slugify filter 2012-08-15 12:29:10 +02:00
templatetags [py3] Always pass bytes to hashlib.md5. 2012-08-15 11:34:41 +02:00
test Allow tests using a LiveServer to get closer to working. 2012-08-15 02:11:55 -07:00
utils Added import of force_unicode to utils/text.py 2012-08-15 16:59:31 -05:00
views
__init__.py