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

Hi All, I am trying to run jobs on intel architecture, but few jobs are failing. logs are as follows $ tox py35-django22 create: /home/travis/build/kishorkunal-raj/django-js-reverse/.tox/py35-django22 py35-django22 installdeps: coverage==4.5.1, js2py==0.63, Django>=2.2,=1.2...

Hi, Thanks for this useful project. I was just wondering roughly what the timeline might be for the next release? From what I can see there's quite a few changes...

I presume either readthedocs or sphinx used to look for README.rst (3 years ago heh), and doesn't any more. Resolved by adding in a bare-bones index.rst. Resolves #82 Also: *...

Hi, can you build readthedocs, it looks like it wasn't rebuilt since 0.5. https://django-js-reverse.readthedocs.io/en/latest/#changelog Thanks

Could you please add requires_system_checks = False to the Command class. This will make presence of the database is not required, which is very suitable for CI frontends builds.

In my project, I use the `js_inline_reverse` template tag. Since the upgrade of `django-js-reverse` to version 0.9, the following error is reported when Django renders a template containing the template...

Hi, We have an application with hundreds of urls name, however we would like to exclude some urls which all have the same prefix url address. What's do you think...

Hi, I upgrade the library to the latest to use the ./manage.py collectstatic_js_reverse and load the static file on our servers which is a great feature. Unfortunately it does not...

help wanted

We have a lot of URL confs, but few that need to be accessed from the frontend using this library, and many that must explicitly not be rendered into the...

Hi, I am using Django Rest Framework 3.9.0 and on one of my viewsets I have a custom action named "managed" (see below). Previously we were using 3.0.4 and it...