Craig Teegarden
|
9154b09eb9
|
fix typo
|
2013-05-31 18:02:47 -04:00 |
|
Stephan Groß
|
7a570e16e9
|
Fix md formatting and typos
|
2013-05-28 17:13:12 +02:00 |
|
Pascal Borreli
|
8f35ac4f93
|
Fixed typos
|
2013-05-28 15:09:23 +01:00 |
|
Sebastien Beal
|
b0201bcfbf
|
Fix doc typo in UserViewSet example
|
2013-05-26 11:52:45 +09:00 |
|
Tom Christie
|
78c53d530f
|
Updating docs
|
2013-05-24 21:08:27 +01:00 |
|
Tom Christie
|
7a93fdbe0a
|
Last bits of charset sorting-out-ness
|
2013-05-22 16:46:15 +01:00 |
|
Tom Christie
|
0e80a535fb
|
Tweak nav style slightly
|
2013-05-21 17:45:25 +01:00 |
|
Tom Christie
|
ac99b81497
|
Note usage of django-filter 0.5.4 for Django 1.3 support. Closes #877
|
2013-05-21 12:05:44 +01:00 |
|
Tom Christie
|
aef7ac72cc
|
content type may be set explicitly on the response
|
2013-05-20 21:18:17 +01:00 |
|
Tom Christie
|
f19e0d544f
|
Fix charset issues
|
2013-05-20 21:00:56 +01:00 |
|
Neamar
|
4c85829cb7
|
Legacy parameter order
|
2013-05-20 10:48:07 +03:00 |
|
Neamar
|
42a8fe8995
|
Corrected docs (authentication instead of filtering)
|
2013-05-20 10:42:10 +03:00 |
|
Pablo Recio
|
71e29644a2
|
Adds new renderer into the documentation
|
2013-05-18 17:06:54 +02:00 |
|
Tom Christie
|
e1a3cab400
|
Merge pull request #854 from ryankask/issue-775
All relations pointing to ManyToManyFields should default to read-only
|
2013-05-18 07:22:22 -07:00 |
|
Tom Christie
|
2e8ff4473b
|
Tweak docs
|
2013-05-18 14:47:39 +01:00 |
|
Oscar Vilaplana
|
4dbf2d907f
|
added comment about error behavior with DEBUG=True
|
2013-05-18 14:55:55 +02:00 |
|
Ryan Kaskel
|
770ed3de2e
|
ToMany fields default to read-only if targeting ManyToManyField.
|
2013-05-18 13:11:40 +01:00 |
|
Johannes
|
df11198c6c
|
Fix typo + grammar in viewsets docs
|
2013-05-17 12:27:48 +02:00 |
|
Andy Freeland
|
abe207b869
|
HyperlinkedIdentityField uses lookup_field kwarg.
According to the [Serializers API Guide][1], `HyperlinkedIdentityField`
takes `lookup_field` as a kwarg like the other related fields and the
generic views. However, this was not actually implemented.
[1]: http://django-rest-framework.org/api-guide/serializers.html#hyperlinkedmodelserializer
|
2013-05-16 11:48:35 -04:00 |
|
Tom Christie
|
2cff6e69db
|
Added OrderingFilter
|
2013-05-14 11:27:08 +01:00 |
|
Tom Christie
|
6a037f63ed
|
Added OrderingFilter
|
2013-05-14 11:27:03 +01:00 |
|
Tom Christie
|
aa0dcd2e4a
|
More docs on SearchFilter
|
2013-05-14 10:16:00 +01:00 |
|
Tom Christie
|
f9aeb68383
|
Updated release notes
|
2013-05-14 09:59:29 +01:00 |
|
Tom Christie
|
260a8125c5
|
Improve custom filtering example
|
2013-05-10 22:56:23 +01:00 |
|
Tom Christie
|
293dc3e6d8
|
Added SearchFilter
|
2013-05-10 22:33:11 +01:00 |
|
Hamish Campbell
|
5c8356d51d
|
Fix minor code error in Generic Views documentation - missing if statement.
|
2013-05-10 13:28:50 +12:00 |
|
Tom Christie
|
31f94ab409
|
Added GenericViewSet and docs tweaking
|
2013-05-09 13:31:42 +01:00 |
|
Tom Christie
|
f2466418dd
|
Tweak doc text slightly
|
2013-05-09 13:14:20 +01:00 |
|
Tom Christie
|
3737e17d7c
|
Added 'Customizing the generic views' section. Closes #816
|
2013-05-09 13:10:45 +01:00 |
|
Tom Christie
|
b443560080
|
Fix DATETIME_FORMAT, DATE_FORMAT, TIME_FORMAT settings. Closes #798
|
2013-05-08 20:38:50 +01:00 |
|
Tom Christie
|
9d59e55cec
|
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
|
2013-05-08 20:09:03 +01:00 |
|
Tom Christie
|
429e078eee
|
Allow None filename on uploaded files
|
2013-05-08 20:07:51 +01:00 |
|
Tom Christie
|
673a7a496f
|
Update generic-views.md
|
2013-05-08 10:17:27 +02:00 |
|
Tom Christie
|
3353889ae8
|
Docs for FileUploadParser
|
2013-05-07 13:27:27 +01:00 |
|
Tom Christie
|
642970a1b8
|
Merge pull request #806 from wronglink/master
Added FileUploadParser
|
2013-05-07 05:09:09 -07:00 |
|
Tom Christie
|
3c2bb06660
|
Support for multiple filter classes
|
2013-05-07 13:00:44 +01:00 |
|
Tom Christie
|
d71a5533f9
|
allow_empty -> pending deprecation in preference of overridden get_queryset.
|
2013-05-07 12:25:41 +01:00 |
|
Tom Christie
|
b70c9cc107
|
Merge master
|
2013-05-05 18:12:35 +01:00 |
|
Tom Christie
|
2dfd8c9697
|
docs, docs, docs
|
2013-05-05 16:48:12 +01:00 |
|
Michael Elovskikh
|
5faaba9c69
|
Docs for FileUploadParser
|
2013-05-04 18:04:48 +06:00 |
|
Tom Christie
|
74beaefd12
|
Simplifying bits of docs
|
2013-05-02 12:08:05 +01:00 |
|
Victor Shih
|
8cabae22c5
|
Example and spelling fixes. Change "browseable" to "browsable" for consistency.
|
2013-05-01 21:26:40 -07:00 |
|
Tom Christie
|
35f99cddc4
|
lookup_field on hyperlinked fields, and overriddable hyperlinked fields. Closes #688
|
2013-05-01 09:03:09 +01:00 |
|
Tom Christie
|
22af28d146
|
Merge master
|
2013-04-30 19:32:34 +01:00 |
|
Tom Christie
|
b65b065375
|
Add DjangoModelPermissionsOrAnonReadOnly
|
2013-04-30 14:34:28 +01:00 |
|
Tom Christie
|
21ae3a6691
|
Drop out attribute
|
2013-04-30 08:24:33 +01:00 |
|
Tom Christie
|
d17e2d852f
|
Remove AutoRouter. (Adding shortcut to generic views/viewsets means it's unneccessary)
|
2013-04-29 12:46:57 +01:00 |
|
Tom Christie
|
33a26a76f1
|
Typo
|
2013-04-27 16:35:42 +02:00 |
|
Tom Christie
|
73019f91fe
|
Update docs on object-level permissions.
Closes #801.
|
2013-04-27 14:29:32 +02:00 |
|
Tom Christie
|
8fa79a7fd3
|
Deal with List/Instance suffixes for viewsets
|
2013-04-26 14:59:21 +01:00 |
|