Django-app-router

Latest version: v0.1.1

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

Scan your dependencies

Page 1 of 2

0.1.1

Breaking changes
- renamed method

Before
py
router = routers.AppRouter()
router.add_app('your_app')


After
py
router = routers.AppRouter()
router.include_app('your_app')


**Full Changelog**: https://github.com/staciax/django-app-router/compare/v0.1.0...v0.1.1

0.1.0

What's Changed
* Dev 0.1.0a by staciax in https://github.com/staciax/django-app-router/pull/3


**Full Changelog**: https://github.com/staciax/django-app-router/compare/v0.0.5...v0.1.0

0.1.0a

What's Changed
* Dev 0.1.0a by staciax in https://github.com/staciax/django-app-router/pull/3


**Full Changelog**: https://github.com/staciax/django-app-router/compare/v0.0.5...v0.1.0a

0.0.5

**Full Changelog**: https://github.com/staciax/django-app-router/compare/0.0.4...v0.0.5

0.0.4

**Full Changelog**: https://github.com/staciax/django-app-router/compare/0.0.3...0.0.4

0.0.3

What's Changed
* Dev 0.0.3 by staciax in https://github.com/staciax/django-app-router/pull/2


**Full Changelog**: https://github.com/staciax/django-app-router/compare/0.0.2...0.0.3

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.