| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-11 | recursive xml parsing | Michele Lazzeri | |
| 2012-01-11 | Revert "update author" | Michele Lazzeri | |
| This reverts commit f461acbaf28aa79d82cffaf65b886c3d884cc5f4. | |||
| 2012-01-11 | update author | Michele Lazzeri | |
| 2012-01-11 | Replace 'x.has_key(y)' with 'y in x' | Tom Christie | |
| 2012-01-11 | Added test_ugettext_lazy test. Refs #87. | Tom Christie | |
| 2012-01-11 | Made suggested cleanups. Refs #121. | Tom Christie | |
| 2012-01-11 | Merge pull request #121 from sebpiq/issue-73 | Tom Christie | |
| Fixes #73. Thanks @sebpiq, @ekohl! | |||
| 2012-01-11 | Added @dzen. Thanks! | Tom Christie | |
| 2012-01-11 | Remove explicit handling of 'OPTIONS' method, just raise the response, ↵ | Tom Christie | |
| rather than returning it. | |||
| 2012-01-11 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2012-01-11 | Some minor tidy up | Tom Christie | |
| 2012-01-11 | Merge https://github.com/dzen/django-rest-framework | Tom Christie | |
| 2012-01-11 | Added @sebzur - Thanks! | Tom Christie | |
| 2012-01-11 | Minor cleanup on ModelMixin | Tom Christie | |
| 2012-01-11 | Merge https://github.com/sebzur/django-rest-framework | Tom Christie | |
| 2012-01-11 | Refactor add_query_param to use URLObject. Refs #112. | Tom Christie | |
| 2012-01-11 | Replace tab with spaces. | Tom Christie | |
| 2012-01-11 | Use safe_dump. Fixes #123. | Tom Christie | |
| 2012-01-11 | fixes #122 | Marko Tibold | |
| tahanks @remcogerlich | |||
| 2012-01-10 | QueryMixin to ModelMixin rename. | Sebastian Żurek | |
| 2012-01-10 | fixed issue#73 and added a test | Sébastien Piquemal | |
| 2012-01-10 | Merge branch 'master' of https://github.com/dzen/django-rest-framework | Benoit C | |
| Conflicts: djangorestframework/views.py | |||
| 2012-01-10 | Add test for final() method | Benoit C | |
| 2012-01-10 | Introduce a final methods in View class | Benoit C | |
| 2012-01-09 | Introduce a final methods in View class | Benoit C | |
| 2012-01-09 | Make a nested if flat | Ewoud 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-08 | QueryMixin class updates (comments + docs and the definition of ↵ | Sebastian Żurek | |
| get_instance_data method) | |||
| 2012-01-05 | Added URLObject | Tom Christie | |
| 2012-01-05 | Merge pull request #111 from j4mie/url-generation | Tom Christie | |
| Preserve existing query params in PaginatorMixin | |||
| 2012-01-05 | Preserve existing query params in PaginatorMixin | Jamie 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 | Merge pull request #109 from jakul/bare_except_stmts | Marko Tibold | |
| Change 'except' for 'except Exception' (Fixes issue #75) | |||
| 2012-01-04 | #75 remove except statements which are overly broad in the exception they catch | Craig Blaszczyk | |
| 2012-01-04 | Twitter handle | Tom Christie | |
| 2012-01-04 | Don't raise when in compat mode, just pass. | Marko Tibold | |
| 2012-01-04 | Fix indentation | Marko Tibold | |
| 2012-01-04 | We can now use @unittests.skip | Marko Tibold | |
| 2012-01-04 | 0.3.2-dev | Tom Christie | |
| 2012-01-04 | Added @natim, @mjumbewu - Thanks :)0.3.1 | Tom Christie | |
| 2012-01-04 | Version 0.3.1 | Tom Christie | |
| 2012-01-04 | Merge pull request #108 from mjumbewu/patch-1 | Tom Christie | |
| Only set the script_prefix if the prefix isn't already a full URL. | |||
| 2012-01-04 | Only set the script_prefix if the prefix isn't already a full URL. | Mjumbe Poe | |
| 2012-01-03 | QueryMixin created + related mixins updates | Sebastian Żurek | |
| 2012-01-02 | Merge remote-tracking branch 'upstream/master' | Marko Tibold | |
| 2012-01-02 | minor style edits | Marko Tibold | |
| 2012-01-02 | Add 1.4 | Tom Christie | |
| 2012-01-02 | Add 1.4. | Tom Christie | |
| 2012-01-02 | Rename examples in tox. | Tom Christie | |
| 2012-01-02 | Rename examples in tox. | Tom Christie | |
| 2012-01-02 | Drop mercurial reference. | Tom Christie | |
| 2012-01-02 | :mod: directive is nicer here | Marko Tibold | |
