Results 3 issues of Rodney Folz

A template that uses the `{% verbatim %}` template tag as `- verbatim` raises a TemplateSyntaxError: "Unclosed tag 'verbatim'. Looking for one of: endverbatim." Sample template that fails: ``` -...

Right now, Periods return all persisted Occurrences, even if they're outside the time frame of the period: ``` def get_persisted_occurrences(self): if hasattr(self, '_persisted_occurrenes'): return self._persisted_occurrences else: self._persisted_occurrences = Occurrence.objects.filter(event__in=self.events) return...

Hey @ericls, mind dropping a comment explaining the two changes you made? Happy to merge your changes into Bento, but was curious about the `to_existing_atom` -> `to_atom` change especially since...