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

fixed the issue #901 #908

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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

@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