| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2015-01-07 | Bumped the version to 3.0.3. | Xavier Ordoquy | |
| 2015-01-06 | Fix compatibility comment regarding OrderedDict | Ryan Gaffney | |
| 2015-01-05 | Pass init arguments through to serializer from pagination serializer. | Tom Christie | |
| Closes #2355. Normally a serializer won't need these arguments on __init__, but if a user has customized __init__ they may expect them to be available. | |||
| 2015-01-05 | Udpate docstring | Tom Christie | |
| 2015-01-05 | required=False allows omission of value for output. Closes #2342 | Tom Christie | |
| 2015-01-05 | Ensure no invalid min_length/min_value/max_value arguments. Closes #2369. | Tom Christie | |
| 2014-12-29 | First pass at refactoring get_field_info in utils.model_meta | Kyle Valade | |
| 2014-12-28 | Update copryright for 2015. Closes #2247. | Tom Christie | |
| 2014-12-28 | Support namespaced router URLs with DefaultRouter. | Tom Christie | |
| 2014-12-28 | Only pass max_length for CharField. Closes #2317. | Tom Christie | |
| 2014-12-26 | Paginated serializers should get context. | Tom Christie | |
| 2014-12-24 | Merge pull request #2340 from shtouff/fix-htmlform-textarea | Tom Christie | |
| Use textarea input for 'models.TextField'. | |||
| 2014-12-23 | Remove ‘/‘ from inside variable block {{ }} | Andrew Seier | |
| manage.py compress —force causes a warning here. | |||
| 2014-12-23 | Remove commented code (warning during compression) | Andrew Seier | |
| manage.py compress —force causes a warning here. | |||
| 2014-12-22 | fix the way to use textarea rather than input with models.TextField | Remi Paulmier | |
| 2014-12-20 | Merge pull request #2331 from ↵ | Tom Christie | |
| tomchristie/use-custom-list-serializer-for-pagination Use custom ListSerializer for pagination if required. | |||
