aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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. C...Tom Christie
2013-06-02fix doc typoMenghan
2013-05-31Merge pull request #903 from craigteegarden/patch-1Tom Christie
2013-05-31fix typoCraig Teegarden
2013-05-31Update release notesTom Christie
2013-05-31HyperlinkedModelSerializer lookup_field option should apply to HyperlinkedIde...Tom Christie
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 HyperlinedRelated...Tom Christie
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ß
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ß
2013-05-28Fixed typosPascal Borreli
2013-05-28Added Django 1.6a1 to the test matrix.Xavier Ordoquy
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-26Merge pull request #889 from sebastibe/viewset-doc-typoTom Christie
2013-05-26Fix doc typo in UserViewSet exampleSebastien Beal
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 https://github.com/grim...Tom Christie
2013-05-24Updating docsTom Christie
2013-05-23simplified, moved field humanizing to Field. broken testsOscar Vilaplana
2013-05-22Fix release notesTom Christie
2013-05-22Last bits of charset sorting-out-nessTom Christie
2013-05-22Use assertEqual, not assertEqualsTom Christie
2013-05-22Security email addressTom Christie
2013-05-22Minor cleanupTom Christie
2013-05-22Tweak method ordering for better consistencyTom Christie
2013-05-21Tweak nav style slightlyTom Christie
2013-05-21Added @mikee2185 and @mjtorn for their work on #467. Thank you :)Tom Christie
2013-05-21Note usage of django-filter 0.5.4 for Django 1.3 support. Closes #877Tom Christie
2013-05-21Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-21Merge and styling fixesTom Christie
2013-05-21Added @atarzwell for docs fix #876. Thanks!Tom Christie