Move the screenshot back so pypi can see it and use commit specific links for screenshots from now on
parent
86b87308ab
commit
975f40c16f
|
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
AdminConfirmMixin is a mixin for ModelAdmin to add confirmations to change, add and actions.
|
AdminConfirmMixin is a mixin for ModelAdmin to add confirmations to change, add and actions.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
It can be configured to add a confirmation page on ModelAdmin upon:
|
It can be configured to add a confirmation page on ModelAdmin upon:
|
||||||
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 107 KiB |
5
setup.py
5
setup.py
|
|
@ -6,7 +6,7 @@ README = open(os.path.join(here, "README.md")).read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="django-admin-confirm",
|
name="django-admin-confirm",
|
||||||
version="0.2.dev1",
|
version="0.2.dev2",
|
||||||
packages=["admin_confirm"],
|
packages=["admin_confirm"],
|
||||||
description="Adds confirmation to Django Admin changes, additions and actions",
|
description="Adds confirmation to Django Admin changes, additions and actions",
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|
@ -19,4 +19,7 @@ setup(
|
||||||
"Django>=1.7",
|
"Django>=1.7",
|
||||||
],
|
],
|
||||||
python_requires=">=3",
|
python_requires=">=3",
|
||||||
|
project_urls={
|
||||||
|
"Release Notes": "https://github.com/TrangPham/django-admin-confirm/releases",
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue