Jens Alm
|
241be38340
|
Added TextField to recognized fields
|
2012-10-15 09:14:01 +02:00 |
|
Tom Christie
|
dc52ceaaa2
|
Remove Field handling relations/relationship managers - use RelatedField/ManyRelatedField instead
|
2012-10-09 10:25:01 +01:00 |
|
Tom Christie
|
65f592866c
|
Fix issue where required fields were not being properly validated. Also make model fields with a default value be not required
|
2012-10-08 17:53:18 +01:00 |
|
Tom Christie
|
cc21948a69
|
Fix django 1.3 bug
|
2012-10-05 17:02:33 +01:00 |
|
Tom Christie
|
7218bcbade
|
Add test for non-GET methods to api_view decorator
|
2012-10-05 15:55:45 +01:00 |
|
Tom Christie
|
2a89cb4fb7
|
Fix view_name argument to HyperlinkedIdentityField
|
2012-10-05 15:47:34 +01:00 |
|
Tom Christie
|
102e906840
|
Fix view_name argument to HyperlinkedIdentityField
|
2012-10-05 15:46:45 +01:00 |
|
Tom Christie
|
484ee8cc27
|
Add view_name argument to HyperlinkedIdentityField
|
2012-10-05 15:44:08 +01: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
|
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
|
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
|
d1b99f350a
|
Added model form field -> serializer form field mapping
|
2012-10-02 16:16:49 +01:00 |
|
Tom Christie
|
b16fb57771
|
Expand pagination support, add docs
|
2012-10-01 15:49:19 +01:00 |
|
Tom Christie
|
6fa589fefd
|
Pagination support
|
2012-09-30 17:31:28 +01:00 |
|
Tom Christie
|
e0913e29b8
|
Fix some bits of serialization
|
2012-09-25 13:20:12 +01:00 |
|
Tom Christie
|
4b691c4027
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
|