aboutsummaryrefslogtreecommitdiffstats
path: root/examples/blogpost/models.py
AgeCommit message (Collapse)Author
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-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-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