| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-26 | Galileo Press -> Rheinwerk Verlag | Tom Christie | |
| 2015-01-25 | Merge pull request #2458 from jfw/patch-3 | José Padilla | |
| typo in fields.md | |||
| 2015-01-24 | typo in fields.md | Jeff Fein-Worton | |
| 2015-01-24 | Merge pull request #2457 from jfw/patch-3 | Kevin Brown | |
| minor typo in viewsets docs | |||
| 2015-01-24 | minor typo in viewsets docs | Jeff Fein-Worton | |
| 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 | Merge pull request #2451 from tomchristie/dict-field | Tom Christie | |
| Added DictField and support for HStoreField. | |||
| 2015-01-23 | Added DictField and support for HStoreField. | Tom Christie | |
| 2015-01-23 | Merge pull request #2448 from tomchristie/uuid-field | Tom Christie | |
| Added UUIDField. | |||
| 2015-01-23 | Merge pull request #2447 from carltongibson/update-df-references | Tom Christie | |
| Update Django-Filter references | |||
| 2015-01-23 | Support assignment in ClassLookupDict | Tom Christie | |
| 2015-01-23 | UUIDField docs | Tom Christie | |
| 2015-01-23 | Added UUIDField. | Tom Christie | |
| 2015-01-23 | Update Django-Filter references in docs and requirements. | Carlton Gibson | |
| 2015-01-23 | Restore DF for Django 1.8 | Carlton Gibson | |
| 2015-01-23 | Drop erronous check-in | Tom Christie | |
| 2015-01-23 | Merge pull request #2446 from tomchristie/django-18-alpha | Tom Christie | |
| Support 1.8-alpha. | |||
| 2015-01-23 | Move 1.8-alpha out of 'expected failures' | 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-23 | Fix test matrix | Tom Christie | |
| 2015-01-23 | Drop django-filter from 1.8 | Tom Christie | |
| 2015-01-23 | Work around meta API differences | Tom Christie | |
| 2015-01-23 | Merge pull request #2441 from linovia/bugfix/2425 | Tom Christie | |
| Support for Django 1.8a1 | |||
| 2015-01-22 | Merge pull request #2444 from duncm/patch-1 | Tom Christie | |
| fix link to Django CSRF docs | |||
| 2015-01-22 | fix link to Django CSRF docs | Duncan Maitland | |
| 2015-01-21 | Owned by import * | Xavier Ordoquy | |
| 2015-01-21 | Workaround Django issue 24198. | Xavier Ordoquy | |
| 2015-01-21 | Use compact traceback for errors reporting. | Xavier Ordoquy | |
| 2015-01-21 | Do not render HTML output for hidden fields. Closes #2410. | Tom Christie | |
| 2015-01-21 | Make ReturnDict cachable. Closes #2360. | Tom Christie | |
| 2015-01-21 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2015-01-21 | Allow missing fields option for inherited serializers. Closes #2388. | Tom Christie | |
| 2015-01-20 | Merge pull request #2438 from soooooot/patch-1 | José Padilla | |
| correcting unclosed quote in docs routers.md | |||
| 2015-01-20 | correcting unclosed quote in routers.md | soooooot | |
| correcting unclosed quote in routers.md | |||
| 2015-01-19 | Merge pull request #2437 from erictheise/patch-2 | José Padilla | |
| correcting "it's" to "its" in Tutorial 1 | |||
| 2015-01-19 | correcting "it's" to "its" in Tutorial 1 | Eric Theise | |
| 2015-01-19 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2015-01-19 | NotImplemented -> NotImplementedError | Tom Christie | |
| 2015-01-19 | Merge pull request #2434 from alexsdutton/patch-1 | Tom Christie | |
| NotImplemented is not an exception | |||
| 2015-01-19 | NotImplemented is not an exception | Alexander Dutton | |
| `NotImplemented` is a singleton object, not an exception. You should be raising `NotImplementedError` here instead. | |||
| 2015-01-19 | ReturnDict and ReturnList repr as standard dict/list. Closes #2421. | Tom Christie | |
| 2015-01-19 | Handle UUID objects in JSONEncoder. Closes #2433. | Tom Christie | |
| 2015-01-19 | Merge pull request #2430 from ↵ | Tom Christie | |
| Polyconseil/fbochu/timedelta-json-serialiser-python26-support Fix timedelta JSON serialization on Python 2.6. | |||
| 2015-01-19 | Fix timedelta JSON serialization on Python 2.6. | Fabien Bochu | |
