| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | JoseĢ 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 | |
| 2014-11-05 | Stronger calling out of 'DjangoObjectPermissionsFilter'. Closes #1934. | Tom Christie | |
| 2014-11-03 | Add notes re view-level and instance-level permissions checks. Closes #1819. | Tom Christie | |
| 2014-11-03 | Add docs on Meta inheritance. Closes #1926. | Tom Christie | |
| 2014-11-03 | Added NON_FIELD_ERRORS_KEY to serializer docs. Closes #1971. | Tom Christie | |
| 2014-11-03 | PUT as create docs, and move mixin out to external gist | Tom Christie | |
| 2014-10-31 | Merge branch 'master' into version-3.0 | Tom Christie | |
| 2014-10-31 | Merge master | Tom Christie | |
| 2014-10-31 | Fix up validators docs | Tom Christie | |
| 2014-10-31 | Validator documentation and tweaks | Tom Christie | |
| 2014-10-29 | Update authentication.md | Andrew Conti | |
| Based on the [new documentation](https://docs.djangoproject.com/en/dev/topics/auth/customizing/#django.contrib.auth.get_user_model) for Django 1.7 we should now use: ```python @receiver(post_save, sender=settings.AUTH_USER_MODEL) ``` instead of: ```python @receiver(post_save, sender=get_user_model()) ``` because `get_user_model()` only works once Django has imported all models. Otherwise you'll get: ```python django.core.exceptions.AppRegistryNotReady: Models aren't loaded yet. ``` When trying to start your sever after adding token authentication. From the Docs, ( linked above as well ) : >New in Django 1.7: >When connecting to signals sent by the User model, you should specify the custom model using the AUTH_USER_MODEL setting. | |||
| 2014-10-16 | Add djoser to authentication docs. | konradhalas | |
| 2014-10-09 | Typo | Tom Christie | |
| 2014-10-09 | Document the Metadata API | Tom Christie | |
| 2014-10-03 | Minor: fix spelling and grammar, mostly in 3.0 announcement | Craig de Stigter | |
| 2014-09-26 | Merge master | Tom Christie | |
| 2014-09-23 | remove patterns and strings from urls #1898 | Collin Anderson | |
| 2014-09-19 | Merge branch 'master' into version-3.0 | Tom Christie | |
| 2014-09-17 | Fixed code formatting | Matthew J Morrison | |
| 2014-09-17 | Clarify "raised inside REST framework" | Matthew J Morrison | |
| I ran into an issue today where I was not seeing the rest_framework.views.exception_handler do what I thought it should be doing. It turned out that I had imported View from rest_framework.views rather than importing APIView from rest_framework.views. The phrase "raised inside REST framework" was confusing as I was debugging this issue. I was unsure if that meant that I could raise those exceptions in my code or if it had to originate from within framework code. I'm not sure if the proposed wording is ideal, I just wanted to point out what I found to be confusing. | |||
| 2014-09-12 | DecimalField documentation | Tom Christie | |
| 2014-09-12 | Updating docs | Tom Christie | |
| 2014-09-11 | Throttles now use Retry-After header and no longer support the custom style | Tom Christie | |
| 2014-09-11 | Merge master | Tom Christie | |
