Releases: joke2k/django-environ
Releases · joke2k/django-environ
v0.4.5
Added
- Support for Django 2.0.
- Support for smart casting.
- Support PostgreSQL unix domain socket paths.
- Tip: Multiple env files.
Changed
- Fix parsing option values
None
,True
andFalse
. - Order of importance of engine configuration in
db_url_config
.
Removed
- Remove
django
andsix
dependencies.
v0.4.4
v0.4.3
v0.4.2
v0.4.1
Added
- Add support for Django 1.10
Changed
- Fix for unsafe characters into URLs
- Clarifying warning on missing or unreadable file. Thanks to @nickcatal
- Fix support for Oracle urls
- Fix support for
django-redis
v0.4
Added
- New email schemes -
smtp+ssl
andsmtp+tls
(smtps
would be deprecated) - Add tuple support. Thanks to @anonymouzz
- Add LDAP url support for database. Thanks to
django-ldapdb
Changed
- Fix non-ascii values (broken in Python 2.x)
redis_cache
replaced bydjango_redis
- Fix psql/pgsql url
v0.3
Added
- Add cache url support
- Add email url support
- Add search url support
Changed
- Rewriting README.rst
v0.3.1
Added
- Added
email
as alias foremail_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