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
.