aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-01-28Example custome permission. Fixes #299.Tom Christie
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-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
2013-01-20Add missing import to tutorial. Fixes #599 Tom Christie
2013-01-20Added @brutasse for docs fix #600. Thanks!Tom Christie
2013-01-20Merge pull request #600 from brutasse/fix/authtoken-docsTom Christie
2013-01-20Fixed reference to authtoken in the docsBruno Renié
2013-01-19Include kwargs in included URLsTom Christie
2013-01-19Drop print statementTom Christie
2013-01-19Update release notesTom Christie
2013-01-19`format_suffix_patterns` now support `include`-style nested URL patterns. Fix...Tom Christie
2013-01-19Raise assertion errors if @api_view decorator is applied incorrectly. Fixes #...Tom Christie
2013-01-19Tweak imports in tutorial. Fixes #597.Tom Christie
2013-01-19Drop unneeded testTom Christie
2013-01-18Added @nemesisdesign, for documentation on Apache mod_wsgi setup. Thanks!Tom Christie
2013-01-18Rephrasing.Tom Christie
2013-01-18Merge pull request #588 from nemesisdesign/patch-1Tom Christie
2013-01-18Drop the curl notes. Unnecessary.Tom Christie