| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Add test for final() method | Benoit C | |
| 2012-01-10 | 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 | 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 | #75 remove except statements which are overly broad in the exception they catch | Craig Blaszczyk | |
| 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 | Version 0.3.1 | Tom Christie | |
| 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 | |
| 2011-12-30 | And add RequestContext too | Tom Christie | |
| 2011-12-30 | Fixes #102 | Tom Christie | |
| 2011-12-30 | Replace field-errors with field_errors | Tom Christie | |
| 2011-12-30 | change the key name "field-errors" to "field_errors". | Michael Ding | |
| as "-" is not allowed as a part of key name in javascript | |||
| 2011-12-29 | Version: 0.3.1-dev | Tom Christie | |
| 2011-12-29 | Version 0.3.00.3.0 | Tom Christie | |
| 2011-12-29 | whitespace fixes | Tom Christie | |
| 2011-12-29 | Add JSONP. Fixes #82 | Tom Christie | |
| 2011-12-21 | Fix version test. | Tom Christie | |
| 2011-12-21 | Merge branch 'alazaro-master' | Marko Tibold | |
| 2011-12-21 | Fixes #94 | Marko 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-19 | ADMIN_MEDIA_PREFIX is deprecated in django1.4 | Anthony Nemitz | |
| 2011-12-14 | Fixed test broken by markdown update | alazaro | |
| Removed unused code. No longer needed with markdown 2.1.0. | |||
| 2011-12-14 | CSRF for non-dict like .DATA. Fixes #85 | Tom Christie | |
| 2011-12-14 | Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if ↵ | Tom Christie | |
| session authentication is being used | |||
| 2011-12-14 | Ensure that external projects do not need to add 'djangorestframework.tests' ↵ | Tom Christie | |
| to INSTALLED_APPS during testing. | |||
| 2011-12-13 | fix for unhandled _SkipField exception in Serializer.serialize_model | Marco Westerhof | |
| 2011-12-12 | Typo. | Tom Christie | |
| 2011-12-12 | 0.2.4 release.0.2.4 | Tom Christie | |
| 2011-12-12 | Drop unused import | Tom Christie | |
| 2011-12-12 | fix copy-paste typo. | Marko Tibold | |
| 2011-12-11 | Add OPTIONS to auto-documenting API | Tom Christie | |
| 2011-12-11 | fix merge | Craig Blaszczyk | |
| 2011-12-11 | add xml parser | Craig Blaszczyk | |
| 2011-12-09 | Typo. | Tom Christie | |
| 2011-12-09 | Add pagination. Thanks @devioustree! | Tom Christie | |
| 2011-12-09 | Merge meurig's absolute_url fix. | Tom Christie | |
| 2011-12-09 | Merge pull request #62 from txels/master | Tom Christie | |
| HTTP OPTIONS support | |||
| 2011-12-09 | Merge monseiur drummond's pagination niceness | Tom Christie | |
| 2011-12-09 | Fix docstring. | Tom Christie | |
| 2011-12-09 | Drop 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-31 | whitespace fix | Meurig Freeman | |
