| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-10 | Merge pull request #2540 from linovia/release/3.0.53.0.5 | Xavier Ordoquy | |
| Release/3.0.5 | |||
| 2015-02-10 | Bumped the version to 3.0.5 | Xavier Ordoquy | |
| 2015-02-10 | Add `distinct` call in `filter_queryset` | Carlton Gibson | |
| 2015-02-09 | Fixes for latest version of pep8 | Tom Christie | |
| 2015-02-09 | Py3 compat fix | Tom Christie | |
| 2015-02-09 | Fix misleading AttributeErrors | Tom Christie | |
| 2015-02-05 | Update throttling.py | Kaptian | |
| Use pk pseudo attribute for identifying the user (in case the user model is not the default and has a different column name for the unique id) | |||
| 2015-02-04 | Merge pull request #2518 from longhotsummer/patch-1 | Tom Christie | |
| FIX: Don't default to list in method args | |||
| 2015-02-04 | Parens around if clause | Greg Kempe | |
| 2015-02-04 | Use inline if | Greg Kempe | |
| 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-04 | FIX: Don't default to list in method args | Greg Kempe | |
| Fixes @list_route and @detail_route so that they don't initialize their `methods` parameter as a list. In some cases the list gets cleared, and the result is that default parameter is now empty, and may get reused unexpectedly. | |||
| 2015-02-02 | Fixed missing whitespace in error string. | Jason Yan | |
| 2015-02-02 | Fixed typos in docstrings. | Omer Katz | |
| 2015-01-31 | _closable_objects as an empty list, not deletedempty_closable_objects | 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 | :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-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 | 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-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 | |
| 2015-01-21 | Make ReturnDict cachable. Closes #2360. | Tom Christie | |
| 2015-01-21 | Allow missing fields option for inherited serializers. Closes #2388. | Tom Christie | |
| 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 | 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 | Fix timedelta JSON serialization on Python 2.6. | Fabien Bochu | |
| 2015-01-14 | Preserve ordering on relationship drop-down choices. Closes #2408. | Tom Christie | |
| 2015-01-12 | Merge pull request #2399 from askholme/master | Tom Christie | |
| Fix for FileUploadParser with 3.x | |||
| 2015-01-12 | Fix error when NUM_PROXIES is greater than one | José Padilla | |
| 2015-01-11 | Fix ident format when using HTTP_X_FORWARDED_FOR | José Padilla | |
| If NUM_PROXIES setting is set to None, HTTP_X_FORWARDED_FOR might be used as is, which might contain spaces and cause errors on cache backends like memcached. | |||
| 2015-01-10 | Make FileUploadParser work with standard django API | Ask Holme | |
| Output from parsers ends up in a Django MergeDict and they exists elements to be dicts - not None | |||
| 2015-01-08 | Merge remote-tracking branch 'origin/master' into release/3.0.3 | Xavier Ordoquy | |
| 2015-01-08 | Ammend docstring to use python2/3 compatible example. | Tom Christie | |
| 2015-01-08 | Ensure urlparse is not publically exposed in compat.py - less chance of ↵ | Tom Christie | |
| accidental conflict. | |||
