Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin Panel - User Password Change Form ERROR Fix #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 20, 2019

  1. Update items.py

    jerinisready authored Feb 20, 2019
    Configuration menu
    Copy the full SHA
    3255801 View commit details
    Browse the repository at this point in the history
  2. Admin Panel - User Password Change Form Fix

    ReturnToSiteItem.get_edited_object(request) [Line 115 - 121] 
    On Django 2.0+ , resolvermatch.kwargs get object pk either as 'id' in some cases ('user password change form') or as 'object_id' in other cases (usually). for backward compatability for Django's previous versions, id is taken from args.
    jerinisready authored Feb 20, 2019
    Configuration menu
    Copy the full SHA
    4fd012b View commit details
    Browse the repository at this point in the history