Compatibility fixes.
authorRadek Czajka <rczajka@rczajka.pl>
Sun, 21 Sep 2014 20:34:09 +0000 (22:34 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Sun, 21 Sep 2014 20:34:53 +0000 (22:34 +0200)
* Use unicode_literals thoughout the package.
* Add indexes to '{}'.format(), unindexed version unsupported in Py2.6.
* Remove remnants of Python 2.5 support (Django 1.5 is required anyway).
* Stop relying on `hasattr` on OneToOneField, won't work on Python 3.2 + Django 1.6
  (see https://code.djangoproject.com/ticket/21563).


No differences found