Django-lti

Latest version: v0.7.1

Safety actively analyzes 701948 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.7.1

What's Changed
* Add support for Python 3.13 by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/127
* Drop support for Python 3.8 by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/128
* Fix typo in documentation: specifc -> specific by nikolas in https://github.com/academic-innovation/django-lti/pull/130
* Store and use platform audience by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/129
* Prepare release v0.7.1 by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/132


**Full Changelog**: https://github.com/academic-innovation/django-lti/compare/v0.7.0...v0.7.1

0.7.0

What's Changed
* Django 5.1 support by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/113


**Full Changelog**: https://github.com/academic-innovation/django-lti/compare/v0.6.0...v0.7.0

0.6.0

What's Changed
* Bump actions/configure-pages from 4 to 5 by dependabot in https://github.com/academic-innovation/django-lti/pull/97
* Update PyLTI1p3 to 2.0.0 by nikolas in https://github.com/academic-innovation/django-lti/pull/92
* Loosen type for LtiLaunch arguments by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/99
* Update deprecated input names by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/100
* Disable test-publish job by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/102
* Drop support for Django versions before 4.2 by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/104
* Move registration key fields to fieldset in admin form by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/105
* Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by dependabot in https://github.com/academic-innovation/django-lti/pull/106
* support alternative cookie messages in UI (iss. 107) by lsloan in https://github.com/academic-innovation/django-lti/pull/109
* Prepare release v0.6.0 by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/110

New Contributors
* lsloan made their first contribution in https://github.com/academic-innovation/django-lti/pull/109

**Full Changelog**: https://github.com/academic-innovation/django-lti/compare/v0.5.1...v0.6.0

0.5.1

What's Changed
* Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by dependabot in https://github.com/academic-innovation/django-lti/pull/93
* Fix membership retrieval by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/95
* Prepare release v0.5.1 by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/96


**Full Changelog**: https://github.com/academic-innovation/django-lti/compare/v0.5.0...v0.5.1

0.5.0

What's Changed
* Deployment handling interface by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/60
* Remove support for Python versions prior to 3.8 by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/61
* Add support for Python 3.11 by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/62
* Add initial API reference documentation by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/65
* Update github actions checkout versions by nikolas in https://github.com/academic-innovation/django-lti/pull/69
* Support Python 3.12 by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/74
* Add dependabot configuration by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/75
* Bump actions/checkout from 2 to 4 by dependabot in https://github.com/academic-innovation/django-lti/pull/77
* Bump actions/deploy-pages from 1 to 2 by dependabot in https://github.com/academic-innovation/django-lti/pull/78
* Bump actions/upload-pages-artifact from 1 to 2 by dependabot in https://github.com/academic-innovation/django-lti/pull/79
* Bump actions/setup-python from 2 to 4 by dependabot in https://github.com/academic-innovation/django-lti/pull/80
* Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.8.11 by dependabot in https://github.com/academic-innovation/django-lti/pull/76
* Bump actions/configure-pages from 2 to 4 by dependabot in https://github.com/academic-innovation/django-lti/pull/82
* Bump actions/deploy-pages from 2 to 3 by dependabot in https://github.com/academic-innovation/django-lti/pull/81
* Specify support for Django 5.0 by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/84
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/academic-innovation/django-lti/pull/85
* Bump actions/upload-artifact from 3 to 4 by dependabot in https://github.com/academic-innovation/django-lti/pull/86
* Bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/academic-innovation/django-lti/pull/87
* Bump actions/upload-pages-artifact from 2 to 3 by dependabot in https://github.com/academic-innovation/django-lti/pull/89
* Bump actions/deploy-pages from 3 to 4 by dependabot in https://github.com/academic-innovation/django-lti/pull/88
* Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by dependabot in https://github.com/academic-innovation/django-lti/pull/90
* Prepare release v0.5.0 by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/91

New Contributors
* nikolas made their first contribution in https://github.com/academic-innovation/django-lti/pull/69
* dependabot made their first contribution in https://github.com/academic-innovation/django-lti/pull/77

**Full Changelog**: https://github.com/academic-innovation/django-lti/compare/v0.4.0...v0.5.0

0.4.0

What's Changed
* Ignore local-only files by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/36
* Add initial docs by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/38
* Deploy docs to GitHub Pages by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/43
* Add context type constant by cmurtaugh in https://github.com/academic-innovation/django-lti/pull/44
* Add SystemRole constant by cmurtaugh in https://github.com/academic-innovation/django-lti/pull/45
* Add InstitutionRole constant by cmurtaugh in https://github.com/academic-innovation/django-lti/pull/46
* Support Django 4.2 by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/49
* Specify default auto field by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/51
* Run workflows on pull request by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/56
* AGS support foundations by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/55
* Prepare release v0.4.0 by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/57
* Update workflow concurrency and publish on release by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/58
* Fix release by michaelwheeler in https://github.com/academic-innovation/django-lti/pull/59

New Contributors
* cmurtaugh made their first contribution in https://github.com/academic-innovation/django-lti/pull/44

**Full Changelog**: https://github.com/academic-innovation/django-lti/compare/v0.3.2...v0.4.0

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.