This repository has been archived by the owner on May 4, 2023. It is now read-only.
forked from joke2k/django-environ
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request joke2k#394 from joke2k/develop
Release v0.9.0
- Loading branch information
Showing
33 changed files
with
1,025 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This file is part of the django-environ. | ||
# | ||
# Copyright (c) 2021, Serghei Iakovlev <[email protected]> | ||
# Copyright (c) 2021-2022, Serghei Iakovlev <[email protected]> | ||
# Copyright (c) 2013-2021, Daniele Faraglia <[email protected]> | ||
# | ||
# For the full copyright and license information, please view | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
============= | ||
API Reference | ||
============= | ||
|
||
.. currentmodule:: environ | ||
|
||
|
||
The ``__init__`` module | ||
======================= | ||
|
||
.. automodule:: environ | ||
:members: | ||
:special-members: | ||
:no-undoc-members: | ||
|
||
|
||
The ``compat`` module | ||
====================== | ||
|
||
.. automodule:: environ.compat | ||
:members: | ||
:no-undoc-members: | ||
|
||
|
||
The ``environ`` module | ||
====================== | ||
|
||
.. autoclass:: environ.Env | ||
:members: | ||
:no-undoc-members: | ||
|
||
.. autoclass:: environ.FileAwareEnv | ||
:members: | ||
:no-undoc-members: | ||
|
||
.. autoclass:: environ.Path | ||
:members: | ||
:no-undoc-members: | ||
|
||
|
||
The ``fileaware_mapping`` module | ||
================================ | ||
|
||
.. autoclass:: environ.fileaware_mapping.FileAwareMapping | ||
:members: | ||
:no-undoc-members: |
Oops, something went wrong.