aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-12-15Update docs/howto/setup.rstMarko Tibold
2011-12-15reduced output to errors and warnings onlyMarko Tibold
2011-12-15Don't output html to a tempdir, but keep them.Marko Tibold
2011-12-15see previous commit message.Marko Tibold
2011-12-15Adding a docs env to the tox project.Marko Tibold
This will run the linkcheck and build the html docs, turning any warnings into errors. Also changed the theme to sphinx-doc and added version to be displayed in the docs.
2011-12-14Fixed test broken by markdown updatealazaro
Removed unused code. No longer needed with markdown 2.1.0.
2011-12-14CSRF for non-dict like .DATA. Fixes #85Tom Christie
2011-12-14More general requirements.Tom Christie
2011-12-14Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if ↵Tom Christie
session authentication is being used
2011-12-14Ensure that external projects do not need to add 'djangorestframework.tests' ↵Tom Christie
to INSTALLED_APPS during testing.
2011-12-13Merge pull request #92 from mwesterhof/masterMarko Tibold
Serializer.serialize_model fix of uncaught _SkipField exceptions
2011-12-13fix for unhandled _SkipField exception in Serializer.serialize_modelMarco Westerhof
2011-12-12typoMarko Tibold
2011-12-12deleted reference to bitbucket from the docsMarko Tibold
2011-12-12less is more; dropped the mention of Bitbucket repoMarko Tibold
2011-12-12Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkMarko Tibold
2011-12-12now really drop the yaml fileMarko Tibold
2011-12-12Typo.Tom Christie
2011-12-12drop yaml fixture and replace with jsonMarko Tibold
2011-12-120.2.4 release.0.2.4Tom Christie
2011-12-120.2.4 release.Tom Christie
2011-12-12Drop unused importTom Christie
2011-12-12fix copy-paste typo.Marko Tibold
2011-12-11Add OPTIONS to auto-documenting APITom Christie
2011-12-11Merge pull request #90 from jakul/xmlparser6Tom Christie
Lovely stuff!
2011-12-11fix mergeCraig Blaszczyk
2011-12-11add xml parserCraig Blaszczyk
2011-12-09Typo.Tom Christie
2011-12-09Add pagination. Thanks @devioustree!Tom Christie
2011-12-09Merge meurig's absolute_url fix.Tom Christie
2011-12-09Merge pull request #62 from txels/masterTom Christie
HTTP OPTIONS support
2011-12-09Merge monseiur drummond's pagination nicenessTom Christie
2011-12-09We do not have a blog. We do not host on BitBucket.Tom Christie
2011-12-09Fix docstring.Tom Christie
2011-12-09Drop tests that are broken, because the functionality isn't implemented.Tom Christie
Could be slightly nicer behavior about preserving .POST usability, but it's not there yet. These two test check for that but are currently broken. Leave them out for now.
2011-10-31whitespace fixMeurig Freeman
2011-10-31make use of original prefix when generating absolute urlsMeurig Freeman
2011-09-30Edited AUTHORS via GitHubTom Christie
2011-09-29Edited AUTHORS via GitHubTom Christie
2011-09-29Make sure to check for "is not None" so that depth=0 gets assigned properly. ↵Tom Christie
Thanks thomasst.
2011-08-24Merge pull request #68 from masont/masterTom Christie
Changed user.is_staff() to user.is_staff
2011-08-24Fix in permissions, user.is_staff is a field, not a function.Mason Tang
2011-08-04Merge pull request #57 from ulmus/masterTom Christie
Fixed documentstring misalign in ModelResource
2011-08-01Edited AUTHORS via GitHubTom Christie
2011-08-01Edited AUTHORS via GitHubTom Christie
2011-07-31Edited AUTHORS via GitHubTom Christie
2011-07-31Merge pull request #64 from amccloud/masterTom Christie
Fix for issue #63
2011-07-31Removed rogue import for LimitBytes to fix issue #63Andrew McCloud
2011-07-30Added support for OPTIONS method, including a few unit testsCarles Barrobés
2011-07-27Merge pull request #59 from gwrtheyrn/patch-1Tom Christie
Fixed TypeError that occurs without request data.