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

Exception when last action image was deleted #6

Closed
maubreville opened this issue Feb 4, 2020 · 1 comment
Closed

Exception when last action image was deleted #6

maubreville opened this issue Feb 4, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@maubreville
Copy link
Collaborator

When the image shown in last_action was deleted, it is no longer possible to use exact, since there is an error immediately after login:

django.urls.exceptions.NoReverseMatch: Reverse for 'team' with arguments '('',)' not found. 1 pattern(s) tried: ['users/team/(\d+)/$']

Most likely, the team of the image can no longer be looked up, which causes the error.

@maubreville maubreville added the bug Something isn't working label Feb 4, 2020
@ChristianMarzahl
Copy link
Collaborator

Fixed:

Cascade on delete was not set

eaa4c0e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants