Skip to content

Commit

Permalink
Move the screenshot back so pypi can see it and use commit specific l…
Browse files Browse the repository at this point in the history
…inks for screenshots from now on
  • Loading branch information
Thu Trang Pham committed Nov 30, 2020
1 parent 86b8730 commit 975f40c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

AdminConfirmMixin is a mixin for ModelAdmin to add confirmations to change, add and actions.

![Screenshot of Change Confirmation Page](https://raw.githubusercontent.com/TrangPham/django-admin-confirm/main/screenshot_confirm_change.png)
![Screenshot of Change Confirmation Page](https://raw.githubusercontent.com/TrangPham/django-admin-confirm/32192d3988a9bd44c734a66baff91f02dd28136b/screenshot.png)

![Screenshot of Action Confirmation Page](https://raw.githubusercontent.com/TrangPham/django-admin-confirm/main/screenshot_confirm_action.png)
![Screenshot of Action Confirmation Page](https://raw.githubusercontent.com/TrangPham/django-admin-confirm/264900a21658cc979dd2026038db73f8a1b73c64/screenshot_confirm_action.png)

It can be configured to add a confirmation page on ModelAdmin upon:

Expand Down
File renamed without changes
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="django-admin-confirm",
version="0.2.dev1",
version="0.2.dev2",
packages=["admin_confirm"],
description="Adds confirmation to Django Admin changes, additions and actions",
long_description_content_type="text/markdown",
Expand All @@ -19,4 +19,7 @@
"Django>=1.7",
],
python_requires=">=3",
project_urls={
"Release Notes": "https://github.com/TrangPham/django-admin-confirm/releases",
},
)

0 comments on commit 975f40c

Please sign in to comment.