aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-01-28Merge pull request #2482 from mareknaskret/patch-1Tom Christie
Update filtering.md
2015-01-28Update filtering.mdmareknaskret
Updated links for django-guardian package.
2015-01-28Merge pull request #2475 from sdreher/masterTom Christie
ManyRelatedField.get_value clearing field on partial update
2015-01-28Merge pull request #2479 from lucaswiman/custom_user_shim_db_tableTom Christie
Use the proper db_table argument when constructing meta
2015-01-28Merge pull request #2473 from tomchristie/reload-settingsTom Christie
Reload api_settings when using Django's 'override_settings'
2015-01-27Use the proper db_table argument when constructing metaLucas Wiman
2015-01-28Fix #2476Xavier Ordoquy
2015-01-27Merge pull request #2474 from linovia/release/3.0.43.0.4Xavier Ordoquy
Release notes for 3.0.4
2015-01-27reorganize importsSusan Dreher
2015-01-27reorganize importsSusan Dreher
2015-01-27:bug: ManyRelatedField get_value clearing field on partial updateSusan 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-27Bumped the version.Xavier Ordoquy
2015-01-27Release notes for 3.0.4Xavier Ordoquy
2015-01-27Reload api_settings when using Django's 'override_settings'Tom Christie
2015-01-26Galileo Press -> Rheinwerk VerlagTom Christie
2015-01-25Merge pull request #2458 from jfw/patch-3José Padilla
typo in fields.md
2015-01-24typo in fields.mdJeff Fein-Worton
2015-01-24Merge pull request #2457 from jfw/patch-3Kevin Brown
minor typo in viewsets docs
2015-01-24minor typo in viewsets docsJeff Fein-Worton
2015-01-23Merge pull request #2453 from alexsdutton/data-and-files-none-dataTom Christie
Pass {} as data to DataAndFiles, as it ends up in a MergeDict
2015-01-23Pass {} as data to DataAndFiles, as it ends up in a MergeDictAlexander Dutton
In the same vein as #2399.
2015-01-23Merge pull request #2451 from tomchristie/dict-fieldTom Christie
Added DictField and support for HStoreField.
2015-01-23Added DictField and support for HStoreField.Tom Christie
2015-01-23Merge pull request #2448 from tomchristie/uuid-fieldTom Christie
Added UUIDField.
2015-01-23Merge pull request #2447 from carltongibson/update-df-referencesTom Christie
Update Django-Filter references
2015-01-23Support assignment in ClassLookupDictTom Christie
2015-01-23UUIDField docsTom Christie
2015-01-23Added UUIDField.Tom Christie
2015-01-23Update Django-Filter references in docs and requirements.Carlton Gibson
2015-01-23Restore DF for Django 1.8Carlton Gibson
2015-01-23Drop erronous check-inTom Christie
2015-01-23Merge pull request #2446 from tomchristie/django-18-alphaTom Christie
Support 1.8-alpha.
2015-01-23Move 1.8-alpha out of 'expected failures'Tom Christie
2015-01-23More sensible response caching.Tom Christie
2015-01-23More graceful handling of malformed Content-DispositionTom Christie
2015-01-23Add missing skipUnless(django_filters)Tom Christie
2015-01-23Fix template loader monkey patching to also support 1.8Tom Christie
2015-01-23Fix test matrixTom Christie
2015-01-23Drop django-filter from 1.8Tom Christie
2015-01-23Work around meta API differencesTom Christie
2015-01-23Merge pull request #2441 from linovia/bugfix/2425Tom Christie
Support for Django 1.8a1
2015-01-22Merge pull request #2444 from duncm/patch-1Tom Christie
fix link to Django CSRF docs
2015-01-22fix link to Django CSRF docsDuncan Maitland
2015-01-21Owned by import *Xavier Ordoquy
2015-01-21Workaround Django issue 24198.Xavier Ordoquy
2015-01-21Use compact traceback for errors reporting.Xavier Ordoquy
2015-01-21Do not render HTML output for hidden fields. Closes #2410.Tom Christie
2015-01-21Make ReturnDict cachable. Closes #2360.Tom Christie
2015-01-21Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2015-01-21Allow missing fields option for inherited serializers. Closes #2388.Tom Christie