This document records all notable changes to django-settings-export. This project adheres to Semantic Versioning.
- The exported
settings
object is now an instance ofdict
subclass to allow iteration, etc.
- Added ability to set the name of the context variable to something besides
settings
viaSETTINGS_EXPORT_VARIABLE_NAME
.