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

Event detail issue #63

Closed
wants to merge 7 commits into from
Closed

Event detail issue #63

wants to merge 7 commits into from

Conversation

omkarvijay5
Copy link
Member

get_object in event detail view was not returning event object. Because of this rsvp ajax was not working, fixed it



def get_rsvp_yes_events(user):
rsvp_yes_events = user.attendee_set.filter(rsvp_status='yes')
Copy link
Member

Choose a reason for hiding this comment

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

@omkarvijay5 A better name for this could be rsvp_yes_attendees because with this query you are getting Attendee queryset.

@akshar-raaj akshar-raaj closed this Oct 6, 2014
@omkarvijay5 omkarvijay5 deleted the event_detail_issue branch October 6, 2014 09:13
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.

None yet

2 participants