django-activeurl icon indicating copy to clipboard operation
django-activeurl copied to clipboard

Easy-to-use active URL highlighting for Django

Results 12 django-activeurl issues
Sort by recently updated
recently updated
newest added

@hellysmile Are you open to moving this to jazzband, or prefer keeping it here? Rationale: Keeping up to date with new django versions

Replace django.utils.http.urlquote with urllib.parse.quote for django… 4.0 compatibility (see https://docs.djangoproject.com/en/4.0/releases/3.0/#deprecated-features-3-0)

Hello, I am trying to add this library to my latest Django project (Django 4.0.1) on Python 3.10 I have followed the instructions but it seems some things in Django...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Hello! Just looking at this project, I noticed that the README only shows examples of hard-coded URLs (`/menu/`), which seems to me unusual: I am used to projects with routes...

There is a small typo in django_activeurl/ext/django_jinja.py. Should read `extensions` rather than `extenions`.

@hellysmile Open to removing classy-tags? It is including six as a dependency now, and we could potential get the equivalent safely without needing an extra package.

Basically if you had a 500 error and you had a custom 500 error page which used ActiveURL you'd get the following: ```May 17 15:15:28 telltale gunicorn[6284]: [2018-05-17 15:15:28 +0000]...

https://imgur.com/a/xIDSRpg Setup: PyCharm 2018.1 Django 2.0.5

Here is example https://github.com/aio-libs/aiocassandra/blob/master/.travis.yml But, it is not working out of the box due travis matrix