ivelum / djangoql

Advanced search language for Django
MIT License
1.02k stars 89 forks source link

replaced the deprecated use of re_path alias at django.conf.urls #82

Closed sainak closed 3 years ago

sainak commented 3 years ago

django.conf.urls.re_path was depricated in django 3.1 in favor of django.urls.re_path() and is removed in django 4.0 ref: https://docs.djangoproject.com/en/4.0/releases/3.1/#deprecated-features-3-1

stebunovd commented 3 years ago

Hey @sainAk, thank you for the PR. Version 0.15.4 with your fix is already on PyPI.

sainak commented 3 years ago

Hey @sainAk, thank you for the PR. Version 0.15.4 with your fix is already on PyPI.

Great!