aboutsummaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Collapse)Author
2012-02-07Use app for Django 1.2Tom Christie
2012-02-07In examples settings, use staticfiles for 1.2, django.contrib.staticfiles ↵Tom Christie
otherwise
2012-01-28Use `staticfiles` for serving css. Fixes #116.Tom Christie
2012-01-27fixes #146Marko Tibold
rest.ep.io now runs tip.
2012-01-24Cleanup authentication exampleTom Christie
2012-01-21Fix .delete on object store example.Tom Christie
2012-01-04#75 remove except statements which are overly broad in the exception they catchCraig Blaszczyk
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
example project is still missing though
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
with permissions.
2011-06-20added a `permissions` example with just a per-user-throttle which we may ↵markotibold
want to expand with some auth examples.
2011-06-20added a `permissions` example with just a per-user-throttle which we may ↵markotibold
want to expand with some auth examples.
2011-06-20added a `permissions` example with just a per-user-throttle which we may ↵markotibold
want to expand with some auth examples.
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
--HG-- rename : djangorestframework/tests/resources.py => djangorestframework/tests/serializer.py
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
--HG-- rename : docs/examples/modelresources.rst => docs/examples/modelviews.rst rename : docs/examples/resources.rst => docs/examples/views.rst
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 ↵markotibold
coverage is also implemented for the examples. Because Jenkins looks for a coverage.xml file for all defeined projects in tox.ini we need it to pass the tests.
2011-04-27The test was bad. It expected 11 snippets while the view made sure (as ↵markotibold
designed) that there would not be more than 10 snippets stored on disk.
2011-04-27reverse on a a sorted list which was laerady reversed is rather pointless :)markotibold