| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-11 | Tidy up lookup_class | 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-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-09 | Merge pull request #1852 from GVRV/bugfix/apiroot_get_regression | Xavier Ordoquy | |
| Make sure APIRoot.get can take on args, kwargs so router can be embedded... | |||
| 2014-09-09 | Make sure APIRoot.get can take on args, kwargs so router can be embedded ↵ | Gaurav Dadhania | |
| within any URL pattern. | |||
| 2014-09-08 | More test sorting | Tom Christie | |
| 2014-09-08 | Merge pull request #1844 from adamsc64/issue_1533 | Tom Christie | |
| Fixed #1533 - Resolved issue with integer keys on nested choices never v... | |||
| 2014-09-08 | Stop the API Client converting empty lists/dicts to empty strings | Hamish Campbell | |
| 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-06 | Merge pull request #1818 from tituomin/serializer-subclass-mapping | Tom Christie | |
| Better mapping for custom model fields to serializer fields. | |||
| 2014-09-06 | Merge pull request #1838 from jbittel/fix-encoded-filename-rfc6266 | Tom Christie | |
| Support RFC6266 encoded filenames | |||
| 2014-09-05 | Refactor disposition unpacking for clarity | Jason Bittel | |
| 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-05 | Fix encoded filename parsing to allow for lang | Jason Bittel | |
| 2014-09-05 | Refactor encoded filename feature per #1531 | Jason Bittel | |
| 2014-09-05 | Removed use encoding available only in py3 | Vladislav Vlastovskiy | |
| 2014-09-05 | Added get filename as encoded | Vladislav Vlastovskiy | |
| This filename described in RFC 6266 | |||
| 2014-09-05 | Remove order_by from AutoFilterSet | José Padilla | |
| 2014-09-05 | Workin on | Tom Christie | |
| 2014-09-05 | Merge pull request #1834 from piotrjakimiak/master | Tom Christie | |
| Fix returning None when allow_none is True in CharField | |||
| 2014-09-05 | Use Serializer instead of ModelSerializer | Piotr Jakimiak | |
| 2014-09-05 | Merge pull request #1829 from cezar77/login-form-errors | Tom Christie | |
| Display validation errors on login form | |||
| 2014-09-05 | Remove light gray bordering from the well with general message error | Cezar Pendarovski | |
| 2014-09-05 | Fix comment | Piotr Jakimiak | |
| 2014-09-05 | Fix returning None when allow_none is True in CharField | Piotr Jakimiak | |
| 2014-09-05 | Place general error message in well | Cezar Pendarovski | |
| 2014-09-05 | Change bootstrap class warning to error | Cezar Pendarovski | |
| 2014-09-05 | Merge pull request #1820 from carltongibson/login-dropdown | Tom Christie | |
| Hide login link in browsable API if the login view is not registered. | |||
| 2014-09-05 | Input fields get hightlighted if login fails and username is persisted | Cezar Pendarovski | |
| 2014-09-04 | General message error goes above submit button | Cezar Pendarovski | |
| 2014-09-04 | Error messages are displayed below the input fields | Cezar Pendarovski | |
| 2014-09-04 | Display validation errors on login form | Cezar Pendarovski | |
| 2014-09-04 | Prefer `format` and use named blocks | Carlton Gibson | |
| 2014-09-03 | Using user.get_username() instead of user.username. | dpanesso | |
| This solves an error when using a auth model that does not have a username field. | |||
| 2014-09-03 | Alter CSRF exemption implementation | Piper Merriam | |
| The previous implementation of decorating `APIView.dispach` with the `csrf_exempt` decorator allowed for an easy-to-make mistake where someone could override the `dispatch` method on a view and inadvertantly remove the csrf exemption of their api view. By moving the decoration of the view into the `as_view` logic, it becomes much more difficult to make this mistake. | |||
| 2014-09-03 | Version 2.4.22.4.2 | Tom Christie | |
| 2014-09-03 | More test passing | Tom Christie | |
| 2014-09-03 | remove rogue print | Michał Jaworski | |
| 2014-09-03 | Use explicit many=True for object_serializer instantiation in ↵ | Michał Jaworski | |
| PaginationSerializer and add catch dummy 'many' kwarg on DefaultObjectSerializer | |||
| 2014-09-03 | Moved li tags inside `optional_login` | Carlton Gibson | |
| as per https://github.com/tomchristie/django-rest-framework/pull/1820#discussion_r16987993 | |||
| 2014-09-02 | Getting tests passing | Tom Christie | |
| 2014-09-02 | Add relations and get tests running | Tom Christie | |
| 2014-09-02 | Remove Login Dropdown when Auth Views are not registered. | Carlton Gibson | |
| Fixes #1738 | |||
| 2014-09-01 | Generator implementation of class mapping. | Timo Tuominen | |
