Re: ANN: Django REST framework 2 released.

2012-10-30 Thread Nikolas Stevenson-Molnar
+1

On 10/30/2012 9:55 AM, Mário Neto wrote:
> Amazing! Good work! :)
>
> 2012/10/30 Tom Christie  >
>
> 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.
>
> The full announcement & documentation is available here:
> http://django-rest-framework.org/topics/rest-framework-2-announcement.html
>
> Thank you to everyone who's contributed to the project and helped
> make this happen,
>
>   Tom
>
> NB. There's also a post on http://hackerne.ws/ if anyone fancies
> up-voting!
>
>
> -- 
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/6Sm-297NsbgJ.
> To post to this group, send email to django-users@googlegroups.com
> .
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
>
>
> -- 
> Att. *Mário Araújo Chaves Neto*
> /Programmer, Designer and U.I. Engineer/
> /*
> */
> /*MBA in Design Digital*/- 2008 - FIC
> /*Analysis and Systems Development*/ - 2011 - Estácio
> /*D*/*/esign and Implementation of Internet Environments/* - 2003 - FIC
>
> -- 
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: ANN: Django REST framework 2 released.

2012-10-30 Thread Mário Neto
Amazing! Good work! :)

2012/10/30 Tom Christie 

> 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.
>
> The full announcement & documentation is available here:
> http://django-rest-framework.org/topics/rest-framework-2-announcement.html
>
> Thank you to everyone who's contributed to the project and helped make
> this happen,
>
>   Tom
>
> NB. There's also a post on http://hackerne.ws/ if anyone fancies
> up-voting!
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/6Sm-297NsbgJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Att. *Mário Araújo Chaves Neto*
*Programmer, Designer and U.I. Engineer*
*
*
*MBA in Design Digital* - 2008 - FIC
*Analysis and Systems Development* - 2011 - Estácio
*D**esign and Implementation of Internet Environments* - 2003 - FIC

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



ANN: Django REST framework 2 released.

2012-10-30 Thread Tom Christie
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.

The full announcement & documentation is available here: 
http://django-rest-framework.org/topics/rest-framework-2-announcement.html

Thank you to everyone who's contributed to the project and helped make this 
happen,

  Tom

NB. There's also a post on http://hackerne.ws/ if anyone fancies up-voting!


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/6Sm-297NsbgJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.