Skip to content

Conversation

mdehsan873
Copy link

No description provided.

@marksweb
Copy link
Collaborator

If you add "fixes #901" to your description, it'll link up to the issue and automatically close it if this is merged.

"form_obj": form_obj,
},
)
except IntegrityError:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although this fixes the issue, it assumes that any IntegrityError is caused by this issue. Now this may be true at the moment, but things may change. So we could merge this and catch this issue at this point.

There is some validation on the form that appears to be trying to check against this same constraint, and that is where I'd prefer the fix to go; https://github.com/DjangoGirls/djangogirls/blob/main/applications/forms.py#L40

@mdehsan873 mdehsan873 requested a review from marksweb February 28, 2024 04:12
@marksweb marksweb changed the title fixed the issue ##901 fixed the issue #901 Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants