Tom Christie
ed281be3fb
User .accepted_renderer, .accepted_media_type
2012-10-05 10:33:44 +01:00
Tom Christie
d07dc77e91
Accepted media type uses most specific of client/renderer media types.
2012-10-05 10:23:47 +01:00
Tom Christie
ad5e6eb16f
Merge pull request #280 from tomchristie/hyperlinked-relationships
...
Hyperlinked relationships
2012-10-04 14:14:56 -07:00
Tom Christie
693892ed01
Fix for field to make it easier to access field relationships
2012-10-04 22:07:24 +01:00
Tom Christie
cc0d2601b8
Minor fixes
2012-10-04 21:36:40 +01:00
Tom Christie
c91d926b06
Initial tests for hyperlinked relationships
2012-10-04 16:58:18 +01:00
Tom Christie
55e9cbecac
Tweaks
2012-10-04 15:01:44 +01:00
Tom Christie
aac6b6cf4e
Tweak comment
2012-10-04 15:00:23 +01:00
Tom Christie
42b3fdbdc2
Merge pull request #279 from tomchristie/hyperlinked-relationships
...
Hyperlinked relationships
2012-10-04 06:07:26 -07:00
Tom Christie
eaebb397fa
Make Import patterns 1.3 compatible
2012-10-04 13:58:28 +01:00
Tom Christie
3a06dde884
Clean up field classes
2012-10-04 13:28:14 +01:00
Tom Christie
d89d6887d2
HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no hyperlinked relations
2012-10-04 11:26:41 +01:00
Tom Christie
ad2149767b
Merge pull request #278 from tomchristie/related-field-fixes
...
Related field fixes
2012-10-04 02:37:39 -07:00
Tom Christie
d79e18963e
Tests for default arguments on fields
2012-10-04 09:29:12 +01:00
Tom Christie
f8edfa2675
Abstract out the app_label on test models
2012-10-04 09:19:10 +01:00
Tom Christie
bcd2caf559
Abstract out the app_label on test models
2012-10-04 09:18:46 +01:00
Tom Christie
0a769f261e
Merge pull request #277 from tomchristie/related-field-fixes
...
Related field fixes
2012-10-03 13:28:22 -07:00
Tom Christie
a02707e12f
Tweaks
2012-10-03 21:08:32 +01:00
Tom Christie
92b091ea16
Tweak styling of browseable API
2012-10-03 16:19:07 +01:00
Tom Christie
a366d6e612
M2M fields supported
2012-10-03 16:08:20 +01:00
Tom Christie
09f2267601
Improve comments
2012-10-03 15:39:03 +01:00
Tom Christie
27c93c08d2
Fix for empty form fields
2012-10-03 12:56:01 +01:00
Tom Christie
f4ad77ac04
Fix for empty form fields
2012-10-03 12:55:53 +01:00
Tom Christie
58c1263267
Use either PrimaryKeyRelatedField or ManyPrimaryKeyRelatedField as appropriate (fixes test)
2012-10-03 12:16:30 +01:00
Tom Christie
cab3b2f3f8
Split out PrimaryKeyRelatedField and ManyPrimaryKeyRelatedField
2012-10-03 12:07:34 +01:00
Tom Christie
f1f7f5d4e3
Added failing test for m2m data
2012-10-03 11:50:08 +01:00
Tom Christie
89ec0b2750
Add m2m update test
2012-10-03 11:14:47 +01:00
Tom Christie
7c303411a9
Add Serializer.save() to clean up differences between serializer.object being either a DeserializedObject or a model instance
2012-10-03 11:08:02 +01:00
Tom Christie
36b58d0c78
Many2Many test
2012-10-03 10:51:38 +01:00
Tom Christie
d8b05201ed
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-03 09:46:12 +01:00
Tom Christie
1a05942166
Stopgap fix for model fields rendering in browseable API
2012-10-03 09:45:27 +01:00
Tom Christie
637bfa0f8f
Merge pull request #276 from mattbo/restframework2
...
Fixed references to serializer.serialized and serializer.serialized_erro...
2012-10-03 01:32:14 -07:00
Tom Christie
c30e0795be
Rename generic views
2012-10-03 09:26:15 +01:00
Matt Bosworth
934492ebd0
Fixed references to serializer.serialized and serializer.serialized_errors
...
in part 3 of the tutorial. Altered part 1 to use blogs/urls.py since it was
specified at the beginning. Also caught some spelling errors while I was at it.
2012-10-02 22:41:03 -07:00
Tom Christie
b89125ef53
Update view docs slightly
2012-10-02 21:26:15 +01:00
Tom Christie
eaecffe211
Remove duff checkin
2012-10-02 19:58:51 +01:00
Tom Christie
e1518de68f
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-02 19:54:24 +01:00
Tom Christie
31b06f1721
Cleaner travis image link
2012-10-02 19:54:20 +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
e7685f3eb5
URL overrides in settings fixed up slightly
2012-10-02 15:24:42 +01:00
Tom Christie
8855a462c6
Clean up docs slightly
2012-10-02 11:48:25 +01:00
Tom Christie
b526b82abf
Placeholder for FBV docs
2012-10-02 11:04:06 +01:00
Tom Christie
34637bf857
Make example more realistic and less of a toy
2012-10-02 11:03:51 +01:00
Tom Christie
ae8a827004
Make 'results_field' attribute of BasePaginationSerializer public.
2012-10-02 10:40:43 +01:00
Tom Christie
2284e592de
Clean up reverse docs slightly
2012-10-02 10:40:04 +01:00
Tom Christie
a8f6ac3f3a
Renderer documentation
2012-10-02 10:39:28 +01:00
Tom Christie
dae6d09398
Add example of using paginator in a view
2012-10-01 16:27:22 +01:00
Tom Christie
8d1d990187
Pagination docs
2012-10-01 16:17:01 +01:00