-
Notifications
You must be signed in to change notification settings - Fork 39
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
V2.0 url refactor #332
base: v2.0
Are you sure you want to change the base?
V2.0 url refactor #332
Conversation
Codecov Report
@@ Coverage Diff @@
## v2.0 #332 +/- ##
==========================================
- Coverage 88.69% 88.61% -0.09%
==========================================
Files 31 31
Lines 1318 1326 +8
==========================================
+ Hits 1169 1175 +6
- Misses 149 151 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but otherwise LGTM
exclude = [] | ||
all_ticket_types = TicketType.objects.filter(event__slug=slug, accessibility=TicketType.PUBLIC) | ||
|
||
for ticket_type in all_ticket_types: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines are an ideal candidate for list comprehension.
No description provided.