| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-06 | Add trim_whitespace to CharField #2517 | José Padilla | |
| If set to `True` then leading and trailing whitespace is trimmed. Defaults to `True`. | |||
| 2015-02-05 | Fix possible nested array fields | José Padilla | |
| 2015-02-04 | Merge remote-tracking branch 'upstream/version-3.1' into version-3.1 | José Padilla | |
| 2015-02-04 | Add child to ListField when using ArrayField | José Padilla | |
| 2015-02-05 | Fix NamespaceVersioning with hyperlinked serializer fields | Tom Christie | |
| 2015-02-04 | Merge branch 'version-3.1-2489' of ↵ | Tom Christie | |
| git://github.com/brandoncazander/django-rest-framework into brandoncazander-version-3.1-2489 | |||
| 2015-02-04 | Minor authentication message improvement. | Tom Christie | |
| 2015-02-02 | Provide rest_framework.resolve. Fixes #2489 | Brandon Cazander | |
| 2015-02-01 | Merge remote-tracking branch 'upstream/version-3.1' into version-3.1 | José Padilla | |
| Conflicts: rest_framework/serializers.py | |||
| 2015-02-01 | Add support for Django 1.8’s ArrayField | José Padilla | |
| 2015-01-31 | Fix field mappings for 1.8 fields | Tom Christie | |
| 2015-01-31 | Fix error text in test. | Tom Christie | |
| 2015-01-30 | Add built-in translations. | Tom Christie | |
| 2015-01-30 | Latest translation source messages. | Tom Christie | |
| 2015-01-30 | Fix AttributeError on renamed _field_mapping | José Padilla | |
| 2015-01-30 | Merge master | Tom Christie | |
| 2015-01-29 | Removed router check for deprecated '.model' attribute | Tymur Maryokhin | |
| 2015-01-28 | Merge pull request #2475 from sdreher/master | Tom Christie | |
| ManyRelatedField.get_value clearing field on partial update | |||
| 2015-01-28 | Merge pull request #2479 from lucaswiman/custom_user_shim_db_table | Tom Christie | |
| Use the proper db_table argument when constructing meta | |||
| 2015-01-28 | Merge pull request #2473 from tomchristie/reload-settings | Tom Christie | |
| Reload api_settings when using Django's 'override_settings' | |||
| 2015-01-27 | Use the proper db_table argument when constructing meta | Lucas Wiman | |
| 2015-01-27 | Clone the versioning_scheme when necessary. Fixes #2477 | Brandon Cazander | |
| 2015-01-27 | :bug: ManyRelatedField get_value clearing field on partial update | Susan Dreher | |
| A PATCH to a serializer's non-related CharField was clearing an ancillary StringRelatedField(many=True) field. The issue appears to be in the ManyRelatedField's get_value method, which was returning a [] instead of empty when the request data was a MultiDict. This fix mirrors code in fields.py, class Field, get_value, Ln. 272, which explicitly returns empty on a partial update. Tests added to demonstrate the issue. | |||
| 2015-01-27 | Bumped the version. | Xavier Ordoquy | |
| 2015-01-27 | Reload api_settings when using Django's 'override_settings' | Tom Christie | |
| 2015-01-26 | Set a version attribute on cloned requests if necessary. | Brandon Cazander | |
| 2015-01-24 | Use enhanced request when cloning requests for checking permissions on other ↵ | Brandon Cazander | |
| methods. Fixes #2455 | |||
| 2015-01-23 | Merge pull request #2453 from alexsdutton/data-and-files-none-data | Tom Christie | |
| Pass {} as data to DataAndFiles, as it ends up in a MergeDict | |||
| 2015-01-23 | Pass {} as data to DataAndFiles, as it ends up in a MergeDict | Alexander Dutton | |
| In the same vein as #2399. | |||
| 2015-01-23 | Added DictField and support for HStoreField. | Tom Christie | |
| 2015-01-23 | Support assignment in ClassLookupDict | Tom Christie | |
| 2015-01-23 | Added UUIDField. | Tom Christie | |
| 2015-01-23 | Add 1.8 support | Tom Christie | |
| 2015-01-23 | Merge master | Tom Christie | |
| 2015-01-23 | More sensible response caching. | Tom Christie | |
| 2015-01-23 | More graceful handling of malformed Content-Disposition | Tom Christie | |
| 2015-01-23 | Work around meta API differences | Tom Christie | |
| 2015-01-22 | Add paging controls | Tom Christie | |
| 2015-01-22 | Cursor pagination now works with OrderingFilter | Tom Christie | |
| 2015-01-22 | Support ordering attribute either on view or on pagination class for ↵ | Tom Christie | |
| CursorPagination | |||
| 2015-01-22 | Support for tuple ordering in cursor pagination | Tom Christie | |
| 2015-01-22 | Python 3 fixes for cursor pagination | Tom Christie | |
| 2015-01-22 | Fix for python 3 | Tom Christie | |
| 2015-01-22 | Tidy up cursor tests and make more comprehensive | Tom Christie | |
| 2015-01-22 | Tests for reverse pagination | Tom Christie | |
| 2015-01-22 | Add support for reverse cursors | Tom Christie | |
| 2015-01-21 | Merge branch 'version-3.1' into cursor-pagination | Tom Christie | |
| 2015-01-21 | Owned by import * | Xavier Ordoquy | |
| 2015-01-21 | Workaround Django issue 24198. | Xavier Ordoquy | |
| 2015-01-21 | Do not render HTML output for hidden fields. Closes #2410. | Tom Christie | |
