| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-06 | Tweaks for cursor pagination and docs | Tom Christie | |
| 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-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 | |
| 2015-02-10 | Add `distinct` call in `filter_queryset` | Carlton Gibson | |
| 2015-02-09 | Merge master | Tom Christie | |
| 2015-02-09 | Fixes for latest version of pep8 | Tom Christie | |
| 2015-02-09 | Py3 compat fix | Tom Christie | |
| 2015-02-09 | Fix misleading AttributeErrors | Tom Christie | |
| 2015-02-06 | Minor internal API cleanpu | Tom Christie | |
| 2015-02-06 | Minor cleanups/improvements to ModelSerializer API | Tom Christie | |
| 2015-02-06 | Minor cleanup | Tom Christie | |
| 2015-02-06 | Merge branch 'version-3.1' of ↵ | Tom Christie | |
| git://github.com/jpadilla/django-rest-framework into version-3.1 | |||
| 2015-02-06 | Upgrade pending deprecations to deprecations | Tom Christie | |
| 2015-02-06 | Add trim_whitespace to CharField #2517 | José Padilla | |
| If set to `True` then leading and trailing whitespace is trimmed. Defaults to `True`. | |||
| 2015-02-05 | Update throttling.py | Kaptian | |
| Use pk pseudo attribute for identifying the user (in case the user model is not the default and has a different column name for the unique id) | |||
| 2015-02-05 | Fix possible nested array fields | José Padilla | |
| 2015-02-04 | Merge remote-tracking branch 'upstream/version-3.1' into version-3.1 | José Padilla | |
| 2015-02-04 | Add child to ListField when using ArrayField | José Padilla | |
