| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-02 | Merge pull request #1905 from ya-mouse/master | Carlton Gibson | |
| [templates/rest_framework/base.html] Separate IDs for POST and PUT forms | |||
| 2014-09-29 | Update index.md | Tom Christie | |
| 2014-09-29 | Update README.md | 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-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-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-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 | |
| 2014-09-17 | Fixed code formatting | Matthew J Morrison | |
| 2014-09-17 | Update routers.py | Tom Christie | |
| 2014-09-17 | Merge pull request #1865 from mskrajnowski/default-router-listless-viewset | Tom Christie | |
| DefaultRouter support for viewsets without an implemented default action | |||
| 2014-09-17 | Merge pull request #1883 from jpadilla/master | Tom Christie | |
| Update authtoken latest Django 1.7 migration | |||
| 2014-09-17 | Update initial migration to work on Python 3 | José Padilla | |
| 2014-09-17 | Update authtoken latest Django 1.7 migration | José Padilla | |
| 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-16 | Merge pull request #1874 from sheppard/patch-3 | Tom Christie | |
| add wq.db router and django-rest-pandas renderers | |||
| 2014-09-15 | add wq.db router and django-rest-pandas renderers | S. Andrew Sheppard | |
| 2014-09-14 | Merge pull request #1871 from jpadilla/third-party-docs | Tom Christie | |
| Add Third Party Resources Topic section | |||
| 2014-09-14 | Update third-party-resources.md | José Padilla | |
| 2014-09-13 | Add invitation to add new content | José Padilla | |
| 2014-09-13 | Include third party resources link in home page | José Padilla | |
| 2014-09-13 | Add Third Party Resources Topic section | José Padilla | |
| 2014-09-11 | Added DefaultRouter support (and test) for viewsets without the default ↵ | Marek Skrajnowski | |
| action implemented, which is usually the list action. | |||
| 2014-09-11 | Merge pull request #1863 from jbinney/master | Tom Christie | |
| Fix grammar in login error message | |||
| 2014-09-10 | Fix grammar in login error message | Joe Binney | |
| 2014-09-10 | Merge pull request #1861 from sheppard/patch-2 | Tom Christie | |
| add django rest pandas | |||
| 2014-09-10 | add django rest pandas | S. Andrew Sheppard | |
| 2014-09-09 | Merge pull request #1852 from GVRV/bugfix/apiroot_get_regression | Xavier Ordoquy | |
| Make sure APIRoot.get can take on args, kwargs so router can be embedded... | |||
| 2014-09-09 | Make sure APIRoot.get can take on args, kwargs so router can be embedded ↵ | Gaurav Dadhania | |
| within any URL pattern. | |||
| 2014-09-08 | Merge pull request #1844 from adamsc64/issue_1533 | Tom Christie | |
| Fixed #1533 - Resolved issue with integer keys on nested choices never v... | |||
| 2014-09-08 | Merge pull request #1846 from barqshasbite/patch-1 | Tom Christie | |
| Fixing quotes in filtering.md example code. | |||
| 2014-09-08 | Merge pull request #1847 from hamishcampbell/master | Tom Christie | |
| Stop the API Client converting empty lists/dicts to empty strings | |||
| 2014-09-08 | Stop the API Client converting empty lists/dicts to empty strings | Hamish Campbell | |
| 2014-09-07 | Fixing quotes in filtering.md | Darren Maki | |
| Incorrect quotes used in examples. | |||
| 2014-09-07 | Merge pull request #1842 from jpadilla/travis-tox | Tom Christie | |
| Try running Tox from Travis | |||
| 2014-09-06 | Fixed #1533 - Resolved issue with integer keys on nested choices never ↵ | Christopher Adams | |
| validating. - Added unit test for nested `choices` argument. - Added unit test for non-nested `choices` argument. | |||
| 2014-09-06 | Merge pull request #1818 from tituomin/serializer-subclass-mapping | Tom Christie | |
| Better mapping for custom model fields to serializer fields. | |||
| 2014-09-06 | Merge pull request #1838 from jbittel/fix-encoded-filename-rfc6266 | Tom Christie | |
| Support RFC6266 encoded filenames | |||
| 2014-09-06 | Merge pull request #1841 from jpadilla/view-description-as-promise | Tom Christie | |
| Supported translated text view descriptions | |||
| 2014-09-05 | Install tox correctly | José Padilla | |
| 2014-09-05 | Install tox | José Padilla | |
| 2014-09-05 | Try running Tox from Travis | José Padilla | |
| 2014-09-05 | Refactor disposition unpacking for clarity | Jason Bittel | |
| 2014-09-05 | Remove unicode strings | José Padilla | |
