django-dotenv v1.3.0 Release Notes

Release Date: 2014-12-06 // over 9 years ago
  • Thanks to @jamieconnolly for all this awesome work. Ref #7.

    ๐Ÿ”„ Changelog

    • ๐Ÿ‘‰ Use a regex for line matching
    • Substitute environment variables in a value
    • Correct behaviour between no quote/single quote/double quote values
    • ๐Ÿ– Handle correct escaping of values
    • โž• Add in lots of tests

    โฌ†๏ธ Upgrading

    $ pip install --upgrade django-dotenv