| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-26 | Added ListField | Tom Christie | |
| 2014-09-26 | [templates/rest_framework/base.html] Separate `object-form' and ↵ | Anton D. Kachalov | |
| `generic-content-form' IDs for POST and PUT forms Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru> | |||
| 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-25 | Partial support | Tom Christie | |
| 2014-09-25 | Fix syntax error | Tom Christie | |
| 2014-09-25 | Refuse to downcast from datetime to date or time | Tom Christie | |
| 2014-09-25 | Check for redundant on SerializerMethodField | Tom Christie | |
| 2014-09-25 | Clean up bind - no longer needs to be called multiple times in nested fields | Tom Christie | |
| 2014-09-25 | Automatic field binding | Tom Christie | |
| 2014-09-25 | Ensure proper sorting of 'choices' attribute on ChoiceField | Tom Christie | |
| 2014-09-24 | Enforce field_name != source | Tom Christie | |
| 2014-09-24 | Custom deepcopy on Field classes | Tom Christie | |
| 2014-09-24 | Drop redundant OPTIONS tests | Tom Christie | |
| 2014-09-24 | Merge branch 'master' into version-3.0 | Tom Christie | |
| 2014-09-24 | OPTIONS support | Tom Christie | |
| 2014-09-24 | Merge pull request #1900 from jpadilla/pr_1507 | Tom Christie | |
| Correctly propagate cloned_request for OPTIONS | |||
| 2014-09-24 | Merge pull request #1899 from collinanderson/urls | Tom Christie | |
| Remove patterns and strings from urls in tutorial. | |||
| 2014-09-23 | Remove left unicode strings | José Padilla | |
| 2014-09-23 | Correctly propagate cloned_request for OPTIONS | José Padilla | |
| Update to fix pending changes in #1507 | |||
| 2014-09-23 | remove patterns and strings from urls #1898 | Collin Anderson | |
| 2014-09-23 | Merge pull request #1896 from dbrgn/csrf_response | Tom Christie | |
| Changed return status for CSRF failures to HTTP 403 | |||
| 2014-09-23 | NullBooleanField | Tom Christie | |
| 2014-09-23 | Tests for field choices | Tom Christie | |
| 2014-09-23 | Changed return status for CSRF failures to HTTP 403 | Danilo Bargen | |
| By default, Django returns "HTTP 403 Forbidden" responses when CSRF validation failed[1]. CSRF is a case of authorization, not of authentication. Therefore `PermissionDenied` should be raised instead of `AuthenticationFailed`. [1] https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#rejected-requests | |||
| 2014-09-22 | allow_blank, allow_null | Tom Christie | |
| 2014-09-22 | Tests & tweaks for ChoiceField | Tom Christie | |
| 2014-09-22 | Tests and tweaks for choice fields | Tom Christie | |
| 2014-09-22 | More compat fixes | Tom Christie | |
| 2014-09-22 | Support format=None for date/time fields | Tom Christie | |
| 2014-09-22 | Tweaks to DecimalField | Tom Christie | |
| 2014-09-22 | Fix compat issues | Tom Christie | |
| 2014-09-22 | Ensure 'messages' in fields are respected in preference to default validator ↵ | Tom Christie | |
| messages | |||
| 2014-09-22 | Tests and tweaks for text fields | Tom Christie | |
| 2014-09-22 | Field tests and associated cleanup | Tom Christie | |
| 2014-09-19 | Moar tests | Tom Christie | |
| 2014-09-19 | Test rejigging | Tom Christie | |
| 2014-09-19 | Add BaseSerializer heading | Tom Christie | |
| 2014-09-19 | Drop 'No major point releases are currently planned.', cos they are. | Tom Christie | |
| 2014-09-19 | Version 2.4.32.4.3 | Tom Christie | |
| 2014-09-19 | Merge branch 'master' into version-3.0 | Tom Christie | |
| 2014-09-19 | Initial release notes | Tom Christie | |
| 2014-09-19 | Test tweaking | Tom Christie | |
| 2014-09-18 | Merge pull request #1887 from ↵ | Tom Christie | |
| pipermerriam/piper/decorate_as_view_response_from_viewsets Fix missing CSRF exemption on viewsets | |||
| 2014-09-18 | Merge pull request #1882 from mattjmorrison/patch-2 | Tom Christie | |
| Clarify "raised inside REST framework" | |||
| 2014-09-18 | Fix missing CSRF exemption on viewsets | Piper Merriam | |
