aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-05-19FIXED TEST FOR: don't expose fields for GET and DELETE - leaving room for par...Nikolaus Schlemm
2013-05-19Merge remote-tracking branch 'grimborg/issue-192-expose-fields-for-options' i...Nikolaus Schlemm
2013-05-19don't expose fields for GET and DELETE - leaving room for parameters like e.g...Nikolaus Schlemm
2013-05-19WORKAROUND: avoid errors like "AttributeError: 'APIRoot' object has no attrib...Nikolaus Schlemm
2013-05-19Disabled label and help_text in unit test. We should change the test soOscar Vilaplana
2013-05-19Made field label optional in OPTIONSOscar 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-18Only use object permissions in browsable api form generation if an object existsTom Christie
2013-05-18Enforce object permissions check when rendering forms in browseable APITom Christie
2013-05-18Fix broken 'binary content' in browseable APITom Christie
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-18Correct charset on UnicodeJSONRendererTom Christie
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-18Move function to compat.Ryan Kaskel
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-18Merge latest changes from master.Ryan Kaskel
2013-05-18Handle Python 3 strings and lazy strings.Ryan Kaskel
2013-05-18Fix order for applying min_value to fieldsStephan Groß
2013-05-18Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...Nikolaus Schlemm
2013-05-18draft for fields' metadata via OPTIONS - needs review and decisionNikolaus Schlemm
2013-05-18only catch relevant exceptions ;)Nikolaus Schlemm
2013-05-18Tests proper encoding in JSONRenderer and UnicodeJSONRendererPablo Recio
2013-05-18Better checking if the content can be printable in the BrowsableAPIPablo Recio
2013-05-18Adds UnicodeJSONRenderer which doesn't ensure asciiPablo Recio
2013-05-18Adding a class attribute into JSONRenderer for ensuring ascii, and using it c...Pablo 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-18Merge pull request #861 from minddust/fix_missing_field_valuesTom Christie
2013-05-18Fix missing para..Stephan Groß
2013-05-18Add newlineStephan Groß
2013-05-18Rename has_user_through_model -> has_through_modelTom Christie
2013-05-18Add TestCases for default field valuesStephan Groß
2013-05-18Merge pull request #854 from ryankask/issue-775Tom Christie
2013-05-18expose the fields metadata via OPTIONS as described in https://github.com/tom...Nikolaus Schlemm
2013-05-18Merge pull request #858 from minddust/fix_710Tom Christie
2013-05-18Merge pull request #860 from andymckay/masterTom Christie
2013-05-18Removed unicode literalsPablo Recio
2013-05-18Merge branch 'master' into 675-empty-label-related-fieldPablo Recio
2013-05-18startswith can take a tupleAndy McKay
2013-05-18Update getattrStephan Groß
2013-05-18Merge pull request #859 from craigds/masterTom Christie
2013-05-18Styling tweaksTom Christie