C14L / dtr5

Meetup app for Reddit users based on subreddit subscriptions.
https://reddmeet.com
12 stars 2 forks source link

bug err 500 when viewing a profile page that has its reddit account creation time set to None #85

Closed C14L closed 8 years ago

C14L commented 8 years ago

File "..../dtr5/dtr5app/views.py", line 538, in profile_view ctx = {'show_created': view_user.profile.created > date(1970, 1, 1), TypeError: unorderable types: NoneType() > datetime.date()