Andrew Hankinson
|
c6f212238c
|
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework into patch-support
|
2012-12-30 14:03:08 -04:00 |
|
Andrew Hankinson
|
df1880185c
|
Renaming DRFRequestFactory to RequestFactory
Updated tests to reflect the new name.
|
2012-12-30 13:58:08 -04:00 |
|
Andrew Hankinson
|
e61eab43f4
|
Adjust PATCH test cases to use the new DRFRequestFactory
|
2012-12-20 00:28:01 -05:00 |
|
Tom Christie
|
6693d2d277
|
Fix for pks returning as strings when set in pre_save. Fixes #482. Thanks to @n8agrin for the bug report.
|
2012-12-18 18:21:58 +00:00 |
|
Tom Christie
|
aa72f8d63d
|
Fix bug with M2M in browseable API
|
2012-12-17 21:59:51 +00:00 |
|
Andrew Hankinson
|
18338a37d3
|
Adding PATCH support to Django REST Framework
|
2012-12-16 14:49:18 -05:00 |
|
Tom Christie
|
027c9079f6
|
PUT as create should return 201. Fixes #340.
|
2012-10-31 20:11:38 +00:00 |
|
Tom Christie
|
b6c90c0d68
|
Fix slug based put as create test
|
2012-10-29 17:20:06 +00:00 |
|
Tom Christie
|
343da8e3cf
|
PUT as create should return 200
|
2012-10-29 16:13:08 +00:00 |
|
Marko Tibold
|
1a16289ede
|
Get the correct instance
|
2012-10-28 20:56:48 +01:00 |
|
Marko Tibold
|
5bb6680376
|
test_put_as_create_on_id_based_url should check for a created-response.
|
2012-10-28 20:45:42 +01:00 |
|
Marko Tibold
|
bc99142c7d
|
Added wo tests. One for PUTing on a non-existing id-based url. And another for PUTing on a non-existing slug-based url.
Fix doctoring for 'test_put_cannot_set_id'.
|
2012-10-28 19:35:50 +01:00 |
|
Tom Christie
|
52ba2e3333
|
Fix #285
|
2012-10-08 12:52:56 +01:00 |
|
Tom Christie
|
2533c2452b
|
Support PUT for create
|
2012-10-05 16:24:52 +01:00 |
|
Tom Christie
|
d89d6887d2
|
HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no hyperlinked relations
|
2012-10-04 11:26:41 +01:00 |
|
Tom Christie
|
c30e0795be
|
Rename generic views
|
2012-10-03 09:26:15 +01:00 |
|
Tom Christie
|
d1b99f350a
|
Added model form field -> serializer form field mapping
|
2012-10-02 16:16:49 +01:00 |
|
Tom Christie
|
f010a9553e
|
Add test to ensure that pk is readonly in PUT requests
|
2012-10-02 15:39:41 +01:00 |
|
Tom Christie
|
ab173fd8f9
|
Fix bug where pk could be set in post data
|
2012-10-02 15:37:13 +01:00 |
|
Tom Christie
|
b16fb57771
|
Expand pagination support, add docs
|
2012-10-01 15:49:19 +01:00 |
|
Tom Christie
|
224bc027cd
|
Add more tests for generic views
|
2012-09-28 16:41:35 +01:00 |
|
Tom Christie
|
0853316545
|
Add more tests for generic views
|
2012-09-28 16:23:46 +01:00 |
|
Tom Christie
|
9f71f8e618
|
Fix broken bits of generic views
|
2012-09-28 15:54:00 +01:00 |
|
Tom Christie
|
e003cc91b6
|
Get test-only models properly working
|
2012-09-28 14:28:50 +01:00 |
|