aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Collapse)Author
2013-06-03Version 2.3.52.3.5Tom Christie
2013-06-03request.user should be still be accessible in renderer context if ↵Tom Christie
authentication fails
2013-06-03Merge pull request #900 from copitux/fix-validation-layerTom Christie
Bugfix: Fix run validation layer with invalid data
2013-06-02Merge pull request #895 from linovia/django1.6a1Tom Christie
Added Django 1.6a1 to the test matrix.
2013-06-02Only use test import munging prior to Django 1.6's new test runnerTom Christie
2013-06-02Add notes on 'method' argument to '@action' decoratorTom Christie
2013-06-02Serializer field 'default' argument may be a callableTom Christie
2013-06-02Merge branch 'master' of https://github.com/woakas/django-rest-frameworkTom Christie
2013-06-02Test cleanupTom Christie
2013-06-02view_name argument to HyperlinkedModelSerializer is now properly enforced. ↵Tom Christie
Closes #471
2013-05-31HyperlinkedModelSerializer lookup_field option should apply to ↵Tom Christie
HyperlinkedIdentityField
2013-05-31Cleaning up imports and whitespaceTom Christie
2013-05-31Remove unused test helper moduleTom Christie
2013-05-30Improve avoid validation test: #900David Medina
2013-05-29Fix default field when is a simple callable function.Gustavo Andrés Angulo
2013-05-29Added get_url hook to HyperlinkedIdentityField in line with ↵Tom Christie
HyperlinedRelatedField. Closes #883
2013-05-29Bugfix: Fix run validation layer with invalid dataDavid Medina
2013-05-29Use absolute name imports for tests if django version is 1.6+.Xavier Ordoquy
2013-05-29Change test urls to match 1.6 test module name styleTom Christie
2013-05-29Rename test modules to 1.6 styleTom Christie
2013-05-28Merge pull request #897 from pborreli/typosStephan Groß
Fixed typos
2013-05-28Fixed typosPascal Borreli
2013-05-28Backwards compatible approach to HyperlinkedIdentityField URLs. Closes #892Tom Christie
2013-05-28Raise 404 on incorrect lookup type in URL, not 500. Closes #890.Tom Christie
2013-05-24Version 2.3.42.3.4Tom Christie
2013-05-24Clean up OPTIONS implementationTom Christie
2013-05-24Allow action decorator to handle multiple http methodsAlex Burgel
2013-05-24Merge branch 'issue-192-expose-fields-for-options' of ↵Tom Christie
https://github.com/grimborg/django-rest-framework into improved-options-support
2013-05-23simplified, moved field humanizing to Field. broken testsOscar Vilaplana
2013-05-22Last bits of charset sorting-out-nessTom Christie
2013-05-22Use assertEqual, not assertEqualsTom Christie
2013-05-22Minor cleanupTom Christie
2013-05-22Tweak method ordering for better consistencyTom Christie
2013-05-21Merge and styling fixesTom Christie
2013-05-20content type may be set explicitly on the responseTom Christie
2013-05-20Fix charset issuesTom Christie
2013-05-20Updated SlugField to raise validation errors for invalid slugsDavid Jones
2013-05-19removed TODOOscar Vilaplana
2013-05-19removed TODOOscar Vilaplana
2013-05-19removed TODOOscar Vilaplana
2013-05-19fixed tests, added docs, renamed helper methodOscar Vilaplana
2013-05-19fixed merge conflictOscar Vilaplana
2013-05-19* make test assertion more explicitNikolaus Schlemm
* cleanup
2013-05-19Added min_length and max_lengthOscar Vilaplana
2013-05-19Removed unused importsOscar Vilaplana
2013-05-19s/Single Character/String/Oscar Vilaplana
2013-05-19Merge remote-tracking branch 'grimborg/issue-192-expose-fields-for-options' ↵Nikolaus Schlemm
into issue-192-expose-fields-for-options
2013-05-19Added tests, cleaned up importsOscar Vilaplana
2013-05-19use double quotes for docstring instead of single quotesNikolaus Schlemm
2013-05-19FIXED TEST FOR: don't expose fields for GET and DELETE - leaving room for ↵Nikolaus Schlemm
parameters like e.g. filter or paginate