index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
pygments_api
/
views.py
Age
Commit message (
Collapse
)
Author
2012-08-29
Remove examples (to be moved to a seperate project)
Tom Christie
2012-02-25
Massive merge
Tom Christie
2012-02-21
Merge master into develop
Tom Christie
2012-02-21
Merging master into develop
Tom Christie
2012-02-14
fixed examples, corrected small bugs in the process
Sébastien Piquemal
2012-02-10
attempt at fixing the examples
Sébastien Piquemal
2012-02-07
modified examples, somethin' still broken, can't find what
Sébastien Piquemal
2011-12-30
Fixup for epio
Tom Christie
2011-12-29
whitespace fixes
Tom Christie
2011-06-15
Allow related models to be fully serialized
Tom Christie
2011-05-24
Allow views to return HttpResponses. Add initial() hook method
Tom Christie
2011-05-16
Fixing some of the last blocking issues
Tom Christie
2011-05-02
emitters -> renderers
Tom Christie
2011-04-28
emitters -> renderers
Tom Christie
2011-04-27
Pulling marko's test fixes
Tom Christie
2011-04-27
Fix up tests and examples after refactoring
Tom Christie
2011-04-27
reverse on a a sorted list which was laerady reversed is rather pointless :)
markotibold
2011-03-22
Fix some examples
Tom Christie
2011-03-09
tests.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-02-19
Fix status import
tom christie tom@tomchristie.com
2011-02-19
Yowzers. 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-30
Rename to django-rest-framework, get simpleexample working
tom christie tom@tomchristie.com
2011-01-30
Minor changes to examples and docs
tom christie tom@tomchristie.com
2011-01-30
Lots of docs, trying to tidy up examples...
tom christie tom@tomchristie.com
2011-01-28
Minor bit of tidy up (all the stuff I noticed when demoing to francis)
Tom Christie
2011-01-28
Minor fixups on pygments example
Tom Christie
2011-01-26
Added pygments_api example
tom christie tom@tomchristie.com