django-inline-actions icon indicating copy to clipboard operation
django-inline-actions copied to clipboard

Fixes #49, Handle custom admin pages

Open bdnettleton opened this issue 3 years ago • 1 comments

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 tests to check that the reverse url lookup works properly.

Description

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 tests to check that the reverse url lookup works properly.

Fixes #49

Checklist

  • [x] Tests covering the new functionality have been added
  • [x] Code builds clean without any errors or warnings
  • [x] Documentation has been updated. (no documentation changes)
  • [x] Changes have been added to the CHANGELOG.md
  • [x] You added yourself to the CONTRIBUTORS.md

bdnettleton avatar Sep 15 '22 22:09 bdnettleton

Can some maintainer kick off the workflow for this? I think the new tests should all pass but it's always nice to get some confirmation.

bdnettleton avatar Sep 22 '22 23:09 bdnettleton