aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-12-21set linkcheck_timeout to very large, to prevent timeouts on the CI.Marko Tibold
2011-12-21Fix version test.Tom Christie
2011-12-21Fix style consistency.Marko Tibold
2011-12-21Make sure the optional markdown functionality is also tested.Marko Tibold
2011-12-21Merge branch 'alazaro-master'Marko Tibold
2011-12-21Fixes #94Marko Tibold
Modified alazaro's commit sot that both markdown < 2.1 and >= 2.1 are supported The test checks if either matches the old or the new style.
2011-12-20Added Anthony NemitzTom Christie
2011-12-20Merge pull request #97 from anemitz/masterTom Christie
ADMIN_MEDIA_PREFIX no longer supported in django1.4
2011-12-19ADMIN_MEDIA_PREFIX is deprecated in django1.4Anthony Nemitz
2011-12-16Fold license text to 80 charsTom Christie
2011-12-15Merge branch 'master' of https://github.com/alazaro/django-rest-framework ↵Marko Tibold
into alazaro-master
2011-12-15Merge remote-tracking branch 'upstream/master'Marko Tibold
2011-12-15Use coverage>=3.4, since that's what we've got in tox.ini at the moment. ↵Tom Christie
Refs #96
2011-12-15Update requirements. Refs #96Tom Christie
2011-12-15Merge remote-tracking branch 'upstream/master'Marko Tibold
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.