django1/django/db/models/fields
Claude Paroz da9cf53cb5 Fixed #22564 -- Prevented unneeded bytestrings in migrations
In some cases, this could lead to migrations written with Python 2
being incompatible with Python 3.
Thanks Tim Graham for the report and Loïc Bistuer for the advices.
2014-05-06 09:13:07 +02:00
..
__init__.py Fixed #22564 -- Prevented unneeded bytestrings in migrations 2014-05-06 09:13:07 +02:00
files.py Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07:00
proxy.py Added missing deconstruct() methods. 2013-12-06 15:23:34 +01:00
related.py Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
subclassing.py Fixed #12568 -- no error when accessing custom field's descriptor 2013-09-18 10:03:52 +03:00