aboutsummaryrefslogtreecommitdiffstats
path: root/examples/modelresourceexample
AgeCommit message (Collapse)Author
2012-08-29Remove examples (to be moved to a seperate project)Tom Christie
2012-02-25Massive mergeTom Christie
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-05-19data flattening needs to go into resourceTom Christie
2011-05-16Fixing some of the last blocking issuesTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-04-27Fix up tests and examples after refactoringTom Christie
2011-03-06BlogPosts > 10 rotation implemenetedmarkotibold
Latest Modelresource example is broken. Required attribute should be set to form, not model. Is fixed.
2011-03-03./examples/modelresourceexample/models.pytom christie tom@tomchristie.com
2011-02-19Yowzers. Final big bunch of refactoring for 0.1 release. Now support ↵tom christie tom@tomchristie.com
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-01Added resourceexample, moved simpleexample to modelresourceexampletom christie tom@tomchristie.com