django-admin-views icon indicating copy to clipboard operation
django-admin-views copied to clipboard

Easily link custom admin views and direct URLs into the Django admin

Results 17 django-admin-views issues
Sort by recently updated
recently updated
newest added

When running manage.py admin_views_install_templates, template_dirs is a set which cannot be indexed by []. $ ./manage.py admin_views_install_templates Traceback (most recent call last): File "./manage.py", line 10, in execute_from_command_line(sys.argv) File "..../python2.7/site-packages/django/core/management/**init**.py",...

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 to 0.4.4. Changelog Sourced from sqlparse's changelog. Release 0.4.4 (Apr 18, 2023) Notable Changes IMPORTANT: This release fixes a security vulnerability in the parser where a...

dependencies

When the `admin_views` is set before the django admin app, I'm currently receiving a `'admin_views' is not a registered tag library` error. ```python INSTALLED_APPS = [ 'admin_views', 'django.contrib.admin', # ......

Bumps [django](https://github.com/django/django) from 3.2.16 to 3.2.18. Commits 722e9f8 [3.2.x] Bumped version for 3.2.18 release. a665ed5 [3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 932b5bd [3.2.x] Added stub...

dependencies

Bumps [ipython](https://github.com/ipython/ipython) from 8.6.0 to 8.10.0. Commits 15ea1ed release 8.10.0 560ad10 DOC: Update what's new for 8.10 (#13939) 7557ade DOC: Update what's new for 8.10 385d693 Merge pull request from...

dependencies

1. Fix some reStructuredText syntax 2. Add syntax highlighting to code blocks. 3. Make example code follow Black style, with double quotes, and simple indentation. 4. Tweak some language, e.g....