| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-20 | Fill in TODOs for 3.0 beta release notes | Tom Christie | |
| 2014-11-20 | Note on 3.1 and 3.2 releases. | Tom Christie | |
| 2014-11-20 | Merge branch 'master' into 3.0-beta | Tom Christie | |
| 2014-11-20 | Removed unused import from code snippet in tutorial | Gil Gonçalves | |
| 2014-11-19 | small type | Raony Guimarães | |
| 2014-11-19 | Merge branch 'master' into 3.0-beta | Tom Christie | |
| 2014-11-19 | Further notes in 3.0 announcement | Tom Christie | |
| 2014-11-18 | Note on 3.0 beta | Tom Christie | |
| 2014-11-18 | Note removal of 'save_object' and fail loudly if it exists | Tom Christie | |
| 2014-11-17 | Docs for advanced default argument usage. Closes #1945 | Tom Christie | |
| 2014-11-17 | Fix runtests examples | José Padilla | |
| Correctly rename runtests examples to work with current runtests.py file. | |||
| 2014-11-13 | Model fields with .blank or .null now map to required=False. Closes #2017. ↵ | Tom Christie | |
| Closes #2021. | |||
| 2014-11-10 | Bring UniqueValidator implementation in line with other uniquness validators. | Tom Christie | |
| 2014-11-10 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-11-10 | Uniqueness constraints imply a forced 'required=True'. Refs #1945 | Tom Christie | |
| 2014-11-08 | Fix some typos and other errors | Jochen Van de Velde | |
| 2014-11-07 | Fix csrf-ajax link. Closes #2045 | José Padilla | |
| 2014-11-07 | Tweaks to release notes | Tom Christie | |
| 2014-11-07 | Fixes to release notes | 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-04 | Updated book link in HATEOAS page | Sumana Harihareswara | |
| Per http://www.crummy.com/2013/10/03/0 , the new book is *RESTful Web APIs* and the old book, *RESTful Web Services*, is obsolete. | |||
| 2014-11-03 | Fix typo | Tom Davis | |
| That's all. | |||
| 2014-11-03 | Call out 'get_value' and 'get_attribute' | Tom Christie | |
| 2014-11-03 | Tweaks to validation notes | 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 | Add note about 3.0 being merged to master | Tom Christie | |
| 2014-11-03 | Fixed some typos in 3.0 release notes | Rocky Meza | |
| 2014-11-03 | PUT as create docs, and move mixin out to external gist | Tom Christie | |
| 2014-11-03 | Merge master | Tom Christie | |
| 2014-11-03 | Version 2.4.4 | Tom Christie | |
| 2014-11-01 | typo fix | Andy Baker | |
| 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-24 | Updated requirements | Tom Christie | |
| 2014-10-22 | .validate() can raise field errors or non-field errors | Tom Christie | |
| 2014-10-17 | Add docs regarding linking third party packages | José Padilla | |
| 2014-10-17 | Use serializers.ValidationError | Tom Christie | |
| 2014-10-16 | Update release notes | Tom Christie | |
| 2014-10-16 | Add to main 3rd party resources list. | konradhalas | |
| 2014-10-16 | Add djoser to authentication docs. | konradhalas | |
| 2014-10-14 | Update 3.0-announcement.md | wolfe | |
| Swap order of custom field API changes so the two "and" clauses are in the same order. | |||
| 2014-10-10 | Tweaks | Tom Christie | |
| 2014-10-10 | exceptions.ValidationFailed, not Django's ValidationError | Tom Christie | |
