Merge lp://staging/~twom/django-saml2-idp/fix-deprecations into lp://staging/django-saml2-idp

Proposed by Tom Wardill
Status: Superseded
Proposed branch: lp://staging/~twom/django-saml2-idp/fix-deprecations
Merge into: lp://staging/django-saml2-idp
Diff against target: 1041 lines (+549/-98)
18 files modified
doc/MIGRATING_SETTINGS_TO_METADATA.txt (+101/-0)
idptest/saml2idp/base.py (+5/-4)
idptest/saml2idp/metadata.py (+25/-2)
idptest/saml2idp/registry.py (+1/-1)
idptest/saml2idp/templates/saml2idp/login.html (+19/-6)
idptest/saml2idp/tests/__init__.py (+1/-0)
idptest/saml2idp/tests/base.py (+54/-17)
idptest/saml2idp/tests/deeplink.py (+46/-0)
idptest/saml2idp/tests/signing.py (+148/-26)
idptest/saml2idp/urls.py (+38/-5)
idptest/saml2idp/views.py (+45/-8)
idptest/saml2idp/xml_render.py (+14/-10)
idptest/saml2idp/xml_signing.py (+25/-10)
idptest/saml2idp/xml_templates.py (+0/-1)
idptest/settings.py (+18/-3)
idptest/urls.py (+6/-2)
requirements.txt (+2/-2)
setup.py (+1/-1)
To merge this branch: bzr merge lp://staging/~twom/django-saml2-idp/fix-deprecations
Reviewer Review Type Date Requested Status
John Samuel Anderson Pending
Review via email: mp+337045@code.staging.launchpad.net

This proposal has been superseded by a proposal from 2018-02-02.

Commit message

Use python's importlib, rather than django

Description of the change

Use python's importlib, rather than django. Fixes deprecation warnings in Django 1.8

To post a comment you must log in.

Unmerged revisions

71. By Tom Wardill

Use python importlib, not django

70. By Daniel Manrique

Merged lp:~roadmr/django-saml2-idp/custom-certificate-support

69. By Daniel Manrique

Merged lp:~roadmr/django-saml2-idp/fix-bogus-subject

68. By Wes Mason

Add django 1.6 compatibility

67. By John Samuel Anderson

Updated release to 0.18 in setup.py

66. By John Samuel Anderson

Hide 'continue' button if javascript is enabled. Issue #14

65. By John Samuel Anderson

Updated release to 0.17

64. By John Samuel Anderson

Merged in changes from issue13b branch.

63. By John Samuel Anderson

Merged in changes from branches/issue-13; updated release version to 0.16

62. By John Samuel Anderson

Separated out SAML 2.0 LogoutRequest-handling slo_logout() view; removed cruft.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches