pythonindia / junction

Junction is a software to manage proposals, reviews, schedule, feedback during conference.
MIT License
192 stars 185 forks source link

Bug: Fix issue related to Proposal End Date #782

Closed ananyo2012 closed 1 year ago

ananyo2012 commented 1 year ago

Fixes #781

datetime.now() is used instead of now() since it returns output in timezone specified in django settings

__gte filter used instead of __gt for end date comparison