aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-05-10Unicode string fixTom Christie
2013-05-10Improve custom filtering exampleTom Christie
2013-05-10Added SearchFilterTom Christie
2013-05-10SearchFilter and testsTom Christie
2013-05-10Move models into test modules, out of models moduleTom Christie
2013-05-10Docs tweaksTom Christie
2013-05-10Added @hamishcampbell for docs fix #818. Thanks!Tom Christie
2013-05-10Merge pull request #818 from hamishcampbell/masterTom Christie
2013-05-10Fix minor code error in Generic Views documentation - missing `if` statement.Hamish Campbell
2013-05-09Fix HyperlinkedModelSerializer not respecting lookup_fieldsTom Christie
2013-05-09Tweak inheritanceTom Christie
2013-05-09Added GenericViewSet and docs tweakingTom Christie
2013-05-09Tweak doc text slightlyTom Christie
2013-05-09Added 'Customizing the generic views' section. Closes #816Tom Christie
2013-05-09Merge pull request #817 from maspwr/writable-nested-modelserializerTom Christie
2013-05-08Fix deprecation warnings in relations_nested testsMark Aaron Shirley
2013-05-08Merge remote-tracking branch 'upstream/master' into writable-nested-modelseri...Mark Aaron Shirley
2013-05-08Version 2.3.22.3.2Tom Christie
2013-05-08Fix DATETIME_FORMAT, DATE_FORMAT, TIME_FORMAT settings. Closes #798Tom Christie
2013-05-08Test and fix for #814.Tom Christie
2013-05-08Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-08Add rails in credits sectionTom Christie
2013-05-08Allow None filename on uploaded filesTom Christie
2013-05-08Update generic-views.mdTom Christie
2013-05-08Added @dhepper for typo fixes in #812.Tom Christie
2013-05-08Merge pull request #812 from dhepper/masterTom Christie
2013-05-07TypoTom Christie
2013-05-07Fixed typos in tutorialDaniel Hepper
2013-05-07Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-07Added @eyepulp for fix #810Tom Christie
2013-05-07Merge pull request #810 from EyePulp/patch-1Tom Christie
2013-05-07Remove accidental conflict diffTom Christie
2013-05-07Updated the README.md example to fix a class referenceEyePulp
2013-05-07Fix breadcrumb rendering issue2.3.1Tom Christie
2013-05-07Version 2.3.02.3.0Tom Christie
2013-05-07Docs for FileUploadParserTom Christie
2013-05-07Merge pull request #806 from wronglink/masterTom Christie
2013-05-07Merge pull request #808 from tomchristie/2.3Tom Christie
2013-05-07Tweak 2.3 release notesTom Christie
2013-05-07Support for multiple filter classesTom Christie
2013-05-07allow_empty -> pending deprecation in preference of overridden get_queryset.Tom Christie
2013-05-05Merge masterTom Christie
2013-05-05Merge pull request #805 from vshih/masterTom Christie
2013-05-05Merge branch 'master' into 2.3Tom Christie
2013-05-05docs, docs, docsTom Christie
2013-05-05.action attribute on viewsetsTom Christie
2013-05-05lookup_field on hyperlink serializersTom Christie
2013-05-04Docs for FileUploadParserMichael Elovskikh
2013-05-04Raise ParseError if can't handle the uploaded fileMichael Elovskikh
2013-05-04Codebase improvements on FileUploadParserMichael Elovskikh