Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 549 Bytes

CHANGELOG.rst

File metadata and controls

22 lines (14 loc) · 549 Bytes

Change Log

This document records all notable changes to django-settings-export. This project adheres to Semantic Versioning.

1.2.1 (2016-11-06)

  • The exported settings object is now an instance of dict subclass to allow iteration, etc.

1.1.0 (2016-03-10)

  • Added ability to set the name of the context variable to something besides settings via SETTINGS_EXPORT_VARIABLE_NAME.