| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2015-02-21 | Merge pull request #2586 from rense/master | Tom Christie | |
| Set field max_length/max_value as actual attribute. | |||
| 2015-02-21 | DecimalField fix | Rense VanderHoek | |
| max_value and min_value are not in kwargs | |||
| 2015-02-20 | Check if sessions are enabled before calling logout. Closes #2545. | Tymur Maryokhin | |
| 2015-02-20 | Validator-fix, added min/max fields to test_metadata | Rense VanderHoek | |
| 2015-02-20 | Disable select field if no choices available | José Padilla | |
| 2015-02-20 | Set field length/values as actual attributes. | Rense VanderHoek | |
| The SimpleMetadata class in metadata.py tries to getattr() attributes on a field. For this to work, max_length and min_length have to be actually set as an attribute. Did the same for min_value and max_value and added those two to SimpleMetadata.get_field_info | |||
| 2015-02-20 | Fixes HiddenField being rendered in HTMLFormRenderer | Rubén Durá Tarí | |
| 2015-02-19 | Skip validation of NULL field only if it part of unique_together | Aider Ibragimov | |
| 2015-02-18 | Fix UniqueTogetherValidator for NULL values | Aider Ibragimov | |
| 2015-02-17 | Update version | Tom Christie | |
| 2015-02-17 | Merge pull request #2567 from carltongibson/18-warning | José Padilla | |
| Move `importlib` fallback into compat. | |||
| 2015-02-17 | Fixes for latest pep8 updates. Refs #2563. | Tom Christie | |
| 2015-02-17 | Move `importlib` fallback into compat. | Carlton Gibson | |
| 2015-02-17 | Adjust importlib import | Carlton Gibson | |
| 2015-02-13 | Merge pull request #2198 from tomchristie/version-3.1 | Tom Christie | |
| Version 3.1 | |||
| 2015-02-11 | Fix incorrect HTML parsing for DictField | Tom Christie | |
| 2015-02-10 | Merge pull request #2540 from linovia/release/3.0.53.0.5 | Xavier Ordoquy | |
| Release/3.0.5 | |||
| 2015-02-10 | Bumped the version to 3.0.5 | Xavier Ordoquy | |
