aboutsummaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2012-01-02Add an extra explenation on how to use curl on this view.Marko Tibold
2011-12-30Fixup for epioTom Christie
2011-12-30ep.io fixesTom Christie
2011-12-29whitespace fixesTom Christie
2011-12-24Added epio configuration.Marko Tibold
2011-12-12typoMarko Tibold
2011-12-12now really drop the yaml fileMarko Tibold
2011-12-12drop yaml fixture and replace with jsonMarko Tibold
2011-07-01pull in markos changes, minor tweaks to yaml stuffTom Christie
2011-06-28Pull in David's initial oauth testsTom Christie
2011-06-26moved from examples/requirements.txt to main requirements.txtmarkotibold
2011-06-26some restyling and updated requirements.txt for yaml supportmarkotibold
2011-06-25Adding tests for OAuth authentication through django-oauth-plus, a dedicated ...David Larlet
2011-06-25added a container view for the permissions examplemarkotibold
2011-06-25Added a fixture so that the users default have a user to login with and play ...markotibold
2011-06-20added a `permissions` example with just a per-user-throttle which we may want...markotibold
2011-06-20added a `permissions` example with just a per-user-throttle which we may want...markotibold
2011-06-20added a `permissions` example with just a per-user-throttle which we may want...markotibold
2011-06-15update some examplesTom Christie
2011-06-15Allow related models to be fully serializedTom Christie
2011-06-14Support for nesting resources etc...Tom Christie
2011-06-09fixed the blogpost-testsmarkotibold
2011-06-08Fix example testsTom Christie
2011-06-07Ug. Remove crazy tests from blogposts exampleTom Christie
2011-06-07Fix broken url naming in examplesTom Christie
2011-06-02More updating docs for 0.2Tom Christie
2011-05-24Allow views to return HttpResponses. Add initial() hook methodTom Christie
2011-05-23name and descriptionTom Christie
2011-05-19data flattening needs to go into resourceTom Christie
2011-05-16blogpost/views no longer neededTom Christie
2011-05-16Fixing some of the last blocking issuesTom Christie
2011-05-12refactoring resource specfic stuff into ResourceMixin - validators now defunctTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-05-02emitters -> renderersTom Christie
2011-04-28emitters -> renderersTom Christie
2011-04-27Fix up ModelResource issuesTom Christie
2011-04-27Urg. Fixing broken mergeTom Christie
2011-04-27Pulling marko's test fixesTom Christie
2011-04-27Merge previous checkinsTom Christie
2011-04-27Fix up tests and examples after refactoringTom Christie
2011-04-27Stole some code from djangorestframework/runtests/runcoverage.py so that cove...markotibold
2011-04-27The test was bad. It expected 11 snippets while the view made sure (as design...markotibold
2011-04-27reverse on a a sorted list which was laerady reversed is rather pointless :)markotibold
2011-04-27Omitting all the superfluous tests. Later on we might want a nicer way to spe...markotibold
2011-04-26Fixes #35 - Import json from django's built-in package (Does cleverness in de...tom christie tom@tomchristie.com
2011-04-25Fix some compat issues with json/simplejsonTom Christie
2011-03-30Only use xmlrunner if running under hudsontom christie tom@tomchristie.com
2011-03-22Fix some examplesTom Christie
2011-03-20fixing compat with py25markotibold
2011-03-20fix compat with python 2.5markotibold