aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
AgeCommit message (Expand)Author
2012-11-09Merge pull request #383 from tomchristie/filteringTom Christie
2012-11-08Make default FILTER_BACKEND = NoneTom Christie
2012-11-08Fixed creation of objects with reversed M2M relationsTomi Pajunen
2012-11-07Make filtering optional, and pluggable.Tom Christie
2012-11-07Merge branch 'restframework2-filter' of git://github.com/onepercentclub/djang...Tom Christie
2012-11-06Support for HTML error templates. Fixes #319.Tom Christie
2012-11-06Merge branch 'master' into restframework2-filterBen Konrath
2012-11-05TweaksTom Christie
2012-11-05Merge pull request #347 from minddust/masterTom Christie
2012-11-05fixed typoStephan Groß
2012-11-05added testcase for custom slug field in hyperlinkedrelatedfieldStephan Groß
2012-11-05`queryset` argument is now optional on writable model fields.Tom Christie
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie
2012-11-04Remove `request' from response instance whileJacob Magnusson
2012-11-04Add tests for caching of GET/HEAD requests usingJacob Magnusson
2012-11-03Added test for ModelSerializer Meta fieldsJacob Magnusson
2012-11-03Added test that makes sure that fields withJacob Magnusson
2012-11-03Bye bye star importJacob Magnusson
2012-11-02TweaksTom Christie
2012-11-02foreign key testsTom Christie
2012-11-02Initial PK relationship testsTom Christie
2012-11-01Merge branch 'master' into restframework2-filterBen Konrath
2012-10-31PUT as create should return 201. Fixes #340.Tom Christie
2012-10-30Merge fixes for 'blank=True' fields. Fixes #324, Fixes #325Tom Christie
2012-10-30Allow use of absolute URLs when deserializing hyperlinked fieldsTom Christie
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