| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-02-27 | RelatedField default value handling fixed | Anton Shutik | |
| 2014-01-09 | Removed useless try/except | Xavier Ordoquy | |
| 2013-09-25 | Merge master | Tom Christie | |
| 2013-08-31 | Handle case where obj=None in PKRelatedField.field_to_native() | Yuri Prezument | |
| Fixes #1072 | |||
| 2013-08-30 | Merge master | Tom Christie | |
| 2013-08-23 | Cleanup and dealing with empty form data. | Tom Christie | |
| 2013-08-23 | Tweaks to display nested data in empty serializers | Tom Christie | |
| 2013-06-27 | pending deprecations -> deprecated | Tom Christie | |
| 2013-06-27 | Remove deprecated code | Tom Christie | |
| 2013-06-04 | Test cases and fix for plain-list relationships (ie not queryset) Closes #878. | Tom Christie | |
| 2013-06-02 | view_name argument to HyperlinkedModelSerializer is now properly enforced. ↵ | Tom Christie | |
| Closes #471 | |||
| 2013-05-31 | HyperlinkedModelSerializer lookup_field option should apply to ↵ | Tom Christie | |
| HyperlinkedIdentityField | |||
| 2013-05-29 | Added get_url hook to HyperlinkedIdentityField in line with ↵ | Tom Christie | |
| HyperlinedRelatedField. Closes #883 | |||
| 2013-05-28 | Backwards compatible approach to HyperlinkedIdentityField URLs. Closes #892 | Tom Christie | |
| 2013-05-18 | Merge pull request #860 from andymckay/master | Tom Christie | |
| startswith can take a tuple | |||
| 2013-05-18 | startswith can take a tuple | Andy McKay | |
| 2013-05-18 | Display an empty label into related fields if it isn't required | Pablo Recio | |
| 2013-05-18 | Merge remote-tracking branch 'upstream/master' | Craig de Stigter | |
| 2013-05-16 | HyperlinkedIdentityField uses `lookup_field` kwarg. | Andy Freeland | |
| According to the [Serializers API Guide][1], `HyperlinkedIdentityField` takes `lookup_field` as a kwarg like the other related fields and the generic views. However, this was not actually implemented. [1]: http://django-rest-framework.org/api-guide/serializers.html#hyperlinkedmodelserializer | |||
| 2013-05-05 | lookup_field on hyperlink serializers | Tom Christie | |
| 2013-05-02 | introduce lookup_field and add pendingdeprecationwarnings | Tom Christie | |
| 2013-05-01 | lookup_field on hyperlinked fields, and overriddable hyperlinked fields. ↵ | Tom Christie | |
| Closes #688 | |||
| 2013-04-29 | 2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's ↵ | Tom Christie | |
| PendingDeprecationWarnings added. | |||
| 2013-04-25 | Cleanup docstrings | Tom Christie | |
| 2013-03-10 | Fixed #720 | Bouke Haarsma | |
| 2013-03-01 | fix function names and dotted lookups for use in ↵ | Craig de Stigter | |
| PrimaryKeyRelatedField.field_to_native (they work in RelatedField.field_to_native already) | |||
| 2013-02-12 | Relational fields use same field_to_native logic as regular fields. | Tom Christie | |
| Fixes #637. Closes #638. | |||
| 2013-02-12 | Raise warnings if 'request' not in context for hyperlinked fields. | Tom Christie | |
| 2013-02-06 | Try the correct NoReverseMatch location. | Marc Tamlyn | |
| 2013-02-06 | Purge naked excepts. | Marc Tamlyn | |
| Most of these had obvious exceptions which would be thrown. Some I'm not sure about but they should at least catch only Exception so as not to ignore SystemExit and other inappropriate Error classes. | |||
| 2013-02-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 2013-02-04 | remove broken import | Tom Christie | |
