| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-02 | First pass on incorperating the form rendering into the browsable API | Tom Christie | |
| 2014-10-02 | The encoder now returns tuples instead of lists. | Omer Katz | |
| Tuples take a little less memory which is significant when serializing a lot of objects. | |||
| 2014-10-01 | First pass at HTML form rendering | Tom Christie | |
| 2014-10-01 | Deal with lazy strings in serializer reprs | Tom Christie | |
| 2014-10-01 | Use six.text_type instead of str everywhere | Tom Christie | |
| 2014-09-29 | Uniqueness validation | Tom Christie | |
| 2014-09-24 | OPTIONS support | Tom Christie | |
| 2014-09-23 | NullBooleanField | Tom Christie | |
| 2014-09-23 | Tests for field choices | Tom Christie | |
| 2014-09-18 | First pass on ManyRelation | Tom Christie | |
| 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 | Tidy up JSONEncoder | Tom Christie | |
| 2014-09-12 | MethodField -> SerializerMethodField | Tom Christie | |
| 2014-09-11 | NotImplemented stubs for Field, and DecimalField improvements | Tom Christie | |
| 2014-09-11 | Nice manager representations on serializer classes | Tom Christie | |
| 2014-09-11 | Improve memory address removal for serializer representations | Tom Christie | |
| 2014-09-11 | Improve memory address removal for serializer representations | Tom Christie | |
| 2014-09-11 | Merge master | Tom Christie | |
| 2014-09-10 | Compat fixes | Tom Christie | |
| 2014-09-09 | Fleshing out serializer fields | Tom Christie | |
| 2014-09-05 | Use force_text from compat | José Padilla | |
| 2014-09-05 | Merge remote-tracking branch 'poswald/view-description-as-promise' into ↵ | José Padilla | |
| view-description-as-promise | |||
| 2014-09-02 | Add relations and get tests running | Tom Christie | |
| 2014-08-29 | First pass | Tom Christie | |
| 2014-08-19 | Resolve python3 linting issue | Tom Christie | |
| 2014-08-19 | Code linting and added runtests.py | Tom Christie | |
| 2014-08-19 | replace unicode call with force_text | Paul Oswald | |
| 2014-07-29 | evaluate content at function start | Paul Oswald | |
| 2014-07-28 | Evaluate content before passing to regex.sub | Paul Oswald | |
| Issue #1708 | |||
| 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-11 | Fix dict_keys equality test for python 3. | Ian Leith | |
| 2014-01-17 | Encode django QuerySets to lists and not dicts in JSONEncoder | Mathieu Pillard | |
| 2013-12-13 | Merge branch 'master' into 2.4.0 | Tom Christie | |
| Conflicts: .travis.yml docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/compat.py | |||
| 2013-12-09 | Fix compat issues for #1231 | Tom Christie | |
| 2013-11-21 | Fix issue #1231: JSONEncoder doesn't handle dict-like objects | Malcolm Box | |
| Check for __getitem__ and then attempt to convert to a dict. The check for __getitem__ is there as there's no universal way to check if an object is a mapping type, but this is a likely proxy | |||
| 2013-10-17 | Fix decimal support with YAMLRenderer | badaud_t | |
| 2013-09-25 | Drop 1.3 support | Tom Christie | |
| 2013-09-13 | Let JSONEncoder handle Numpy data types. | David Pretty | |
| json.JSONEncoder cannot serialize Numpy data types. Numpy arrays and array scalars have a tolist() method which casts the object to a standard python data type. | |||
| 2013-08-29 | Fix breadcrumb view names | Tom Christie | |
| 2013-08-19 | Move view name/description functions into public space | Tom Christie | |
| 2013-08-17 | Updated default view name/description functions | Christopher Paolini | |
| Forgot to update the default view name/description functions to the new setup. | |||
| 2013-08-17 | Improved view/description function setting | Christopher Paolini | |
| Now supports each View having its own name and description function and overriding the global default. | |||
| 2013-08-16 | Settings now have default functions | Christopher Paolini | |
| Updated the setting to have a default function. | |||
| 2013-08-15 | Ability to override name/description of view | Christopher Paolini | |
| Added settings and additions to formatting.py | |||
| 2013-06-26 | Refactored get_view_description, moved appropriate tests to test_description.py | Igor Kalat | |
| 2013-06-22 | Make browsable API views play nice with utf-8 | Igor Kalat | |
| 2013-05-24 | Clean up OPTIONS implementation | Tom Christie | |
| 2013-05-07 | Fix breadcrumb rendering issue2.3.1 | Tom Christie | |
| 2013-04-26 | Bits of cleanup | Tom Christie | |
