| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-02-05 | Fix NamespaceVersioning with hyperlinked serializer fields | Tom Christie | |
| 2015-02-02 | Provide rest_framework.resolve. Fixes #2489 | Brandon Cazander | |
| 2015-01-30 | Merge master | Tom Christie | |
| 2015-01-27 | :bug: ManyRelatedField get_value clearing field on partial update | Susan Dreher | |
| A PATCH to a serializer's non-related CharField was clearing an ancillary StringRelatedField(many=True) field. The issue appears to be in the ManyRelatedField's get_value method, which was returning a [] instead of empty when the request data was a MultiDict. This fix mirrors code in fields.py, class Field, get_value, Ln. 272, which explicitly returns empty on a partial update. Tests added to demonstrate the issue. | |||
| 2015-01-19 | Merge master | Tom Christie | |
| 2015-01-14 | Preserve ordering on relationship drop-down choices. Closes #2408. | Tom Christie | |
| 2015-01-07 | prefer single quotes in source and double quotes in user visible strings; ↵ | Craig Blaszczyk | |
| add some missing full stops to user visible strings | |||
| 2015-01-07 | use double quotes in user messages | Craig Blaszczyk | |
| 2015-01-07 | use double quotes for user visible strings; end user visible strings in full ↵ | Craig Blaszczyk | |
| stops; add some missing translation tags | |||
| 2014-12-17 | str() -> six.text_type(). Closes #2290. | Tom Christie | |
| 2014-12-10 | Move comment | Tom Christie | |
| 2014-12-10 | Drop get_iterable() | Tom Christie | |
| 2014-12-10 | Optimizations play nicely with select_related, prefetch_related | Tom Christie | |
| 2014-12-09 | Hyperlinked PK optimization. Closes #1872. | Tom Christie | |
| 2014-12-08 | Added missing translation markers in realtions.py. Closes #2231. | Tom Christie | |
| 2014-12-05 | Removed unused imports, pep8 fixes, typo fixes | Tymur Maryokhin | |
| 2014-12-04 | Removed custom urlparse compat | Tymur Maryokhin | |
| 2014-12-04 | Removed custom StringIO, force_text, smart_text compat | Tymur Maryokhin | |
| 2014-11-26 | Tweak to 3.0 relationship docs | Tom Christie | |
| 2014-11-26 | Docstring for 'many_init' | Tom Christie | |
| 2014-11-13 | Refactor many | Tom Christie | |
| 2014-11-13 | Use select inputs for relationships. Closes #2058. | Tom Christie | |
| 2014-11-07 | Support dotted source on relational fields | Tom Christie | |
| 2014-11-05 | Pass through kwargs to both Serializer and ListSerializer | Tom Christie | |
| 2014-10-16 | Performance for PK fields | Tom Christie | |
| 2014-10-09 | First pass on nested serializers in HTML | Tom Christie | |
| 2014-10-08 | Limit blank string -> None to just be on relational fields | Tom Christie | |
| 2014-10-08 | Tweaks | Tom Christie | |
| 2014-10-08 | Tests for generic relationships | Tom Christie | |
| 2014-10-03 | Merge branch 'version-3.0' of ↵ | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into version-3.0 | |||
| 2014-10-03 | Revert accidental stupidity | Tom Christie | |
| 2014-10-03 | Merge pull request #1921 from koordinates/fix-typos | Tom Christie | |
| Minor: fix spelling and grammar, mostly in 3.0 announcement | |||
| 2014-10-03 | More spelling tweaks | Craig de Stigter | |
| 2014-10-03 | Minor: fix spelling and grammar, mostly in 3.0 announcement | Craig de Stigter | |
| 2014-10-02 | Browsable API tweaks | Tom Christie | |
| 2014-10-02 | First pass on incorperating the form rendering into the browsable API | Tom Christie | |
| 2014-10-01 | More forms support | Tom Christie | |
| 2014-10-01 | Use six.text_type instead of str everywhere | Tom Christie | |
| 2014-09-25 | Clean up bind - no longer needs to be called multiple times in nested fields | Tom Christie | |
| 2014-09-18 | ModelSerializer.create() to handle many to many by default | Tom Christie | |
| 2014-09-18 | First pass on ManyRelation | Tom Christie | |
| 2014-09-18 | get_base_field() refactor | Tom Christie | |
| 2014-09-12 | Use Resolver404 instead of base Exception | Tom Christie | |
| 2014-09-12 | Tests for relational fields (not including many=True) | Tom Christie | |
| 2014-09-12 | Clean up relational fields queryset usage | Tom Christie | |
| 2014-09-12 | to_internal_value() and to_representation() | Tom Christie | |
| 2014-09-03 | More test passing | Tom Christie | |
| 2014-09-02 | Getting tests passing | Tom Christie | |
| 2014-09-02 | Add relations and get tests running | Tom Christie | |
