Move the screenshot back so pypi can see it and use commit specific links for screenshots from now on
This commit is contained in:
@@ -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 |
@@ -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",
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user