| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-25 | Add a test for #2583 fix | Yannick PEROUX | |
| 2015-02-20 | Validator-fix, added min/max fields to test_metadata | Rense VanderHoek | |
| 2015-02-19 | Failing test for #2552 | José Padilla | |
| 2015-02-13 | Merge pull request #2198 from tomchristie/version-3.1 | Tom Christie | |
| Version 3.1 | |||
| 2015-02-10 | Failing test case for #1488 | Carlton Gibson | |
| 2015-02-09 | Merge master | Tom Christie | |
| 2015-02-09 | Fixes for latest version of pep8 | Tom Christie | |
| 2015-02-09 | pep8 fix | Tom Christie | |
| 2015-02-09 | Py3 compat fix | Tom Christie | |
| 2015-02-06 | Minor cleanup | Tom Christie | |
| 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 | Minor bits of test cleanup | Tom Christie | |
| 2015-02-05 | Fix NamespaceVersioning with hyperlinked serializer fields | Tom Christie | |
| 2015-02-04 | Prefetching the user object when getting the token in TokenAuthentication. | Ofir Ovadia | |
| Since the user object is fetched 4 lines after getting Token from the database, this removes a DB query for each token-authenticated request. | |||
| 2015-02-03 | Reorganize tests. | Brandon Cazander | |
| 2015-02-02 | Remove unnecessary APIRequestFactory get from tests. | Brandon Cazander | |
| 2015-02-02 | Provide rest_framework.resolve. Fixes #2489 | Brandon Cazander | |
| 2015-01-31 | Fix error text in test. | Tom Christie | |
| 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-27 | Clone the versioning_scheme when necessary. Fixes #2477 | Brandon Cazander | |
| 2015-01-27 | reorganize imports | Susan Dreher | |
| 2015-01-27 | reorganize imports | Susan Dreher | |
| 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 | Reload api_settings when using Django's 'override_settings' | Tom Christie | |
| 2015-01-24 | Streamline test for #2455 | Brandon Cazander | |
| 2015-01-24 | Add missed files for test. | Brandon Cazander | |
| 2015-01-24 | Add failing test for request.version AttributeError in BrowsableAPI. | Brandon Cazander | |
| 2015-01-23 | Added DictField and support for HStoreField. | Tom Christie | |
| 2015-01-23 | Added UUIDField. | 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 | Add missing skipUnless(django_filters) | Tom Christie | |
| 2015-01-23 | Fix template loader monkey patching to also support 1.8 | 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 | 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 | Make ReturnDict cachable. Closes #2360. | Tom Christie | |
| 2015-01-21 | Merge master | Tom Christie | |
| 2015-01-21 | Allow missing fields option for inherited serializers. Closes #2388. | Tom Christie | |
| 2015-01-19 | Merge branch 'version-3.1' into cursor-pagination | Tom Christie | |
| 2015-01-19 | Merge master | Tom Christie | |
| 2015-01-19 | Drop trailing whitespace on indented JSON output. Closes #2429. | Tom Christie | |
