| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-19 | Merge pull request #2010 from tanwanirahul/master | Tom Christie | |
| Ability to customize method names without creating a custom router | |||
| 2014-12-19 | Updates url_path info per suggestion | Rahul | |
| 2014-12-19 | Added documentation about url_path parameter for custom actions. | Rahul | |
| 2014-12-18 | Add OPTIONS/metadata to docs index | Tom Christie | |
| 2014-12-17 | Docs/tutorial import fixes. Refs #2296 | Tymur Maryokhin | |
| 2014-12-17 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-12-17 | Expand permissions docs. Closes #2223. | Tom Christie | |
| 2014-12-17 | Merge pull request #2294 from tomchristie/fix-empty-html-values-with-default | Tom Christie | |
| Fix empty HTML values when a default is provided. | |||
| 2014-12-17 | Fix empty HTML values when a default is provided. | Tom Christie | |
| 2014-12-17 | Serializer API restrictions. | Tom Christie | |
| 2014-12-15 | Closes #2281 | José Padilla | |
| 2014-12-15 | Doc typo | Jason Spafford | |
| 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-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-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-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-10 | Bring UniqueValidator implementation in line with other uniquness validators. | Tom Christie | |
| 2014-11-10 | Uniqueness constraints imply a forced 'required=True'. Refs #1945 | Tom Christie | |
| 2014-11-06 | minor spelling tweaks | Brett Koonce | |
| 2014-11-05 | Add docs on request.accepted_renderer and .accepted_media_type | Tom Christie | |
