aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2013-01-29Added @z4r. Thanks!Tom Christie
For ensuring `django-jsonfield` compatibility, via #629.
2013-01-28Added @swistakm, for docs fix #625. Thanks!Tom Christie
2013-01-28Update release notesTom Christie
2013-01-28Update release notes.Tom Christie
2013-01-28Added @wronglink, for docs fixes in #592. Thanks!Tom Christie
2013-01-28fix mistake in docsswistakm
2013-01-28Merge branch 'upstream_master' into docs_patch_methodMichael Elovskikh
Conflicts: docs/api-guide/authentication.md
2013-01-28Undo changes in browsable-api.md and browser-enhancements.mdMichael Elovskikh
2013-01-28Notes on upgrading and versioning. Fixes #620.Tom Christie
2013-01-28Drop unneccessary `source=` argument.Tom Christie
2013-01-28Added @mktums for docs fix in #621. Thanks!Tom Christie
2013-01-28And link to quickstart.Tom Christie
2013-01-28Revert comment.Tom Christie
2013-01-27Merge pull request #621 from mktums/patch-1Tom Christie
Update docs/tutorial/1-serialization.md
2013-01-28Note auto_now, auto_now_add behavior. Refs #622.Tom Christie
2013-01-28Tweak description of example throttle.Tom Christie
2013-01-28Example custom authentication. Fixes #301.Tom Christie
2013-01-28Example custom throttle. Fixes #300.Tom Christie
2013-01-28Example custome permission. Fixes #299.Tom Christie
2013-01-28Update docs/tutorial/1-serialization.mdMike TUMS
Update for tutorials (manual serialization) to support HTTP PATCH method (partial update of instance)
2013-01-27TypoTom Christie
2013-01-27Fix link to django docs.Tom Christie
2013-01-27AJAX, CSRF & CORS documentationTom Christie
2013-01-26Version 2.1.172.1.17Tom Christie
2013-01-26Fix pagination docsTom Christie
2013-01-26Added @guglielmo, for the tutorial fix in #614. Thanks!Tom Christie
2013-01-25Update docs/tutorial/4-authentication-and-permissions.mdGuglielmo
HTMLFormatter is in pygments.formatters.html
2013-01-24Add twitter follow button.Tom Christie
2013-01-24Tweak linking style.Tom Christie
2013-01-23Docs tweak based on user feedback.Tom Christie
2013-01-23Merge pull request #603 from minddust/validation_errorTom Christie
Add failed testcase for fieldvalidation + fix
2013-01-23Add validate_<fieldname> bugfix to release notesStephan Groß
2013-01-22Update release notes.Tom Christie
2013-01-22Add twitter share button to index page.Tom Christie
2013-01-22Merge branch 'master' into unauthenticated_responseTom Christie
Conflicts: docs/api-guide/authentication.md
2013-01-21WWW-Authenticate responsesTom Christie
2013-01-21Added @kevinastone, for work on extra test cases in #602. Thanks!Tom Christie
2013-01-20Add missing import to tutorial. Fixes #599 Tom Christie
2013-01-20Added @brutasse for docs fix #600. Thanks!Tom Christie
2013-01-20Fixed reference to authtoken in the docsBruno Renié
2013-01-19Update release notesTom Christie
2013-01-19Tweak imports in tutorial. Fixes #597.Tom Christie
2013-01-18Added @nemesisdesign, for documentation on Apache mod_wsgi setup. Thanks!Tom Christie
Refs #588.
2013-01-18Rephrasing.Tom Christie
2013-01-18Merge pull request #588 from nemesisdesign/patch-1Tom Christie
mod_wsgi specific documentation for WSGIPassAuthorization
2013-01-18Drop the curl notes. Unnecessary.Tom Christie
2013-01-18Note on setting ContentType. Fixes #589. Refs #586.Tom Christie
2013-01-18Update release notes.Tom Christie
2013-01-18Update docs to reference DabApps commercial supportTom Christie
2013-01-17Added PATCH HTTP method to the docsMichael Elovskikh