django-js-reverse icon indicating copy to clipboard operation
django-js-reverse copied to clipboard

Javascript url handling for Django that doesn't hurt.

Results 27 django-js-reverse issues
Sort by recently updated
recently updated
newest added

The last release, 0.9.1, was well over 2 years ago, and it doesn't include many fixes and improvements that have been merged into `master` since then. Many of us would...

Please consider adding this feature to your wonderful project.

django-js-reverse returns following error in Django 4.0 According to release notes of Django 4.0 > django.utils.encoding.force_text() and smart_text() are removed. Related part in core.py (seems like it was solved already)...

https://www.python.org/dev/peps/pep-0632/#migration-advice https://github.com/ierror/django-js-reverse/blob/7cab78c4531780ab4b32033d5104ccd5be1a246a/django_js_reverse/core.py#L6

https://github.com/jazzband, It's a great place for Django projects

Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

## Motivation If your frontend isn't a single javascript bundle, it would be a useful feature to be able to expose certain urls to certain parts of your front-end and...

Hello I would like to rename the generated 'reverse.js' file. E.g. to name it with suffix of build number 'reverse-11.10.1.js' Is there such an option? Thank you

As of now this package includes a fully implementation of a [6 years old rjsmin](https://github.com/ierror/django-js-reverse/blob/master/django_js_reverse/rjsmin.py). Since rjsmin has its [own package](https://pypi.org/project/rjsmin/) on PyPi this dependecy should be defined as a...

In my project i'm already using the built-in django's [json_script tag](https://docs.djangoproject.com/en/3.1/ref/templates/builtins/#json-script) to include some static data inline in a `` block. This is JSON itself, not JavaScript that needs to...