aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/generics.py
AgeCommit message (Expand)Author
2013-01-02Merge remote-tracking branch 'reference/py3k' into p3kXavier Ordoquy
2012-12-18Fix for pks returning as strings when set in pre_save. Fixes #482. Thanks to...Tom Christie
2012-12-17Fix bug with M2M in browseable APITom Christie
2012-11-24Every (base) test should now pass with python3.Xavier Ordoquy
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-10-31PUT as create should return 201. Fixes #340.Tom Christie
2012-10-29Fix slug based put as create testTom Christie
2012-10-29PUT as create should return 200Tom 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-28Added wo tests. One for PUTing on a non-existing id-based url. And another fo...Marko Tibold
2012-10-08Fix #285Tom Christie
2012-10-05Support PUT for createTom Christie
2012-10-04HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no hype...Tom Christie
2012-10-03Rename generic viewsTom Christie
2012-10-02Added model form field -> serializer form field mappingTom Christie
2012-10-02Add test to ensure that pk is readonly in PUT requestsTom Christie
2012-10-02Fix bug where pk could be set in post dataTom Christie
2012-10-01Expand pagination support, add docsTom Christie
2012-09-28Add more tests for generic viewsTom Christie
2012-09-28Add more tests for generic viewsTom Christie
2012-09-28Fix broken bits of generic viewsTom Christie
2012-09-28Get test-only models properly workingTom Christie