Django-routify

Latest version: v0.3.4

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

Scan your dependencies

Page 1 of 2

0.3.4

**Whats new?**
- Improved README.md
- Created functional and useful [documentation](https://vitaliypopel.github.io/django-routify-docs/homepage)
- Created [new decorators](https://vitaliypopel.github.io/django-routify-docs/documentation#router-decorators) for Router:
router.get()
router.post()
router.put()
router.patch()
router.delete()

0.3.3

NEW BIG UPDATE

**Whats new?**
- Full support Python3.8
- New parameter for Router dynamic_pattern for those people which is familiar with dynamic url pattern from Go, NodeJS, Java, C, PHP, Ruby etc.(colon based, curly brackets based, angle brackets based)
- [Documentation](https://vitaliypopel.github.io/django-routify-docs/homepage) has been writen(beta for 11.10.2024)!
- Improved project structure for more readability and simplicity

0.2.8

**What's new?**
- Improved logic for Router, added **kwargs instead of additional params
- Added support for setting methods=[...] in Router.route() decorator

0.2.7.1

**What's new?**
- Patch for escaping error if prefix is empty string

0.2.7

**What's new?**
- Made validator for types in Router class
- Improved auto_trailing_slash logic
- Fixed tests in example project
- Improved tests with different url patterns
- Removed v0.2.6 because of bugs

0.2.5

**What's new?**
- README.md update
- Poetry support has been added
- Changed dependencies for Django >= 4.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.