Change-log for pyramid-views.

This file will be added to as part of each release

----

Version 1.2.1, Wed 11 Jun 2014
===============================

6eeb9516eb	Removing use of unicode_literals in pyramid-views as it causes problems with waitress (Adam Charnock)


Version 1.2.0, Tue 10 Jun 2014
===============================

eeb5a17fef	Updating 'Differences from Django' section of docs (Adam Charnock)
4c74b00859	Adding partial_updates feature to UpdateView (Adam Charnock)


Version 1.1.0, Mon 09 Jun 2014
===============================

20a7d33957	Adding support for 'endpoint' parameter on form-based views (Adam Charnock)


Version 1.0.8, Mon 02 Jun 2014
===============================

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)


Version 1.0.7, Wed 21 May 2014
===============================



Version 1.0.6, Wed 21 May 2014
===============================

4cd5b19580	Simplifying and fixing db session handling (Adam Charnock)


Version 1.0.5, Tue 20 May 2014
===============================

8f74887407	Fixing error in session setup in configure_views() (Adam Charnock)


Version 1.0.4, Fri 16 May 2014
===============================

304c4676d1	Adding a save hook on the ModelFormMixin (Adam Charnock)


Version 1.0.3, Wed 16 Apr 2014
===============================

8ad625d1a2	Fixing inheritance of MacroMixin (Adam Charnock)


Version 1.0.2, Tue 15 Apr 2014
===============================

e8330f7262	configure_views() will now accept an instantiated session (Adam Charnock)


Version 1.0.1, Tue 15 Apr 2014
===============================

1cd3094bc0	Removing get_db_session(). The current session should now always be avilable via self.db_session (Adam Charnock)


Version 1.0.0, Fri 28 Mar 2014
===============================

2fb382d300	Finishing API docs (Adam Charnock)
15f99faf3e	Work on docs (Adam Charnock)
4b5add7a55	Work on docs (Adam Charnock)
ee2ba546a0	Work on API docs (Adam Charnock)
ca8c74b727	Fixing naming inconsistancies (Adam Charnock)
6052117d28	Work on docs (Adam Charnock)
e3ba322f9a	Adding pip to requirements (Adam Charnock)
45c2d8d9c4	Work on docs (Adam Charnock)
9d537e44fd	Fixing tests (Adam Charnock)
4ca74fdc81	Adding initial docs (Adam Charnock)
c2d8080228	Adding macro support and finishing up example project (Adam Charnock)
eeec3f24fa	Fixes to session handling and configuration (Adam Charnock)
eba740be33	Fixing tests - setting template_extension to .html (Adam Charnock)
469284756f	udpating gitignore (Adam Charnock)
1e0f518e64	Adding django fork info (Adam Charnock)
477baa0802	Adding get_template_package() (Adam Charnock)
9bc9b7554b	Providing access to classes via pyramid_views.views (Adam Charnock)
f8cbb8cc0d	Correcting how template packages are determined (Adam Charnock)
c6ac4bdc74	template file extension now configurable (Adam Charnock)
a917c55094	template file extension now configurable (Adam Charnock)
d91adcec96	Work on example project (Adam Charnock)


Version 0.1.0 (first version), Wed 26 Mar 2014
===============================================


