| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-24 | Metadata should detect null boolean field type. | Simon Charette | |
| 2015-03-19 | Handling the fallback in `reverse` | Ion Scerbatiuc | |
| 2015-03-19 | Handle reversal of non-API view_name in HyperLinkedRelatedField | Ion Scerbatiuc | |
| 2015-03-14 | Simplify test settings | José Padilla | |
| 2015-03-13 | Fix lookup_url_kwarg handling in viewsets. | Raphaël Barrois | |
| The ``lookup_url_kwarg`` is intended to set the name of a field in the URL regexps when using custom ``lookup_field``, but the routers ignore it altogether. | |||
| 2015-03-06 | Add support for serializing models with m2m related fields | Matt d'Entremont | |
| - In both ManyRelatedField, provide an empty return when trying to access a relation field if the instance in question has no PK (so likely hasn't been inserted yet) - Add relevant tests - Without these changes, exceptions would be raised when trying to serialize the uncreated models as it is impossible to query relations without a PK - Add test to ensure RelatedField does not regress as currently supports being serialized with and unsaved model | |||
| 2015-03-04 | Clean up pagination attributes | Tom Christie | |
| 2015-02-28 | Fix docstring formatting | Kevin Wood | |
| 2015-02-27 | Updated CreateOnlyDefault to call set_context on its default (if callable) | Kevin Wood | |
| 2015-02-27 | Merge pull request #2608 from ↵ | Tom Christie | |
| ezheidtmann/dont-swallow-errors-in-callable-sources Dont swallow errors in callable sources | |||
| 2015-02-26 | Add tests for callable attributes raising exceptions | Evan Heidtmann | |
| 2015-02-26 | Merge pull request #2572 from Ins1ne/master | Tom Christie | |
| Fix UniqueTogetherValidator for NULL values | |||
| 2015-02-26 | Who care what we do when it's totally malformed? Not me. | Tom Christie | |
| 2015-02-26 | Update test for more graceful 1.8 handling of malformed filename encodings | Tom Christie | |
| 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-19 | Return UniquenessTogetherModel to previous state | Aider Ibragimov | |
| 2015-02-19 | Skip validation of NULL field only if it part of unique_together | Aider Ibragimov | |
| 2015-02-18 | Fix UniqueTogetherValidator for NULL values | Aider Ibragimov | |
| 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 | |
