Skip to content

Add support for Django 1.6 and Specifying secret_key via Constructor Argument

Latest
Compare
Choose a tag to compare
@bltravis bltravis released this 04 Jul 08:26
· 33 commits to master since this release

This release adds support for Django 1.6 by attempting to import from external localflavor (django-localflavor) before falling back to the included version for Django 1.5.x and earlier. It also allows you to specify a secret_key value during field instantiation, rather than using the default value from django.conf.settings.