django-model-utils/model_utils
Trey Hunner 4f2673e6a4 Fix str/unicode problems in Python 3
Changes:
- Use unicode_literals from the future for Python 2.6.5+
- Use six's text_type for proper unicode use in Python 2/3
2013-04-12 14:16:42 -07:00
..
tests Fix str/unicode problems in Python 3 2013-04-12 14:16:42 -07:00
__init__.py Make `from model_utils import ModelTracker` work 2013-02-18 20:09:08 -08:00
choices.py Fix str/unicode problems in Python 3 2013-04-12 14:16:42 -07:00
fields.py Fix str/unicode problems in Python 3 2013-04-12 14:16:42 -07:00
managers.py Fix str/unicode problems in Python 3 2013-04-12 14:16:42 -07:00
models.py Fix str/unicode problems in Python 3 2013-04-12 14:16:42 -07:00
tracker.py Fix str/unicode problems in Python 3 2013-04-12 14:16:42 -07:00