Hi all,
I'm incredibly pleased to announce the release of Django REST framework 2.
REST framework 2 is a comprehensive reworking of the original project.
Because this is a major re-design, rather than an incremental release, we've skipped 1.x entirely, and called this version 2.
Some of the things it includes:
* A completely redesigned, and really-rather-nice serialization API that mirrors Django's Forms/ModelForms
* Ties in cleanly and simply with Django's class-based-views.
* Virtually every aspect of the design has been worked on - the end result is beautifully decoupled and simple.
* The (seriously awesome) browsable API gets a snazzy, fresh, new theme.
* The documentation has had a ton of love, is now built from markdown source and gets a custom bootstrap style.
It has been an absolutely *huge* amount of work to get this over the line.
I'm very proud indeed of the result, and I'd love it if you'd take a look.
Thank you to everyone who's contributed to the project and helped make this happen,
Tom