aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-01-28Merge pull request #592 from wronglink/docs_patch_methodTom Christie
2013-01-28Merge branch 'upstream_master' into docs_patch_methodMichael Elovskikh
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
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
2013-01-27TypoTom Christie
2013-01-27Fix link to django docs.Tom Christie
2013-01-27AJAX, CSRF & CORS documentationTom Christie
2013-01-26Merge branch 'master' into many-fieldsTom Christie
2013-01-26Version 2.1.172.1.17Tom Christie
2013-01-26Test for custom pagination serializers. Also refs #604.Tom Christie
2013-01-26Fix issues with custom pagination serializersTom Christie
2013-01-26Serializers should accept source='*' argument. Fixes #604.Tom Christie
2013-01-26Fix pagination docsTom Christie
2013-01-26Added @guglielmo, for the tutorial fix in #614. Thanks!Tom Christie
2013-01-26Merge pull request #614 from guglielmo/patch-1Tom Christie
2013-01-25Update docs/tutorial/4-authentication-and-permissions.mdGuglielmo
2013-01-25Test for GFK, using RelatedField. Refs #607.Tom Christie
2013-01-25Cleaning up GFK test module. Refs #607.Tom Christie
2013-01-24Add twitter follow button.Tom Christie
2013-01-24Tweak linking style.Tom Christie
2013-01-24Test for #552.Tom Christie
2013-01-23Docs tweak based on user feedback.Tom Christie
2013-01-23Merge pull request #603 from minddust/validation_errorTom Christie
2013-01-23Pass PaginationSerializer context through to child ModelSerializer on init. ...Tom Christie
2013-01-23Add validate_<fieldname> bugfix to release notesStephan Groß
2013-01-23Improve validate_<fieldname> fixStephan Groß
2013-01-23Add separate test for failed custom validationStephan Groß
2013-01-22Update release notes.Tom Christie
2013-01-22Add twitter share button to index page.Tom Christie
2013-01-22Merge pull request #416 from tomchristie/unauthenticated_responseTom Christie
2013-01-22Merge branch 'master' into unauthenticated_responseTom Christie
2013-01-21WWW-Authenticate responsesTom Christie
2013-01-21Added @kevinastone, for work on extra test cases in #602. Thanks!Tom Christie
2013-01-21Merge pull request #602 from kevinastone/masterTom Christie
2013-01-21Don't do an inverted if test.Tom Christie
2013-01-21Tweaked some method names to be more clear and added a docstring to the test ...Kevin Stone
2013-01-21Add possible solution for field validation errorStephan Groß
2013-01-21Add failed testcase for fieldvalidationStephan Groß
2013-01-20Added test case for format_suffix_patterns to validate changes introduced wit...Kevin Stone