aboutsummaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Collapse)Author
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
2011-04-27Omitting all the superfluous tests. Later on we might want a nicer way to ↵markotibold
specify which apps to test, because they are now hardcoded in runtests.py. (Listdir doesn't do the trick, tried that already :-) )
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-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 ↵markotibold
env names of the form platform-djangoversion-examples results in an OSError Permission denied. No clue why.
2011-03-20testing jenkinsmarkotibold
2011-03-19Adding examples to tox. Appears quite useful cause some example tests are ↵markotibold
broken.
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-10markos pygments teststom christie tom@tomchristie.com
2011-03-09tests.py: the response needed json deserialization. I guess this is the ↵markotibold
default serialization for responses. views.py: Implements #28 Pygments examples should be datetime sorted
2011-03-09fix #27tom christie tom@tomchristie.com
2011-03-09Test implemented for #28 Pygments examples should be datetime sortedmarkotibold
models.py is needed if we want to put tests in tests.py (see first line of models.py)
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-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 ↵tom christie tom@tomchristie.com
example (every blog post showed all comments)
2011-02-19Fix status importtom christie tom@tomchristie.com
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-02-06Missing importtom christie tom@tomchristie.com
2011-02-01Updated resourceexample with seperate form.pytom christie tom@tomchristie.com
2011-02-01Added resourceexample, moved simpleexample to modelresourceexampletom christie tom@tomchristie.com
2011-02-01Tests for MSIE accept header mungingtom christie tom@tomchristie.com
2011-01-31Going livetom christie tom@tomchristie.com
2011-01-30Rename to django-rest-framework, get simpleexample workingtom christie tom@tomchristie.com
2011-01-30Minor changes to examples and docstom christie tom@tomchristie.com
2011-01-30Lots of docs, trying to tidy up examples...tom christie tom@tomchristie.com
2011-01-28Minor bit of tidy up (all the stuff I noticed when demoing to francis)Tom Christie
2011-01-28Minor fixups on pygments exampleTom Christie
2011-01-27Login/Logout and FlyWheel API link in HTML emitter - Add templates, quote ↵tom christie tom@tomchristie.com
next value, only use login/logout if settings.LOGIN_URL and settings.LOGOUT_URL are in urlconf
2011-01-27Login/Logout and FlyWheel API link in HTML emittertom christie tom@tomchristie.com
2011-01-26Fix broken mergetom christie tom@tomchristie.com
2011-01-26content type tunnelingtom christie tom@tomchristie.com
2011-01-26Content Type tunnelingtom christie tom@tomchristie.com
2011-01-26Added pygments_api exampletom christie tom@tomchristie.com
2011-01-23Sphinx docs, examples, lots of refactoringtom christie tom@tomchristie.com