django-decorator-include icon indicating copy to clipboard operation
django-decorator-include copied to clipboard

Include Django URL patterns with decorators.

Results 8 django-decorator-include issues
Sort by recently updated
recently updated
newest added

@twidi This project definitely seems to have a lot of use and interest in the community (over 30k downloads/month! [![Downloads](https://img.shields.io/pypi/dm/django-decorator-include.svg)](https://img.shields.io/pypi/dm/django-decorator-include.svg)), however it doesn't seem to have a lot of love...

This package works in Django 5 and Python 3.12 (Django 4.2 and 5.0) once the patch from #90 has been applied. As such I have updated my PR on #92...

A DeprecationWarning is now raised during tests due to pkg_resources being deprecated within setuptools, see [Setuptools](https://setuptools.pypa.io/en/latest/pkg_resources.html) for more

This project officially only supports Django up to 3.1 which means the only current version of Django it supports it 2.2 LTS. I made a PR a few months back...

Adds syntax highlighting to the readme code block. ## Before ![image](https://user-images.githubusercontent.com/25310870/173531262-961f2a23-d7e2-4663-9264-c22f67e82d5d.png) ## After ![image](https://user-images.githubusercontent.com/25310870/173531205-d0a9616e-590d-4d4b-a80c-2d9746c33c38.png)

pkg_resources is deprecated in favor of importlib (https://setuptools.pypa.io/en/latest/pkg_resources.html#package-discovery-and-resource-access-using-pkg-resources). Only for python < 3.8 this add a dependency on `importlib_metadata` which is the official backport of `importlib.metadata`.