Closed mparent61 closed 8 years ago
@collin Updated Firebase updatedAt
to use ISO date string (same as the "if_modified_since" param)
@benghaziboy @MichaelButkovic @collin
Ready for review
LGTM
https://github.com/theonion/django-bulbs/blob/master/bulbs/liveblog/filters.py#L21
If we're going to be passing this value straight through, should that be gte
? so we'll match the most recent update.
return queryset.filter(published__gt=when)
@collin and I discussed a new solution (going to remove this JSON endpoint and add an HTML partial endpoint instead). I'll make a new PR
Building up list of minor LiveBlog improvements
LiveBlogResponse
default ordering