[Python-modules-commits] [django-cors-headers] branch upstream updated (1f50c6e -> 3d798c8)
Brian May
bam at moszumanska.debian.org
Wed Jul 5 08:14:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
bam pushed a change to branch upstream
in repository django-cors-headers.
from 1f50c6e Imported Upstream version 1.1.0
new 3d798c8 New upstream version 2.1.0
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
HISTORY.rst | 157 +++++++++
LICENSE.txt | 1 +
MANIFEST.in | 2 +
PKG-INFO | 525 ++++++++++++++++++++++++++++++-
README.rst | 350 +++++++++++++++++++++
corsheaders/__init__.py | 4 +-
corsheaders/checks.py | 113 +++++++
corsheaders/compat.py | 6 +
corsheaders/conf.py | 56 ++++
corsheaders/defaults.py | 46 +--
corsheaders/middleware.py | 139 ++++----
corsheaders/models.py | 6 +-
corsheaders/signals.py | 6 +
corsheaders/tests.py | 337 --------------------
django_cors_headers.egg-info/PKG-INFO | 525 ++++++++++++++++++++++++++++++-
django_cors_headers.egg-info/SOURCES.txt | 10 +-
setup.cfg | 28 +-
setup.py | 43 ++-
18 files changed, 1894 insertions(+), 460 deletions(-)
create mode 100644 HISTORY.rst
create mode 100755 LICENSE.txt
create mode 100644 MANIFEST.in
create mode 100644 README.rst
create mode 100644 corsheaders/checks.py
create mode 100644 corsheaders/compat.py
create mode 100644 corsheaders/conf.py
create mode 100644 corsheaders/signals.py
delete mode 100644 corsheaders/tests.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-cors-headers.git
More information about the Python-modules-commits
mailing list