aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
AgeCommit message (Expand)Author
2012-10-30Hyperlinked serializer testsTom Christie
2012-10-30Adding failing tests that show null=True model fields are won't validate if t...Marko Tibold
2012-10-29Fix slug based put as create testTom Christie
2012-10-29PUT as create should return 200Tom Christie
2012-10-29Merge pull request #331 from markotibold/test_put_as_createTom Christie
2012-10-28readonly -> read_onlyTom Christie
2012-10-28Get the correct instanceMarko Tibold
2012-10-28test_put_as_create_on_id_based_url should check for a created-response.Marko Tibold
2012-10-28Merge pull request #330 from tomchristie/tutorial-refactorTom Christie
2012-10-28Added wo tests. One for PUTing on a non-existing id-based url. And another fo...Marko Tibold
2012-10-28TemplateHTMLRenderer, StaticHTMLRendererTom Christie
2012-10-27Push tests into a seperate app namespace 'rest_framework.test'Tom Christie
2012-10-26Fix failing 'default' on ModelSerializerTom Christie
2012-10-24Add cross-field validate methodJamie Matthews
2012-10-24Switch from clean_<fieldname> to validate_<fieldname>, clarify documentationJamie Matthews
2012-10-24Implement per-field validation on SerializersJamie Matthews
2012-10-22#314 Fix for manytomany field being required in the payload even though the f...Ian Strachan
2012-10-22Fix serialization of reverse relationshipsJamie Matthews
2012-10-18Added tests for dotted notation in serializer field sourceIan Strachan
2012-10-17Negotiation API finalized. .select_renderers and .select_parsersTom Christie
2012-10-17Added `media_type` to `.parse()` - Consistency with renderer API.Tom Christie
2012-10-17Drop .parse_string_or_stream() - keep API minimal.Tom Christie
2012-10-17Make default field check safe for boolean values whereby 'False' may be an ac...Rob Dobson
2012-10-15Merge pull request #296 from ulmus/restframework2Tom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-15Removed serializer.TextField and related testsJens Alm
2012-10-15Added tests for TextFieldJens Alm
2012-10-14Documentation for parsersTom Christie
2012-10-11Sanitise JSON error messagesTom Christie
2012-10-10Make sure JSON output in Browseable API is nicely indentedTom Christie
2012-10-10Permissions and throttles no longer have a view attribute on self. Explicitl...Tom Christie
2012-10-09Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows...Tom Christie
2012-10-09Remove Field handling relations/relationship managers - use RelatedField/Many...Tom Christie
2012-10-09Tweak authtokenTom Christie
2012-10-08Fix issue where required fields were not being properly validated. Also make...Tom Christie
2012-10-08Fix fiddly content-overloading bugTom Christie
2012-10-08Fix #285Tom Christie
2012-10-05Remove unused test fileTom Christie
2012-10-05Support PUT for createTom Christie
2012-10-05Add test for non-GET methods to api_view decoratorTom Christie
2012-10-05Remove Parser.can_handle_request()Tom Christie
2012-10-05Docs for template responsesTom Christie
2012-10-05HTMLTemplateRenderer workingTom Christie
2012-10-05User .accepted_renderer, .accepted_media_typeTom Christie
2012-10-05Accepted media type uses most specific of client/renderer media types.Tom Christie
2012-10-04Fix for field to make it easier to access field relationshipsTom Christie
2012-10-04Initial tests for hyperlinked relationshipsTom Christie
2012-10-04Make Import patterns 1.3 compatibleTom Christie
2012-10-04HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no hype...Tom Christie
2012-10-04Tests for default arguments on fieldsTom Christie