| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-10 | Fixed #720 | Bouke Haarsma | |
| 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 | |
| 2013-02-04 | Merge branch 'py3k' into 2.2 | Tom Christie | |
| Conflicts: rest_framework/relations.py rest_framework/serializers.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_slug.py | |||
| 2013-02-01 | 3.2, 3.3 compat | Tom Christie | |
| 2013-02-01 | Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into ↵ | Tom Christie | |
| working Conflicts: rest_framework/authentication.py rest_framework/relations.py rest_framework/serializers.py rest_framework/settings.py rest_framework/tests/authentication.py rest_framework/tests/genericrelations.py rest_framework/tests/generics.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_nested.py rest_framework/tests/relations_pk.py rest_framework/tests/serializer.py | |||
| 2013-01-30 | Add dprecation warnings | Tom Christie | |
| 2013-01-30 | Tweak empty list implementation | Tom Christie | |
| 2013-01-30 | Merge branch 'master' into many-fields | Tom Christie | |
| Conflicts: rest_framework/relations.py | |||
| 2013-01-30 | Use many=True style for pk relations. | Tom Christie | |
| 2013-01-29 | Fix processing of ManyToManyField when it is empty | Fernando Rocha | |
| Signed-off-by: Fernando Rocha <fernandogrd@gmail.com> | |||
| 2013-01-18 | Starting migration from ManyField to Field(many=True) | Tom Christie | |
| 2013-01-18 | Raise Validation Errors when relationships receive incorrect types. Fixes #590. | Tom Christie | |
| 2013-01-16 | Drop bits of relations_slug tests which don't mirror existing tests. | Tom Christie | |
| 2013-01-08 | Merge remote-tracking branch 'upstream/master' into null-one-to-one | Mark Aaron Shirley | |
| 2013-01-08 | Fix inconsistent view_name logic. Fixes #567. | Tom Christie | |
| 2013-01-07 | Use ResolveMatch.view_name so namespaces work. | Marc Tamlyn | |
| 2013-01-04 | Handle ObjectDoesNotExist exceptions when serializing null reverse one-to-one | Mark Aaron Shirley | |
| 2013-01-04 | Add proper validation for updating relational fields with incorrect types. ↵ | Tom Christie | |
| Fixes #446. | |||
| 2013-01-03 | Fix for #446. Note: Also needs applying to other relational types. | Tom Christie | |
| 2013-01-03 | Tweak behavior of hyperlinked fields that include an explicit format suffix. | Tom Christie | |
| 2013-01-03 | Move the various compat things to the compat module. | Xavier Ordoquy | |
| 2013-01-02 | Move the urlparse lib compatibility to the compat file. | Xavier Ordoquy | |
| 2013-01-02 | Merge remote-tracking branch 'reference/py3k' into p3k | Xavier Ordoquy | |
| 2012-12-31 | Relation fields move into relations.py | Tom Christie | |
