0c60f4936d DeleteView now supports the endpoint option (Adam Charnock)
1.2.1
===============================
6eeb9516eb Removing use of unicode_literals in pyramid-views as it causes problems with waitress (Adam Charnock)
1.2.0
===============================
eeb5a17fef Updating 'Differences from Django' section of docs (Adam Charnock) 4c74b00859 Adding partial_updates feature to UpdateView (Adam Charnock)
1.1.0
===============================
20a7d33957 Adding support for 'endpoint' parameter on form-based views (Adam Charnock)
1.0.8
===============================
7f04ff3e8c Giving self.model preference over the form's model class in ModelFormMixin (Adam Charnock) 9abaeaf9f4 TemplateView now has self.db_session available (Adam Charnock)