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

17.0 mig website event attendee signup #7

Merged

Conversation

Medeeet
Copy link
Contributor

@Medeeet Medeeet commented Oct 10, 2024

No description provided.

Co-authored-By: Ivan Yelizariev <[email protected]>
Co-authored-By: Artem Rafailov <[email protected]>
Co-authored-By: Eugene Molotov <[email protected]>
Co-authored-By: Victor Bykov <[email protected]>
Copy link
Member

@em230418 em230418 left a comment

Choose a reason for hiding this comment

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

Изменения, где убираем параметр в super, и смену версии должны быть в рамках коммита pre-commit auto fixes, которые уже тут есть.

Comment on lines 9 to 10
res = super().create(vals)
res = super().create(vals)

Copy link
Member

Choose a reason for hiding this comment

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

Два раза будут создаваться записи, когда надо один. Не годится.

Comment on lines 9 to 10
super().setUp()
super().setUp()
Copy link
Member

Choose a reason for hiding this comment

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

Зачем тут два раза вызывать setUp?

@Medeeet Medeeet force-pushed the 17.0-mig-website_event_attendee_signup branch 2 times, most recently from 091cc30 to 1954813 Compare October 18, 2024 11:06
Comment on lines 8 to 10
def create(self, vals):
res = super().create(vals)
res = super().create(vals)
Copy link
Member

Choose a reason for hiding this comment

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

Тут два раза создаем записи регистраций. Это неправильно.

Comment on lines 8 to 10
def setUp(self):
super().setUp()
super().setUp()
Copy link
Member

Choose a reason for hiding this comment

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

Зачем тут два раза вызывать setUp?

@Medeeet Medeeet force-pushed the 17.0-mig-website_event_attendee_signup branch from d752e38 to 55a6589 Compare October 24, 2024 17:43
@em230418 em230418 merged commit f9c4855 into it-projects-llc:17.0 Oct 25, 2024
4 checks passed
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.

3 participants