django-environ v0.3.1 Release Notes

Release Date: 2015-09-19 // over 8 years ago
  • โž• Added +++++

    • โž• Added email as alias for email_url.
    • ๐Ÿ‘ Django 1.7 is now supported.
    • Added LDAP scheme support for db_url_config.

    ๐Ÿ›  Fixed +++++

    • ๐Ÿ›  Fixed typos in the documentation.
    • โž• Fixed environ.Path.__add__ to correctly handle plus operator.
    • Fixed environ.Path.__contains__ to correctly work on Windows.