aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-01-02Rename examples in tox.Tom Christie
2012-01-02Rename examples in tox.Tom Christie
2012-01-02Drop mercurial reference.Tom Christie
2012-01-02Added an example of how to use authentication and throttling.Marko Tibold
2012-01-02Add an extra explenation on how to use curl on this view.Marko Tibold
2011-12-30Colouring of literal codeMarko Tibold
Get the nice colouring sphinx provides and fix some more typos.
2011-12-30typosMarko Tibold
2011-12-30Added a simple example of how to use urllib and urllib2 to interactMarko Tibold
with an api.
2011-12-30And add RequestContext tooTom Christie
2011-12-30Fixes #102Tom Christie
2011-12-30Fixup for epioTom Christie
2011-12-30Merge remote-tracking branch 'upstream/master'Marko Tibold
2011-12-30Merge remote-tracking branch 'upstream/master'Marko Tibold
2011-12-30Added @yandy. Thanks!Tom Christie
2011-12-30ep.io fixesTom Christie
2011-12-30Replace field-errors with field_errorsTom Christie
2011-12-30Merge pull request #101 from yandy/pubTom Christie
change the key name "field-errors" to "field_errors".
2011-12-30Merge remote-tracking branch 'origin/master'Marko Tibold
2011-12-30Merge remote-tracking branch 'upstream/master'Marko Tibold
2011-12-30some more refactoring and some style enhancements. Just committingMarko Tibold
to stay in sync.
2011-12-30drop linkcheckingMarko Tibold
2011-12-30change the key name "field-errors" to "field_errors".Michael Ding
as "-" is not allowed as a part of key name in javascript
2011-12-30Keep it simple.Tom Christie
2011-12-30Added django 1.4 aplha 1. Marko Tibold
2011-12-30Use 2.7, fool.Tom Christie
2011-12-30Merge remote-tracking branch 'upstream/master'Marko Tibold
2011-12-30Some initial refactoring of the docs.Marko Tibold
2011-12-29Version: 0.3.1-devTom Christie
2011-12-29Version 0.3.00.3.0Tom Christie
2011-12-29For now just point the examples at rest.ep.ioTom Christie
Would be nice to keep the custom subdomain, but too much of a PITA right now.
2011-12-29Added ekohlTom Christie
2011-12-29whitespace fixesTom Christie
2011-12-29Add JSONP. Fixes #82Tom Christie
2011-12-24Added epio configuration.Marko Tibold
2011-12-22Add CI link.Tom Christie
2011-12-21set linkcheck_timeout to very large, to prevent timeouts on the CI.Marko Tibold
2011-12-21Fix version test.Tom Christie
2011-12-21Fix style consistency.Marko Tibold
2011-12-21Make sure the optional markdown functionality is also tested.Marko Tibold
2011-12-21Merge branch 'alazaro-master'Marko Tibold
2011-12-21Fixes #94Marko Tibold
Modified alazaro's commit sot that both markdown < 2.1 and >= 2.1 are supported The test checks if either matches the old or the new style.
2011-12-20Added Anthony NemitzTom Christie
2011-12-20Merge pull request #97 from anemitz/masterTom Christie
ADMIN_MEDIA_PREFIX no longer supported in django1.4
2011-12-19ADMIN_MEDIA_PREFIX is deprecated in django1.4Anthony Nemitz
2011-12-16Fold license text to 80 charsTom Christie
2011-12-15Merge branch 'master' of https://github.com/alazaro/django-rest-framework ↵Marko Tibold
into alazaro-master
2011-12-15Merge remote-tracking branch 'upstream/master'Marko Tibold
2011-12-15Use coverage>=3.4, since that's what we've got in tox.ini at the moment. ↵Tom Christie
Refs #96
2011-12-15Update requirements. Refs #96Tom Christie
2011-12-15Merge remote-tracking branch 'upstream/master'Marko Tibold