aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
AgeCommit message (Collapse)Author
2012-01-11Replace tab with spaces.Tom Christie
2012-01-11Use safe_dump. Fixes #123.Tom Christie
2012-01-11fixes #122Marko Tibold
tahanks @remcogerlich
2012-01-10QueryMixin to ModelMixin rename.Sebastian Żurek
2012-01-10fixed issue#73 and added a testSébastien Piquemal
2012-01-10Add test for final() methodBenoit C
2012-01-10Introduce a final methods in View classBenoit C
2012-01-09Make a nested if flatEwoud Kohl van Wijngaarden
This is a possible fix for issue #73. The problem occurs when the first if-statement is true, but the second is not. This results into the variable obj not being set. This commit solves it by removing that branch.
2012-01-08QueryMixin class updates (comments + docs and the definition of ↵Sebastian Żurek
get_instance_data method)
2012-01-05Preserve existing query params in PaginatorMixinJamie Matthews
Previously, generation of next/previous links would discard any existing query parameters. This commit introduces a dependency on URLObject, which is used to intelligently parse and modify URLs to ensure existing params are preserved. Addresses issues #107
2012-01-04#75 remove except statements which are overly broad in the exception they catchCraig Blaszczyk
2012-01-04Don't raise when in compat mode, just pass.Marko Tibold
2012-01-04Fix indentationMarko Tibold
2012-01-04We can now use @unittests.skipMarko Tibold
2012-01-040.3.2-devTom Christie
2012-01-04Version 0.3.1Tom Christie
2012-01-04Only set the script_prefix if the prefix isn't already a full URL.Mjumbe Poe
2012-01-03QueryMixin created + related mixins updatesSebastian Żurek
2011-12-30And add RequestContext tooTom Christie
2011-12-30Fixes #102Tom Christie
2011-12-30Replace field-errors with field_errorsTom Christie
2011-12-30change the key name "field-errors" to "field_errors".Michael Ding
as "-" is not allowed as a part of key name in javascript
2011-12-29Version: 0.3.1-devTom Christie
2011-12-29Version 0.3.00.3.0Tom Christie
2011-12-29whitespace fixesTom Christie
2011-12-29Add JSONP. Fixes #82Tom Christie
2011-12-21Fix version test.Tom Christie
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-19ADMIN_MEDIA_PREFIX is deprecated in django1.4Anthony Nemitz
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-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-13fix for unhandled _SkipField exception in Serializer.serialize_modelMarco Westerhof
2011-12-12Typo.Tom Christie
2011-12-120.2.4 release.0.2.4Tom 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-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-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