Commit Graph

14 Commits

Author SHA1 Message Date
Tom Christie
2b59df004a reverse takes request as a kwarg for compatibility with django's reverse 2012-02-23 08:58:10 +00:00
Tom Christie
ca9465f11e reverse gets it's own module 2012-02-21 20:47:55 +00:00
Daniel Izquierdo
c7e7279d97 Update examples to use the new custom `reverse()'
This fixes #167 except for the docs
2012-02-21 22:51:32 +09:00
Tom Christie
07349597ab whitespace fixes 2011-12-29 13:31:12 +00:00
Marko Tibold
8cd7ab1422 typo 2011-12-12 22:20:09 +01:00
markotibold
8cab127c2a some restyling and updated requirements.txt for yaml support 2011-06-26 01:38:56 +02:00
markotibold
bae21b14c9 added a container view for the permissions example 2011-06-25 16:38:16 +02:00
markotibold
37db771cb9 added a permissions example with just a per-user-throttle which we may want to expand with some auth examples. 2011-06-20 01:10:25 +02:00
Tom Christie
370274f564 Allow views to return HttpResponses. Add initial() hook method 2011-05-24 10:27:24 +01:00
Tom Christie
1e04790d50 Fixing some of the last blocking issues 2011-05-16 14:11:36 +01:00
Tom Christie
15f9e7c566 refactoring resource specfic stuff into ResourceMixin - validators now defunct 2011-05-12 12:55:13 +01:00
Tom Christie
93aa065fa9 emitters -> renderers 2011-04-28 19:54:30 +01:00
Tom Christie
028851bfa1 Fix up tests and examples after refactoring 2011-04-27 18:07:28 +01:00
tom christie tom@tomchristie.com
805aa03ec1 Yowzers. Final big bunch of refactoring for 0.1 release. Now support Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test. All sorts of goodness. Getting ready to push this out now. 2011-02-19 10:26:27 +00:00