aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-01-04Added @natim, @mjumbewu - Thanks :)0.3.1Tom Christie
2012-01-04Version 0.3.1Tom Christie
2012-01-04Merge pull request #108 from mjumbewu/patch-1Tom Christie
Only set the script_prefix if the prefix isn't already a full URL.
2012-01-04Only set the script_prefix if the prefix isn't already a full URL.Mjumbe Poe
2012-01-02Merge remote-tracking branch 'upstream/master'Marko Tibold
2012-01-02minor style editsMarko Tibold
2012-01-02Add 1.4Tom Christie
2012-01-02Add 1.4.Tom Christie
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-02:mod: directive is nicer hereMarko Tibold
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.