aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-01-27reorganize importsSusan Dreher
2015-01-27reorganize importsSusan Dreher
2015-01-27:bug: ManyRelatedField get_value clearing field on partial updateSusan Dreher
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-27Merge pull request #2456 from brandoncazander/version-3.1Tom Christie
2015-01-26Set a version attribute on cloned requests if necessary.Brandon Cazander
2015-01-26Galileo Press -> Rheinwerk VerlagTom Christie
2015-01-25Merge pull request #2458 from jfw/patch-3José Padilla
2015-01-24typo in fields.mdJeff Fein-Worton
2015-01-24Merge pull request #2457 from jfw/patch-3Kevin Brown
2015-01-24minor typo in viewsets docsJeff Fein-Worton
2015-01-24Streamline test for #2455Brandon Cazander
2015-01-24Use enhanced request when cloning requests for checking permissions on other ...Brandon Cazander
2015-01-24Add missed files for test.Brandon Cazander
2015-01-24Add failing test for request.version AttributeError in BrowsableAPI.Brandon Cazander
2015-01-23Merge pull request #2453 from alexsdutton/data-and-files-none-dataTom Christie
2015-01-23Pass {} as data to DataAndFiles, as it ends up in a MergeDictAlexander Dutton
2015-01-23Merge pull request #2451 from tomchristie/dict-fieldTom Christie
2015-01-23Added DictField and support for HStoreField.Tom Christie
2015-01-23Merge pull request #2448 from tomchristie/uuid-fieldTom Christie
2015-01-23Merge pull request #2447 from carltongibson/update-df-referencesTom Christie
2015-01-23Support assignment in ClassLookupDictTom Christie
2015-01-23UUIDField docsTom Christie
2015-01-23Added UUIDField.Tom Christie
2015-01-23Add 1.8 supportTom Christie
2015-01-23Merge masterTom 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
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
2015-01-22Merge pull request #2428 from tomchristie/cursor-paginationTom Christie
2015-01-22Add paging controlsTom Christie
2015-01-22Cursor pagination now works with OrderingFilterTom Christie
2015-01-22Support ordering attribute either on view or on pagination class for CursorPa...Tom Christie
2015-01-22Support for tuple ordering in cursor paginationTom Christie
2015-01-22Python 3 fixes for cursor paginationTom Christie
2015-01-22Fix for python 3Tom Christie
2015-01-22Tidy up cursor tests and make more comprehensiveTom Christie
2015-01-22Tests for reverse paginationTom Christie