| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 comments | Tom Christie | |
| 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-15 | Tests for through relationships | Tom Christie | |
| 2014-09-15 | Fix nested model serializer base class | Tom Christie | |
| 2014-09-15 | Tests for reverse relationships | Tom Christie | |
| 2014-09-15 | Clean up field mapping tests | Tom Christie | |
| 2014-09-15 | Fix erronous import | Tom Christie | |
| 2014-09-15 | Drop label from serializer fields when not needed | Tom Christie | |
| 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-12 | Dealing with reverse relationships | Tom Christie | |
| 2014-09-12 | DecimalField documentation | Tom Christie | |
| 2014-09-12 | Drop usage of validatiors.EMPTY_VALUES | Tom Christie | |
| 2014-09-12 | Access validation messages in a way thats compatible with 1.4, 1.5 | Tom Christie | |
| 2014-09-12 | Use Resolver404 instead of base Exception | Tom Christie | |
| 2014-09-12 | Tests for relational fields (not including many=True) | Tom Christie | |
| 2014-09-12 | Updating docs | Tom Christie | |
| 2014-09-12 | Coerce dates etc to ISO_8601 in seralizer, by default. | Tom Christie | |
| 2014-09-12 | Tidy up JSONEncoder | Tom Christie | |
| 2014-09-12 | UNICODE_JSON and COMPACT_JSON settings | Tom Christie | |
| 2014-09-12 | Clean up relational fields queryset usage | Tom Christie | |
| 2014-09-12 | NON_FIELD_ERRORS_KEY setting | Tom Christie | |
| 2014-09-12 | to_internal_value() and to_representation() | Tom Christie | |
| 2014-09-12 | MethodField -> SerializerMethodField | Tom Christie | |
| 2014-09-11 | DecimalFields should still be quantized even without coerce_to_string | Tom Christie | |
| 2014-09-11 | NotImplemented stubs for Field, and DecimalField improvements | Tom Christie | |
| 2014-09-11 | no longer tightly coupled to private queryset API | Tom Christie | |
| 2014-09-11 | no longer tightly coupled to private queryset API | Tom Christie | |
| 2014-09-11 | Throttles now use Retry-After header and no longer support the custom style | Tom Christie | |
| 2014-09-11 | Nice manager representations on serializer classes | Tom Christie | |
| 2014-09-11 | Tidy up lookup_class | Tom Christie | |
| 2014-09-11 | Improve memory address removal for serializer representations | Tom Christie | |
| 2014-09-11 | Improve memory address removal for serializer representations | Tom Christie | |
| 2014-09-11 | Merge master | Tom Christie | |
| 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 | |
