| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-09-05 | Use force_text from compat | José Padilla | |
| 2014-09-05 | Fix linting issues | José Padilla | |
| 2014-09-05 | Merge remote-tracking branch 'poswald/view-description-as-promise' into ↵ | José Padilla | |
| view-description-as-promise | |||
| 2014-09-05 | Move parser tests to correct directory | Jason Bittel | |
| 2014-09-05 | Fix encoded filename parsing to allow for lang | Jason Bittel | |
| 2014-09-05 | Refactor encoded filename feature per #1531 | Jason Bittel | |
| 2014-09-05 | Removed use encoding available only in py3 | Vladislav Vlastovskiy | |
| 2014-09-05 | Removed assert for wrong charset | Vladislav Vlastovskiy | |
| 2014-09-05 | Added test for encoded filename | Vladislav Vlastovskiy | |
| 2014-09-05 | Added get filename as encoded | Vladislav Vlastovskiy | |
| This filename described in RFC 6266 | |||
| 2014-09-05 | Merge pull request #1836 from jpadilla/filter-ordering | Tom Christie | |
| Preserve default ordering when using filtering | |||
| 2014-09-05 | Remove order_by from AutoFilterSet | José Padilla | |
| 2014-09-05 | Failing test case for #1432 | José Padilla | |
| 2014-09-05 | Merge pull request #1834 from piotrjakimiak/master | Tom Christie | |
| Fix returning None when allow_none is True in CharField | |||
| 2014-09-05 | Delete useless assert | Piotr Jakimiak | |
| 2014-09-05 | Update requirements.txt | Tom Christie | |
| 2014-09-05 | Use Serializer instead of ModelSerializer | Piotr Jakimiak | |
| 2014-09-05 | Merge pull request #1829 from cezar77/login-form-errors | Tom Christie | |
| Display validation errors on login form | |||
| 2014-09-05 | Remove light gray bordering from the well with general message error | Cezar Pendarovski | |
| 2014-09-05 | Fix comment | Piotr Jakimiak | |
