django-inline-actions
django-inline-actions copied to clipboard
django-inline-actions adds actions to each row of the ModelAdmin or InlineModelAdmin.
…o the buttons I needed a way to have actions take place in a new browser window, but since I may want to have other attributes in the future, seemed...
## Description Added Django 4. Removed Python 3.6 - 3.7 support as Django 4 requires minimum 3.8 I noticed that when upgrading my project to Django 4, I was getting...
Using the example for testing results in an exception at runtime. ```python import pytest from django.contrib.admin import AdminSite from yourapp.module.admin import MyAdmin @pytest.fixture def admin_site(): return AdminSite() @pytest.mark.django_db def test_action_XXX(admin_site):...
Simple changes in admin.py to change reverse url lookup to use the proper admin site name instead of always using the default "admin". Includes new custom_admin page in test_proj and...
Hi @escaped, I am using this nice package in a project and am starting to work on the transition to Django > 4 It looks like a few changes are...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 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...
Bumps [django](https://github.com/django/django) from 3.1.5 to 3.1.14. Commits 840bebf [3.1.x] Bumped version for 3.1.14 release. 22bd174 [3.1.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream... cfb780d [3.1.x] Added stub...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...