| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 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 | Update docs | 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 | Merge pull request #2628 from maryokhin/patch-2 | Tom Christie | |
| CreateOnlyDefault call default.set_context() only on create | |||
| 2015-03-03 | Call default.set_context() only on create. Refs #2619. | Tymur Maryokhin | |
| 2015-03-02 | Merge pull request #2619 from kwood/master | Tom Christie | |
| Updated CreateOnlyDefault to call set_context on its default | |||
| 2015-02-28 | Fix docstring formatting | Kevin Wood | |
| 2015-02-27 | Updated CreateOnlyDefault to call set_context on its default (if callable) | Kevin Wood | |
| 2015-02-27 | Merge pull request #2616 from jerzyk/fix_dictfield | José Padilla | |
| fix DictKey initial value | |||
| 2015-02-27 | fix DictKey initial value | Janusz Harkot | |
| 2015-02-27 | Merge pull request #2584 from aRkadeFR/DocFixingTypo | José Padilla | |
| Documentation test fix double word | |||
| 2015-02-27 | update for `that the` instead of `that` | aRkadeFR | |
| 2015-02-27 | Merge pull request #2613 from Ian-Foote/python2-validators | José Padilla | |
| Ensure validators are new-style classes on python2 | |||
| 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 | Add tests for callable attributes raising exceptions | 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 #2606 from tomchristie/1.8-beta | Tom Christie | |
| Formally upgrade suport to Django 1.8-beta | |||
| 2015-02-26 | Who care what we do when it's totally malformed? Not me. | Tom Christie | |
| 2015-02-26 | Update test for more graceful 1.8 handling of malformed filename encodings | Tom Christie | |
| 2015-02-26 | Upgrade testing env name to django18beta | Tom Christie | |
| 2015-02-26 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2015-02-26 | Docs on exception handler context. Closes #2604. | Tom Christie | |
| 2015-02-26 | Merge pull request #2587 from jpadilla/select-multiple-disabled | Tom Christie | |
| Disable select field if no choices available | |||
| 2015-02-26 | Formally upgrade suport to Django 1.8-beta | Tom Christie | |
| 2015-02-26 | Pagination tweaks and docs | Tom Christie | |
