| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-10-09 | First pass on nested serializers in HTML | Tom Christie | |
| 2014-10-09 | Typo | Tom Christie | |
| 2014-10-09 | Document the Metadata API | Tom Christie | |
| 2014-10-09 | Update tutorial for 3.0 | Tom Christie | |
| 2014-10-08 | Tweaks | Tom Christie | |
| 2014-10-08 | More gradual deprecation | Tom Christie | |
| 2014-10-08 | Tweak pre/post save hooks. Return instance in .update(). | Tom Christie | |
| 2014-10-04 | Update links in 2.4-announcement.md | Kevin London | |
| The links to Django Rest Framework pages were 404ing because the URLs include a slash. | |||
| 2014-10-03 | Serializer.save() takes keyword arguments, not 'extras' argument | Tom Christie | |
| 2014-10-03 | More spelling tweaks | Craig de Stigter | |
| 2014-10-03 | Minor: fix spelling and grammar, mostly in 3.0 announcement | Craig de Stigter | |
| 2014-10-01 | Fixed documentation typo. | Omer Katz | |
| 2014-09-30 | Update 3.0-announcement.md | Tom Christie | |
| 2014-09-29 | Update release notes | Tom Christie | |
| 2014-09-29 | Update index.md | Tom Christie | |
| 2014-09-29 | Latest release notes | Tom Christie | |
| 2014-09-29 | Update release notes | Tom Christie | |
| 2014-09-26 | Update release notes | Tom Christie | |
| 2014-09-26 | Merge master | Tom Christie | |
| 2014-09-26 | Prepend some pre-release notes | Tom Christie | |
| 2014-09-26 | Release notes | Tom Christie | |
| 2014-09-26 | Release notes | Tom Christie | |
| 2014-09-26 | Allow many, partial and context in BaseSerializer | Tom Christie | |
| 2014-09-26 | Release notes | Tom Christie | |
| 2014-09-26 | Release notes | Tom Christie | |
| 2014-09-26 | Release notes | Tom Christie | |
| 2014-09-26 | Release notes | Tom Christie | |
| 2014-09-26 | request.data attribute | Tom Christie | |
| 2014-09-24 | Merge branch 'master' into version-3.0 | Tom Christie | |
| 2014-09-23 | remove patterns and strings from urls #1898 | Collin Anderson | |
| 2014-09-19 | Add BaseSerializer heading | Tom Christie | |
