aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
AgeCommit message (Expand)Author
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-02Test cleanupTom 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-30Improve avoid validation test: #900David Medina
2013-05-29Bugfix: Fix run validation layer with invalid dataDavid Medina
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-28Raise 404 on incorrect lookup type in URL, not 500. Closes #890.Tom 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-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-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
2013-05-19Removed unused importsOscar Vilaplana
2013-05-19s/Single Character/String/Oscar Vilaplana
2013-05-19Added tests, cleaned up importsOscar Vilaplana
2013-05-19FIXED TEST FOR: don't expose fields for GET and DELETE - leaving room for par...Nikolaus Schlemm
2013-05-19Disabled label and help_text in unit test. We should change the test soOscar Vilaplana
2013-05-19Integrated status quo of grimborg's awesome humanize_field() for exposing fie...Nikolaus Schlemm
2013-05-19Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...Nikolaus Schlemm
2013-05-18Merge branch 'issue-192-expose-fields-for-options' of git://github.com/grimbo...Nikolaus Schlemm
2013-05-18added unittests for permission check of exposing actions via OPTIONSNikolaus Schlemm
2013-05-18added tests for formOscar Vilaplana
2013-05-18Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-18Added proper charset supportTom Christie
2013-05-18Added humanized field names and typesOscar Vilaplana
2013-05-18Merge pull request #865 from ryankask/issue-747-lazy-strings-serializedTom Christie
2013-05-18Merge pull request #864 from minddust/fix_missing_min_valuesTom Christie
2013-05-18HEAD and OPTIONS should not be exposed as actions as discussed in https://git...Nikolaus Schlemm
2013-05-18Drop another case of u'', this time from #530 codeMarkus Törnqvist
2013-05-18Drop u'', it was used inconsistently and breaks for nothing with Python 3.2Markus Törnqvist
2013-05-18Merge latest changes from master.Ryan Kaskel
2013-05-18Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...Nikolaus Schlemm
2013-05-18Merge branch 'master' into mjtorn-masterMarkus Törnqvist