1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/django/bin
Aymeric Augustin 79d62a7175 [py3] Added fixer for python_2_unicode_compatible.
This doesn't deal with classes that define both __unicode__ and
__str__; the definition of __str__ should be removed first. It
doesn't guarantee that __str__ will return a str (rather than bytes)
under Python 3 either.
2012-08-12 14:44:40 +02:00
..
profiling Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
__init__.py
daily_cleanup.py Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Scott for the report 2009-03-14 05:18:02 +00:00
django-2to3.py [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
django-admin.py
unique-messages.py Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00