| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-04 | Merge pull request #2754 from ↵ | José Padilla | |
| bleib1dj/enhancement_dont_require_pk_strictly_related Enhancement dont require pk strictly related #2745 | |||
| 2015-03-27 | Fixed docstring typo | Michael Blatherwick | |
| 2015-03-25 | Use default reason phrases from HTTP standard. | José Padilla | |
| Closes #2763 | |||
| 2015-03-24 | Metadata should detect null boolean field type. | Simon Charette | |
| 2015-03-23 | Swapping to hassattr logic for pk attribute references in relations | Devon Bleibtrey | |
| 2015-03-23 | Added enhancement for pk reference in many=True relations | Devon Bleibtrey | |
| 2015-03-23 | Merge pull request #2724 from delinhabit/namespaced-versioning-non-api-reversal | Tom Christie | |
| Handle reversal of non-API view_name in HyperLinkedRelatedField | |||
| 2015-03-23 | Latest translation strings3.1.1 | Tom Christie | |
| 2015-03-23 | Merge pull request #2726 from linovia/release/3.1.1 | Tom Christie | |
| Release notes for 3.1.1 and version bump. | |||
| 2015-03-23 | Escape tab switching cookie | Tom Christie | |
| 2015-03-23 | Merge pull request #2743 from maurodoglio/serializer_class-html-renderer | Tom Christie | |
| Use `serializer_class` for browsable API display, even on plain APIView. | |||
| 2015-03-22 | Added ability to define backend identification attribute | Devon Bleibtrey | |
| 2015-03-22 | Make BrowsableAPIRenderer use serializer_class when present | mdoglio | |
| 2015-03-22 | Set serializer_class on ObtainAuthToken view | mdoglio | |
| 2015-03-22 | AuthTokenSerializer - properly render password field | mdoglio | |
| 2015-03-19 | Handling the fallback in `reverse` | Ion Scerbatiuc | |
| 2015-03-19 | Release notes for 3.1.1 and version bump. | Xavier Ordoquy | |
| 2015-03-19 | Handle reversal of non-API view_name in HyperLinkedRelatedField | Ion Scerbatiuc | |
| 2015-03-16 | use SAFE_METHODS and make tuple | Di Wu | |
| 2015-03-16 | Merge pull request #2700 from tomchristie/do-not-paginate-if-page-size-none | Tom Christie | |
| Do not paginate if PAGE_SIZE=None | |||
| 2015-03-16 | Merge pull request #2631 from Ins1ne/feature/issue-2559 | Tom Christie | |
| Allow blank/null on radio.html choices | |||
| 2015-03-16 | Do not paginate if PAGE_SIZE=None | Tom Christie | |
| 2015-03-16 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2015-03-16 | Latest translation strings | Tom Christie | |
| 2015-03-13 | fixed missing anchor closing tag | mochawich | |
| when next_url is none, big part of page html will be rendered under the <a href='#'> as it does not have a closing tag. | |||
| 2015-03-13 | Fix lookup_url_kwarg handling in viewsets. | Raphaël Barrois | |
| The ``lookup_url_kwarg`` is intended to set the name of a field in the URL regexps when using custom ``lookup_field``, but the routers ignore it altogether. | |||
| 2015-03-12 | Fixed problem with imporing rest_framework.views in apps.py | Dirk Moors | |
| 2015-03-08 | Merge pull request #2637 from ↵ | Carlton Gibson | |
| mdentremont/topic/allow-serialize-unsaved-with-relations Support serializing unsaved models with related fields. | |||
| 2015-03-07 | update vertical and inline layouts for radio choices | Aider Ibragimov | |
| 2015-03-06 | Merge pull request #2640 from Crystalnix/fix-remove-mergedict | José Padilla | |
| Remove `MergeDict` | |||
| 2015-03-06 | Add support for serializing models with m2m related fields | Matt d'Entremont | |
| - In both ManyRelatedField, provide an empty return when trying to access a relation field if the instance in question has no PK (so likely hasn't been inserted yet) - Add relevant tests - Without these changes, exceptions would be raised when trying to serialize the uncreated models as it is impossible to query relations without a PK - Add test to ensure RelatedField does not regress as currently supports being serialized with and unsaved model | |||
| 2015-03-06 | Tweaks for cursor pagination and docs | Tom Christie | |
| 2015-03-05 | Remove `MergeDict` | Egor Yurtaev | |
| The class MergeDict is deprecated and will be removed in Django 1.9 | |||
| 2015-03-04 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2015-03-04 | Clean up pagination attributes | Tom Christie | |
| 2015-03-04 | Allow blank/null on radio.html choices | Aider Ibragimov | |
| 2015-03-03 | Call default.set_context() only on create. Refs #2619. | Tymur Maryokhin | |
| 2015-02-27 | Updated CreateOnlyDefault to call set_context on its default (if callable) | Kevin Wood | |
| 2015-02-27 | fix DictKey initial value | Janusz Harkot | |
| 2015-02-27 | Ensure validators are new-style classes on python2 | Ian Foote | |
| 2015-02-27 | Merge pull request #2608 from ↵ | Tom Christie | |
| ezheidtmann/dont-swallow-errors-in-callable-sources Dont swallow errors in callable sources | |||
| 2015-02-26 | Add explanation for this exception mutation | Evan Heidtmann | |
| 2015-02-26 | Avoid swallowing exceptions thrown in callable attributes | Evan Heidtmann | |
| 2015-02-26 | Merge pull request #2572 from Ins1ne/master | Tom Christie | |
| Fix UniqueTogetherValidator for NULL values | |||
| 2015-02-26 | Merge pull request #2602 from dbrgn/fix-1602 | Tom Christie | |
| List resource not updated between requests | |||
| 2015-02-26 | Merge pull request #2587 from jpadilla/select-multiple-disabled | Tom Christie | |
| Disable select field if no choices available | |||
| 2015-02-26 | Pagination tweaks and docs | Tom Christie | |
| 2015-02-25 | Force-evaluate querysets (see #2602) | Danilo Bargen | |
| 2015-02-25 | Remove duplicated code in routers.SimpleRouter | Yannick PEROUX | |
| 2015-02-25 | Fix removal of url_path on @detail_route and @list_route. Fix # #2583 | Yannick PEROUX | |
| SimpleRouter.get_routes was popping out the url_path kwarg from list_route and detail_route decorators. This was causing troubles when the route was re-used, for example if the viewset was inherited. | |||
