We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Attempting to delete an address associated with a person and not an account through django admin causes a 500 error
The offending code is in the address deletion handler, which does not check if an associated account exists.
/var/www/shakespeareandco/mep/people/models.py in address_delete, line 369
The text was updated successfully, but these errors were encountered:
this is no longer a problem, looks like the code change that fixed it was made five years ago
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Attempting to delete an address associated with a person and not an account through django admin causes a 500 error
The offending code is in the address deletion handler, which does not check if an associated account exists.
/var/www/shakespeareandco/mep/people/models.py in address_delete, line 369
The text was updated successfully, but these errors were encountered: