| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-22 | AuthTokenSerializer - properly render password field | mdoglio | |
| 2015-03-20 | Merge pull request #2733 from pquentin/patch-reverse | Tom Christie | |
| Put the needed import in one example | |||
| 2015-03-20 | Put the needed import in one example | Quentin Pradet | |
| 2015-03-17 | Merge pull request #2707 from ajyong/patch-1 | José Padilla | |
| Fix typo in versioning docs | |||
| 2015-03-17 | Fix typo in versioning docs | Aaron Yong | |
| 2015-03-17 | Merge pull request #2705 from diwu1989/patch-1 | Tom Christie | |
| use SAFE_METHODS and make tuple | |||
| 2015-03-16 | use SAFE_METHODS and make tuple | Di Wu | |
| 2015-03-16 | Merge pull request #2703 from kylepjohnson/master | Tom Christie | |
| Add necessary imports to final urls.py example | |||
| 2015-03-16 | Merge pull request #2702 from rubendura/master | Tom Christie | |
| Updates ducumentation DEFAULT_PAGE_SIZE left over after #2655 | |||
| 2015-03-16 | Add necessary imports to final urls.py example | Kyle P. Johnson | |
| 2015-03-16 | Updates ducumentation DEFAULT_PAGE_SIZE left over after #2655 | Rubén Durá Tarí | |
| 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-16 | Merge pull request #2697 from jpadilla/tests | Tom Christie | |
| Simplify test settings | |||
| 2015-03-14 | Simplify test settings | José Padilla | |
| 2015-03-13 | Merge pull request #2691 from mochawich/patch-1 | Tom Christie | |
| fixed missing anchor closing tag | |||
| 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 | Merge pull request #2685 from rbarrois/rbarrois/fix_lookup_url_kwarg | Xavier Ordoquy | |
| Fix lookup_url_kwarg handling in viewsets (Fixes #2591). | |||
| 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-13 | Fix the link to the old doc (#2681). | Xavier Ordoquy | |
| 2015-03-12 | Merge pull request #2678 from vikingco/fix/ugettext-in-pagination | José Padilla | |
| Fixed problem with imporing rest_framework.views in apps.py | |||
| 2015-03-12 | Fixed problem with imporing rest_framework.views in apps.py | Dirk Moors | |
| 2015-03-11 | Merge pull request #2671 from esmail/patch-2 | José Padilla | |
| Fix example of explicit format URL (for real). | |||
| 2015-03-11 | Fix example of explicit format URL (for real). | Esmail | |
| Do what I meant to do in #2670: The link is displayed in the tutorial as "http://example.com/api/items/4.json" but the hyperlink itself and what the example code actually works with are (in my opinion, less pretty) URLs like "http://example.com/api/items/4/.json". | |||
| 2015-03-11 | Merge pull request #2668 from Maplecroft/doc_fixes | Xavier Ordoquy | |
| Fix for minor documentation typo | |||
| 2015-03-11 | Fixed import statement in API docs | James Rutherford | |
| 2015-03-11 | Merge pull request #1 from tomchristie/master | James Rutherford | |
| Merge in from upstream | |||
| 2015-03-10 | Merge pull request #2666 from balsdorf/patch-1 | José Padilla | |
| Changed incorrect class name in pagination docs | |||
| 2015-03-10 | Changed incorrect class name | Bryan Alsdorf | |
| 2015-03-09 | Fixed a typo in the documentation's link. | Xavier Ordoquy | |
| 2015-03-09 | Merge pull request #2652 from jpadilla/master | Tom Christie | |
| Remove the 'docs for 3.0' banners. | |||
| 2015-03-09 | Merge pull request #2655 from jwbixby/patch-1 | Tom Christie | |
| Update documentation over PAGE_SIZE | |||
| 2015-03-09 | Merge pull request #2658 from ddx/cursorpagination-docs-typo | Tom Christie | |
| Fixed missing word in CursorPagination docs | |||
| 2015-03-09 | Fixed missing word in CursorPagination docs | Deven Xie | |
| 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-08 | Update documenation over PAGE_SIZE | jwbixby | |
| This replaces all locations of the old setting `DEFAULT_PAGE_SIZE` for the current setting `PAGE_SIZE` | |||
| 2015-03-07 | Update to 3.1 release | José Padilla | |
| 2015-03-07 | Remove docs for 3.0 banners | José Padilla | |
| 2015-03-07 | Fix permissions on markdown files | José Padilla | |
| 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 | Merge pull request #2643 from jpadilla/master | Tom Christie | |
| Fix customizing field mappings link | |||
| 2015-03-06 | Fix customizing field mappings link | José Padilla | |
| 2015-03-06 | Better docs linking | Tom Christie | |
| 2015-03-06 | More docs on cursor pagination3.1.0 | Tom Christie | |
| 2015-03-06 | Tweaks for cursor pagination and docs | Tom Christie | |
