| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-18 | get_base_field() refactor | Tom Christie | |
| 2014-09-15 | Drop label from serializer fields when not needed | Tom Christie | |
| 2014-09-12 | Drop usage of validatiors.EMPTY_VALUES | Tom Christie | |
| 2014-09-12 | Coerce dates etc to ISO_8601 in seralizer, by default. | Tom Christie | |
| 2014-09-12 | UNICODE_JSON and COMPACT_JSON settings | 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-12 | MethodField -> SerializerMethodField | Tom Christie | |
| 2014-09-11 | DecimalFields should still be quantized even without coerce_to_string | Tom Christie | |
| 2014-09-11 | NotImplemented stubs for Field, and DecimalField improvements | Tom Christie | |
| 2014-09-11 | Merge master | Tom Christie | |
| 2014-09-10 | Compat fixes | Tom Christie | |
| 2014-09-10 | Added help_text argument to fields | Tom Christie | |
| 2014-09-10 | Tweaks | Tom Christie | |
| 2014-09-09 | Fleshing out serializer fields | Tom Christie | |
| 2014-09-08 | More test sorting | Tom Christie | |
| 2014-09-06 | Fixed #1533 - Resolved issue with integer keys on nested choices never ↵ | Christopher Adams | |
| validating. - Added unit test for nested `choices` argument. - Added unit test for non-nested `choices` argument. | |||
| 2014-09-05 | Workin on | Tom Christie | |
| 2014-09-05 | Use Serializer instead of ModelSerializer | Piotr Jakimiak | |
| 2014-09-05 | Fix comment | Piotr Jakimiak | |
| 2014-09-05 | Fix returning None when allow_none is True in CharField | Piotr Jakimiak | |
| 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-19 | Drop six from compat. 1.4.2 is now the lowest supported version. | Tom Christie | |
| 2014-08-19 | Resolve linting issues | Tom Christie | |
| 2014-07-26 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: rest_framework/fields.py | |||
| 2014-06-27 | Merge branch 'master' into modelserialization-charfield-with-null | Serhiy Voyt | |
| 2014-06-23 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml docs/api-guide/viewsets.md rest_framework/serializers.py rest_framework/throttling.py tests/test_generics.py tests/test_serializers.py tox.ini | |||
| 2014-06-16 | typo in the docs | TankorSmash | |
| 2014-06-05 | Replace ChoiceField type_label | khamaileon | |
| 2014-05-22 | fields: allow help_text on SerializerMethodField | John Spray | |
| ...by passing through any extra *args and **kwargs to the parent constructor. Previously one couldn't assign help_text to a SerializerMethodField during construction. | |||
| 2014-05-20 | Merge pull request #1536 from Ian-Foote/choicefield_blank_display_value | Tom Christie | |
| Allow customising ChoiceField blank display value | |||
| 2014-05-09 | Merge pull request #1564 from alumni/master | Carlton Gibson | |
| Fixes #1535 (HTML widget missing `id` attribute) | |||
| 2014-05-08 | Merge pull request #1575 from ewdicus/iso8601 | Carlton Gibson | |
| Add colon to time zone offset in readable_datetime_formats | |||
| 2014-05-07 | Add colon to time zone offset in readable_datetime_formats | Elliott | |
| 2014-05-07 | In case of None value returns empty string instead of NoneType. | Serhiy Voyt | |
| 2014-05-06 | Charfied from_native method returns default instead of None. Updated tests. | Serhiy Voyt | |
| 2014-05-04 | Automatically set the field name as value for the HTML `id` attribute on the ↵ | Lucian Mocanu | |
| rendered widget. | |||
| 2014-04-30 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml rest_framework/serializers.py rest_framework/tests/test_authentication.py | |||
| 2014-04-27 | Minor typo | Kamil Niski | |
| 2014-04-16 | Allow customising ChoiceField blank display value | Ian Foote | |
| 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-07 | Fixed comment. | Mauro de Carvalho | |
| 2014-02-27 | RelatedField default value handling fixed | Anton Shutik | |
| 2014-02-11 | Test and fix for #1210. World's lowest hanging fruit. | Carlton Gibson | |
| 2014-01-15 | Nicer write_only fields implementation. Closes #1355 | Tom Christie | |
| 2014-01-14 | Added write_only and write_only_fields. Refs #1306 | Tom Christie | |
| 2014-01-12 | CharField - add allow_null argument | Yuri Prezument | |
| 2014-01-12 | Possible fix for #1330 | Yuri Prezument | |
| Coerce None to '' in CharField.to_native() | |||
