aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
AgeCommit message (Collapse)Author
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-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-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 ↵Nikolaus Schlemm
parameters like e.g. filter or paginate
2013-05-19Disabled label and help_text in unit test. We should change the test soOscar Vilaplana
that it sets them up.
2013-05-19Integrated status quo of grimborg's awesome humanize_field() for exposing ↵Nikolaus Schlemm
field metadata via OPTIONS :)
2013-05-19Merge branch 'master' of git://github.com/tomchristie/django-rest-framework ↵Nikolaus Schlemm
into issue-192-expose-fields-for-options
2013-05-18Merge branch 'issue-192-expose-fields-for-options' of ↵Nikolaus Schlemm
git://github.com/grimborg/django-rest-framework into issue-192-expose-fields-for-options Conflicts: rest_framework/tests/fields.py
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
Issue 747 lazy strings serialized
2013-05-18Merge pull request #864 from minddust/fix_missing_min_valuesTom Christie
Fix missing min values
2013-05-18HEAD and OPTIONS should not be exposed as actions as discussed in ↵Nikolaus Schlemm
https://github.com/nschlemm/django-rest-framework/commit/a42afa04c38afe25c9032b8ce37b572678b02cf1#commitcomment-3241476
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 ↵Nikolaus Schlemm
into issue-192-expose-fields-for-options
2013-05-18Merge branch 'master' into mjtorn-masterMarkus Törnqvist
Conflicts: rest_framework/serializers.py rest_framework/tests/serializer.py Fixed conflicts
2013-05-18draft for fields' metadata via OPTIONS - needs review and decisionNikolaus Schlemm
2013-05-18Tests proper encoding in JSONRenderer and UnicodeJSONRendererPablo Recio
2013-05-18Add min_value=0 to autogenerated Pos..IntFieldsStephan Groß
2013-05-18Merge branch 'master' of git://github.com/tomchristie/django-rest-frameworkKarol Majta
2013-05-18charset param gets now appended to response's Content-Type. Closes #807Karol Majta
2013-05-18Two test cases for html rendering of API with labelized modelMarkus Törnqvist
2013-05-18Update FieldLabelTest to use new BasicModel.verbose_nameMarkus Törnqvist
2013-05-18Change BasicModel.verbose_nameMarkus Törnqvist
Isn't it nicer to test for a text which is different from what the previous broken behavior was? Now we can really tell it works!
2013-05-18Merge pull request #861 from minddust/fix_missing_field_valuesTom Christie
Remove default values - django sets them for us - cause of #710
2013-05-18Fix missing para..Stephan Groß
2013-05-18Add newlineStephan Groß
2013-05-18Add TestCases for default field valuesStephan Groß
2013-05-18Merge pull request #854 from ryankask/issue-775Tom Christie
All relations pointing to ManyToManyFields should default to read-only
2013-05-18Merge pull request #858 from minddust/fix_710Tom Christie
Fix for #710