aboutsummaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
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
2011-03-20All should work fine now on jenkins. For some reason Tox with jenkins and env...markotibold
2011-03-20testing jenkinsmarkotibold
2011-03-19Adding examples to tox. Appears quite useful cause some example tests are br...markotibold
2011-03-11Refactoring and added another test for blog-posts. Finally got eclipse setup ...markotibold
2011-03-10markos pygments teststom christie tom@tomchristie.com
2011-03-09tests.py: the response needed json deserialization. I guess this is the defau...markotibold
2011-03-09fix #27tom christie tom@tomchristie.com
2011-03-09Test implemented for #28 Pygments examples should be datetime sortedmarkotibold
2011-03-08Implemented test for blog-post rotation.markotibold
2011-03-06BlogPosts > 10 rotation implemenetedmarkotibold
2011-03-03./examples/modelresourceexample/models.pytom christie tom@tomchristie.com
2011-02-19Fix kwargs in url conf to be more consistent, also fixes broken blog posts ex...tom christie tom@tomchristie.com
2011-02-19Fix status importtom christie tom@tomchristie.com