Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/sslrequiredmixin #171

Merged
merged 19 commits into from
Apr 17, 2015
Merged

Feature/sslrequiredmixin #171

merged 19 commits into from
Apr 17, 2015

Conversation

chrisjones-brack3t
Copy link
Member

YES

SSLRequiredMixin

Addresses #108

  • New SSLRequiredMixin.
    • Redirects http -> https
    • Optionally, set view.raise_exception = True to raise a 404 instead of redirecting.
    • If DEBUG=True the SSL mixin is bypassed.
  • 100% test coverage.
  • Added Docs.
    • Updated the docs theme from default to alabaster
  • Drop support for Django 1.4. Updated tox.
  • Importing Django.VERSION instead of the whole of Django for version checking in tests.

@@ -4,6 +4,8 @@
Changelog
=========

* :feature:`171` New SSLRequiredMixin. Redirect http -> https.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change SSLRequiredMixin to

:ref:`SSLRequiredMixin`

kennethlove added a commit that referenced this pull request Apr 17, 2015
@kennethlove kennethlove merged commit 4da32df into master Apr 17, 2015
@kennethlove kennethlove deleted the feature/sslrequiredmixin branch April 17, 2015 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants