aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
(Test also incoming)
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
Update docs/tutorial/4-authentication-and-permissions.md
2013-01-25Update docs/tutorial/4-authentication-and-permissions.mdGuglielmo
HTMLFormatter is in pygments.formatters.html
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
Add failed testcase for fieldvalidation + fix
2013-01-23Pass PaginationSerializer context through to child ModelSerializer on init. ↵Tom Christie
Fixes #595. Fixes #552.
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
Unauthenticated requests - 401 vs 403 responses
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-21Merge pull request #602 from kevinastone/masterTom Christie
TestCase for `format_suffix_patterns`
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
case class. Signed-off-by: Kevin Stone <kevinastone@gmail.com>
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 ↵Kevin Stone
with issue #593. Signed-off-by: Kevin Stone <kevinastone@gmail.com>
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
Fixed reference to authtoken in the docs
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. ↵Tom Christie
Fixes #593
2013-01-19Raise assertion errors if @api_view decorator is applied incorrectly. Fixes ↵Tom Christie
#596.
2013-01-19Tweak imports in tutorial. Fixes #597.Tom Christie
2013-01-19Drop unneeded testTom Christie
2013-01-18Starting migration from ManyField to Field(many=True)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