| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-22 | Fix and test case for #653 | Tom Christie | |
| Closes #653 | |||
| 2013-02-22 | Tests and fix for #666. | Tom Christie | |
| Closes #666. | |||
| 2013-02-14 | Added a serializer TimeField | Andreas Pelme | |
| 2013-02-14 | Drop accidental (uneeded) validation logic. | Tom Christie | |
| 2013-02-12 | Remove deprecated APIs from tests | Tom Christie | |
| 2013-02-12 | Raise warnings on implicit many serialization | Tom Christie | |
| 2013-02-11 | Merge pull request #651 from fernandogrd/master | Tom Christie | |
| DictWithMetadata.__getstate__ was never called (Fix for 645) | |||
| 2013-02-11 | Make use o issubclass instead of isinstance (fix issue #645) | Fernando Rocha | |
| Because __mro__ is a list of classes and not instances. DictWithMetadata.__getstate__ was never called Signed-off-by: Fernando Rocha <fernandogrd@gmail.com> | |||
| 2013-02-07 | Allow serializers to handle dicts as well as objects. Fixes #447. | Tom Christie | |
| 2013-02-07 | Use new style of `required=<bool>` not `blank` or `null` | Tom Christie | |
| 2013-02-07 | Use new many=True relations style. | Tom Christie | |
| 2013-02-06 | Don't deprecate 'exclude' | Tom Christie | |
| Need to track outcome of Django's #19733, and decide on approach accordingly. | |||
| 2013-02-04 | Fix 2.6 compat | Tom Christie | |
| 2013-02-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 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-31 | Serializers take `many=<bool>` argument. | Tom Christie | |
| 2013-01-30 | Tidying | Tom Christie | |
| 2013-01-30 | Merge branch 'master' into many-fields | Tom Christie | |
| Conflicts: rest_framework/relations.py | |||
| 2013-01-28 | Update rest_framework/serializers.py | Andrea de Marco | |
| 2013-01-28 | Ensure model field validation is performed for ModelSerializers with a ↵ | Tom Christie | |
| custom restore_object method. Fixes #623. | |||
| 2013-01-26 | Fix issues with custom pagination serializers | Tom Christie | |
| 2013-01-26 | Serializers should accept source='*' argument. Fixes #604. | Tom Christie | |
| (Test also incoming) | |||
| 2013-01-23 | Improve validate_<fieldname> fix | Stephan Groß | |
| 2013-01-21 | Add possible solution for field validation error | Stephan Groß | |
| 2013-01-18 | Revert accidental merge. | Tom Christie | |
| 2013-01-16 | Use None to delete nested object as opposed to _delete flag | Mark Aaron Shirley | |
| 2013-01-16 | Move nested serializer logic into .field_from_native() | Mark Aaron Shirley | |
| 2013-01-16 | Add one-to-one nested update and delete functionality | Mark Aaron Shirley | |
| 2013-01-16 | Add nested create for 1to1 reverse relationships | Mark Aaron Shirley | |
| 2013-01-12 | PK fields should only be read-only if they are an AutoField. Fixes #563 | Tom Christie | |
| 2013-01-12 | auto_now and auto_now_add fields should be read only by default | Tom Christie | |
| 2013-01-08 | Merge remote-tracking branch 'upstream/master' into null-one-to-one | Mark Aaron Shirley | |
| 2013-01-07 | Respect blank=True on relational fields. Fixes #537 | Tom Christie | |
| 2013-01-04 | Handle ObjectDoesNotExist exceptions when serializing null reverse one-to-one | Mark Aaron Shirley | |
| 2013-01-04 | Validation errors instead of exceptions when serializers receive incorrect ↵ | Tom Christie | |
| types. Fixes #402. | |||
| 2013-01-03 | Drop unused private save_m2m flag | Tom Christie | |
| 2013-01-03 | Move the various compat things to the compat module. | Xavier Ordoquy | |
| 2013-01-02 | Use new exception style | Xavier Ordoquy | |
| 2013-01-02 | Merge remote-tracking branch 'reference/py3k' into p3k | Xavier Ordoquy | |
| 2012-12-31 | Don't persist relation changes in ModelSerializer#restore_object() | Mark Aaron Shirley | |
| 2012-12-31 | Relation fields move into relations.py | Tom Christie | |
| 2012-12-29 | Support reverse FK creation | Tom Christie | |
| 2012-12-29 | Merge pull request #515 from yprez/blank_fields_issue | Tom Christie | |
| Fix for #514 | |||
| 2012-12-29 | Nested serializers now support nullable relationships, plus test. Fixes #384 | Tom Christie | |
| 2012-12-18 | Fix for pks returning as strings when set in pre_save. Fixes #482. Thanks ↵ | Tom Christie | |
| to @n8agrin for the bug report. | |||
| 2012-12-17 | Fix bug with M2M in browseable API | Tom Christie | |
| 2012-12-17 | blank=True fields are not required - fixes #514 | Yuri Prezument | |
| 2012-12-15 | ManyPrimaryKeyRelatedField now supports create for one-to-many rel | toran billups | |
