aboutsummaryrefslogtreecommitdiffstats
path: root/examples/blogpost
AgeCommit message (Collapse)Author
2011-12-29whitespace fixesTom 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-06-09fixed the blogpost-testsmarkotibold
2011-06-08Fix example testsTom Christie
2011-06-07Ug. Remove crazy tests from blogposts exampleTom Christie
2011-05-23name and descriptionTom Christie
2011-05-16blogpost/views no longer neededTom Christie
2011-05-16Fixing some of the last blocking issuesTom Christie
2011-05-02emitters -> renderersTom Christie
2011-04-27Fix up ModelResource issuesTom Christie
2011-04-27Urg. Fixing broken mergeTom Christie
2011-04-27Merge previous checkinsTom Christie
2011-04-27Fix up tests and examples after refactoringTom Christie
2011-04-26Fixes #35 - Import json from django's built-in package (Does cleverness in ↵tom christie tom@tomchristie.com
determing best lib to use)
2011-04-25Fix some compat issues with json/simplejsonTom Christie
2011-03-20fixing compat with py25markotibold
2011-03-11Refactoring and added another test for blog-posts. Finally got eclipse setup ↵markotibold
properly with virtualenvs (code analysis). Also I think I get Bitbuckets workflow now.
2011-03-08Implemented test for blog-post rotation.markotibold
Had to turn off existing tests inside tests.py because they seem broken:(
2011-03-06BlogPosts > 10 rotation implemenetedmarkotibold
Latest Modelresource example is broken. Required attribute should be set to form, not model. Is fixed.
2011-02-19Fix kwargs in url conf to be more consistent, also fixes broken blog posts ↵tom christie tom@tomchristie.com
example (every blog post showed all comments)
2011-02-19Move status codes into seperate moduletom 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-01-30Rename to django-rest-framework, get simpleexample workingtom christie tom@tomchristie.com
2011-01-30Lots of docs, trying to tidy up examples...tom christie tom@tomchristie.com
2011-01-23Sphinx docs, examples, lots of refactoringtom christie tom@tomchristie.com