| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-17 | More docs, plus 'ALLOWED_VERSIONS' setting. | Tom Christie | |
| 2014-12-16 | Versioning first pass | Tom Christie | |
| 2014-12-15 | Merge master | Tom Christie | |
| 2014-12-15 | Doc typo | Jason Spafford | |
| 2014-12-15 | Merge branch 'exception-handler-context' of ↵ | Tom Christie | |
| git://github.com/jpadilla/django-rest-framework into version-3.1 | |||
| 2014-12-15 | Merge branch 'master' into version-3.1 | Tom Christie | |
| 2014-12-14 | Update docs | José Padilla | |
| 2014-12-13 | Change serializers.Field to serializers.ReadOnlyField for 3.x compatibility | Brian Jacobel | |
| Using this code snippet as-is on DRF 3.0.1 results in a NotImplementedError being raised for to_representation due to 3.0's changed behavior with serializers.Field. The code snippet should be updated to use serializers.ReadOnlyField instead. Further discussion here: https://groups.google.com/forum/?fromgroups=#!topic/django-rest-framework/aX8mLT_v3yc | |||
| 2014-12-12 | documentation typo | Jeff Fein-Worton | |
| base-name -> base_name | |||
| 2014-12-12 | Merge master | Tom Christie | |
| 2014-12-09 | allow_blank in ChoiceField. Refs #2239. | Tom Christie | |
| 2014-12-07 | Amend ViewSet docs to warn of potential problem | Mark Henwood | |
| I went through this exact problem and so thought the docs might benefit from a small hint at the appropriate point. | |||
| 2014-12-05 | Minor docs tweaks | Tom Christie | |
| 2014-12-05 | Merge pull request #2204 from carltongibson/default-docs-fix | Tom Christie | |
| Clarify read-only & `unique_together` Documentation | |||
| 2014-12-05 | user in example should have been instance. Closees #2191. | Tom Christie | |
| 2014-12-04 | Add missing definite article | Carlton Gibson | |
| 2014-12-04 | Initial link from Serializers to Validators | Carlton Gibson | |
| 2014-12-03 | Merge | Tom Christie | |
| 2014-12-03 | Merge | Tom Christie | |
| 2014-12-03 | Merge | Tom Christie | |
| 2014-12-02 | Updated serializers documentation | Matías Lang | |
| There was an error in the docs: the field extra_field_kwargs of the serializer's Meta doesn't work. The field must be extra_kwargs instead. | |||
| 2014-12-02 | fix typo | David Ray | |
| 2014-12-02 | Document Field.fail(). Closes #2147. | Tom Christie | |
| 2014-12-02 | Promote 'many_init' to public API. Closes #2152. | Tom Christie | |
| 2014-12-01 | Add missing 'validators.py' link. Closes #2166. | Tom Christie | |
| 2014-11-29 | Remove XML support from core | José Padilla | |
| 2014-11-29 | Remove JSONP support from core | José Padilla | |
| 2014-11-29 | Remove YAML support from core | José Padilla | |
| 2014-11-28 | Merge branch 'version-3.1' into oauth_as_package | José Padilla | |
| Conflicts: requirements-test.txt rest_framework/compat.py tests/settings.py tox.ini | |||
| 2014-11-28 | @api_view defaults to allowing GET | Tom Christie | |
| 2014-11-28 | Finalizing 3.0 release notes | Tom Christie | |
| 2014-11-28 | Add 2.x notes and links | Tom Christie | |
| 2014-11-28 | Docs on nested creates/updates and suchlike | Tom Christie | |
| 2014-11-28 | Moar docs. Amazing. | Tom Christie | |
| 2014-11-27 | 3.0 serializer docs | Tom Christie | |
| 2014-11-26 | Tweak to 3.0 relationship docs | Tom Christie | |
| 2014-11-26 | 3.0 docs and tidy-up for serializer relationships | Tom Christie | |
| 2014-11-26 | 3.0 docs for serializer fields | Tom Christie | |
| 2014-11-26 | Call out removal of pre_save/post_save more strongly | Tom Christie | |
| 2014-11-26 | perform_create, perform_update, perform_destroy hooks | Tom Christie | |
| 2014-11-25 | Updating fields docs | Tom Christie | |
| 2014-11-25 | Merge master | Tom Christie | |
| 2014-11-25 | Add missing options | Tom Christie | |
| 2014-11-25 | Use MkDocs meta.source to render source code links | José Padilla | |
| 2014-11-25 | Docs on ValidationError | Tom Christie | |
| 2014-11-25 | Add missing period. | Tom Christie | |
| 2014-11-25 | request.DATA, request.FILES -> request.data | Tom Christie | |
| 2014-11-21 | Clarify how permission classes are composed | Matthew Dapena-Tretter | |
| all/every/AND or any/OR? all/every/AND! | |||
| 2014-11-17 | Docs for advanced default argument usage. Closes #1945 | Tom Christie | |
| 2014-11-15 | Merge branch 'version-3.1' of github.com:tomchristie/django-rest-framework ↵ | Eleni Lixourioti | |
| into oauth_as_package Conflicts: .travis.yml | |||
