Update dependency django-environ to v0.11.2 #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.4.5
->==0.11.2
Release Notes
joke2k/django-environ (django-environ)
v0.11.2
Compare Source
Fixed
+++++
due to
#​490 <https://github.com/joke2k/django-environ/issues/490>
_.v0.11.1
Compare Source
Fixed
+++++
due to
#​485 <https://github.com/joke2k/django-environ/issues/485>
_.v0.11.0
Compare Source
Added
+++++
#​456 <https://github.com/joke2k/django-environ/pull/456>
_.#​463 <https://github.com/joke2k/django-environ/pull/463>
_.#​468 <https://github.com/joke2k/django-environ/pull/468>
_.like
KEY= 'part1 # part2' # comment
#​475 <https://github.com/joke2k/django-environ/pull/475>
_.interpolate
parameter#​415 <https://github.com/joke2k/django-environ/pull/415>
_.Changed
+++++++
mssql-django
as engine for SQL Server#​446 <https://github.com/joke2k/django-environ/pull/446>
_.#​475 <https://github.com/joke2k/django-environ/pull/475>
_.importlib.util.find_spec
toreplace pkgutil.find_loader
#​482 <https://github.com/joke2k/django-environ/pull/482>
_.Removed
+++++++
v0.10.0
Compare Source
Added
+++++
#​356 <https://github.com/joke2k/django-environ/issues/356>
_.#​241 <https://github.com/joke2k/django-environ/pull/241>
_.CONN_HEALTH_CHECKS
to database base options#​413 <https://github.com/joke2k/django-environ/issues/413>
_.encoding
parameter toread_env
with default value 'utf8'#​442 <https://github.com/joke2k/django-environ/pull/442>
_.#​416 <https://github.com/joke2k/django-environ/issues/416>
_.Deprecated
++++++++++
in next major version.
Changed
+++++++
.env
file.DB_SCHEMES
throughcls
rather thanEnv
indb_url_config
#​414 <https://github.com/joke2k/django-environ/pull/414>
_.#​441 <https://github.com/joke2k/django-environ/pull/441>
_.#​440 <https://github.com/joke2k/django-environ/pull/440>
_.Fixed
+++++
Env.get_value()
to skip parsing only whendefault=None
, not for all default values that coerce toFalse
#​404 <https://github.com/joke2k/django-environ/issues/404>
_.#​439 <https://github.com/joke2k/django-environ/pull/439>
_.Removed
+++++++
Env.unicode()
.environ.register_schemes
calls and do not modify globalurllib.parse.urlparse
'suses_*
variables as this no longer needed#​246 <https://github.com/joke2k/django-environ/pull/246>
_.v0.9.0
Compare Source
Added
+++++
#​355 <https://github.com/joke2k/django-environ/pull/355>
_.#​371 <https://github.com/joke2k/django-environ/issues/371>
_.#​362 <https://github.com/joke2k/django-environ/issues/362>
_.Deprecated
++++++++++
Env.unicode()
is deprecated and will be removed in the nextmajor release. Use
Env.str()
instead.Changed
+++++++
ImproperlyConfigured
exception#​360 <https://github.com/joke2k/django-environ/issues/360>
_.Fixed
+++++
_cast_urlstr
unquoting#​357 <https://github.com/joke2k/django-environ/issues/357>
_.#​220 <https://github.com/joke2k/django-environ/issues/220>
_.environ.Path.__eq__()
to compare paths correctly#​86 <https://github.com/joke2k/django-environ/issues/86>
,#​197 <https://github.com/joke2k/django-environ/issues/197>
.v0.8.1
Compare Source
Fixed
+++++
#​340 <https://github.com/joke2k/django-environ/issues/340>
_.memcache
/pymemcache
URL parsing for correct identification ofconnection type
#​337 <https://github.com/joke2k/django-environ/issues/337>
_.v0.8.0
Compare Source
Added
+++++
.env
file#​283 <https://github.com/joke2k/django-environ/pull/283>
_.#​189 <https://github.com/joke2k/django-environ/issues/189>
_.read_env
#​103 <https://github.com/joke2k/django-environ/issues/103>
,#​249 <https://github.com/joke2k/django-environ/issues/249>
.#​209 <https://github.com/joke2k/django-environ/issues/209>
_.pymemcache
cache backend for Django 3.2+#​335 <https://github.com/joke2k/django-environ/pull/335>
_.Fixed
+++++
#​296 <https://github.com/joke2k/django-environ/pull/296>
_.#​271 <https://github.com/joke2k/django-environ/issues/271>
_.DATABASES_URL
for Google Cloud MySQL#​294 <https://github.com/joke2k/django-environ/issues/294>
_.v0.7.0
Compare Source
Added
+++++
#​160 <https://github.com/joke2k/django-environ/issues/160>
_.#​297 <https://github.com/joke2k/django-environ/pull/297>
_.#​314 <https://github.com/joke2k/django-environ/issues/314>
_.bytes
orstr
as a default value forEnv.bytes()
.Fixed
+++++
Env.bytes()
#​206 <https://github.com/joke2k/django-environ/pull/206>
_.#​200 <https://github.com/joke2k/django-environ/issues/200>
_.Changed
+++++++
UserWarning
if.env
file isn't found. Log a message withINFO
log level instead#​243 <https://github.com/joke2k/django-environ/issues/243>
_.v0.6.0
Compare Source
Added
+++++
setup.py
.read_env
#​106 <https://github.com/joke2k/django-environ/issues/106>
,#​286 <https://github.com/joke2k/django-environ/issues/286>
.Fixed
+++++
db_url_config
to work the same for all postgres-like schemes#​264 <https://github.com/joke2k/django-environ/issues/264>
,#​268 <https://github.com/joke2k/django-environ/issues/268>
.Changed
+++++++
MANIFEST.in
in a source package for completeness as a part of CIpipeline.
pytest
andcoverage[toml]
to setuptools'extras_require
.v0.5.0
Compare Source
Added
+++++
rediss://
.cast=str
tostr()
method.Fixed
+++++
Changed
+++++++
long_description_content_type
in setup.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.