Skip to content

Releases: Alir3z4/django-cuser

Release 2017.3.16

16 Mar 07:56
Compare
Choose a tag to compare

2017.3.16

  • Add support to new Django 1.10 Middleware
  • refactoring test suite
  • Supporting Universal Wheels, eggs and cheese.

PyPI: https://pypi.python.org/pypi/django-cuser/2017.3.16

Release Version 2016.5.29

29 May 16:10
Compare
Choose a tag to compare

2016.5.29

  • Drop Python 3.2, Python 3.3 capability.
  • Support Django +1.8 version only.
  • Fix: Test runner and tests with newer syntax and Django versions.

Release Version 2014.9.28

28 Sep 05:06
Compare
Choose a tag to compare

2014.9.28 2014-09-28


  • Fix #11: Import fails in Django 1.7.
  • Feature: Running test suite with travis on multiple Django versions.
  • Feature: Code cleanup and pep8.
  • Feature: Add Tests section to README.rst.
  • Feature: Add Supported Python versionssection to README.rst.

PyPi: https://pypi.python.org/pypi/django-cuser/2014.9.28

Release Version 2014.9.19

19 Sep 00:03
Compare
Choose a tag to compare

2014.9.19 2014-09-19


  • Fix getting custom user model.
  • Django > 1.5 < 1.7 support.
  • Feature #8: Add Python 3 support.
  • Fix #9: Django 1.7 compatibility for test suite.
  • Feature: Add pypy support.

Release Version 2014.6.21

19 Sep 00:02
Compare
Choose a tag to compare

2014.6.21 2014-06-21


  • Add changelog.rst file.
  • Add manifest.in file.
  • Add license file.
  • Run the test out of django-admin.py.
  • Remove license header from files.
  • Add travis-ci testing ;).
  • Fix to make it compatible with django >= 1.5.
  • Add ability to specify user class

Release Version 1.0

19 Sep 00:02
Compare
Choose a tag to compare
  • Initial version