aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-06-06Never deepcopy validators. Closes #913Tom Christie
2013-06-05Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-06-05Remove ConfigurationError in favor of Django's ImproperlyConfiguredTom Christie
2013-06-05Added @areski for docs fix #912. Thanks!Tom Christie
2013-06-05Merge pull request #912 from areski/masterTom Christie
Fix on documentation - wrong reference at previous created view UserList / UserDetail
2013-06-05Fix up tests and toxTom Christie
2013-06-05Fix on documentation - wrong reference at previous created view UserList / ↵Areski Belaid
UserDetail
2013-06-04Added trailing_slash argument to routers. Closes #905Tom Christie
2013-06-04Fix ModelField docs. Closes #909.Tom Christie
2013-06-04Test cases and fix for plain-list relationships (ie not queryset) Closes #878.Tom Christie
2013-06-03Regression test for #840. Closes #840.Tom Christie
2013-06-03Merge pull request #904 from menghan/fix-doc-typoTom Christie
fix doc typo
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-03Added @copitux for work on #900. Thanks! :)Tom Christie
2013-06-03Merge pull request #900 from copitux/fix-validation-layerTom Christie
Bugfix: Fix run validation layer with invalid data
2013-06-02Add Django 1.6 to docs and to toxTom Christie
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-02Added @aburgel for work on #887. Thank you :)Tom Christie
2013-06-02Add notes on 'method' argument to '@action' decoratorTom Christie
2013-06-02Upgraded the django-oauth2-provider.Xavier Ordoquy
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-02Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-06-02view_name argument to HyperlinkedModelSerializer is now properly enforced. ↵Tom Christie
Closes #471
2013-06-02fix doc typoMenghan
2013-05-31Merge pull request #903 from craigteegarden/patch-1Tom Christie
fix typo
2013-05-31fix typoCraig Teegarden
2013-05-31Update release notesTom Christie
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-30Rephrase serializer -> form notes in tutorialTom Christie
2013-05-30Release notesTom Christie
2013-05-30Note widget attribute on serializer field. Closes #836.Tom Christie
2013-05-30Fix quickstart urls module name. Closes #902Tom 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 #898 from minddust/fix_md_formatStephan Groß
Fix md formatting and typos
2013-05-28Fix md formatting and typosStephan Groß
2013-05-28Add @pborreli for #897Stephan Groß
2013-05-28Merge pull request #897 from pborreli/typosStephan Groß
Fixed typos
2013-05-28Fixed typosPascal Borreli