| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-14 | Preserve ordering on relationship drop-down choices. Closes #2408. | Tom Christie | |
| 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 | |
| 2014-08-29 | First pass | Tom Christie | |
| 2014-08-29 | Remove `pk_url_field`, `slug_url_field`, `slug_field`. | Tom Christie | |
| Closes #1773. | |||
| 2014-08-19 | Resolve linting issues | Tom Christie | |
| 2014-04-13 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml docs/api-guide/fields.md docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/authentication.py rest_framework/serializers.py rest_framework/templatetags/rest_framework.py rest_framework/tests/test_authentication.py rest_framework/tests/test_filters.py rest_framework/tests/test_hyperlinkedserializers.py rest_framework/tests/test_serializer.py rest_framework/tests/test_testing.py rest_framework/utils/encoders.py tox.ini | |||
| 2014-04-09 | Adds test that blank option is added when required=False on RelatedFields | Carlton Gibson | |
| 2014-03-04 | Merge pull request #1442 from Anton-Shutik/master | Tom Christie | |
| RelatedField default value handling fixed | |||
| 2014-02-28 | RelatedField.get_default_value: return empty list if self.many==True | Anton Shutik | |
| 2014-02-27 | Allow 'None' to pass as a null value in RelatedFields | Dustin Farris | |
