Tom Christie
|
fe706eb6f1
|
Tweak to tests for py3
|
2016-08-22 16:21:08 +01:00 |
|
Tom Christie
|
341fa58f06
|
Support raw file uplaods with requests client / api client.
|
2016-08-22 15:57:59 +01:00 |
|
Tom Christie
|
e615f6d611
|
Tests for API clients
|
2016-08-22 13:40:30 +01:00 |
|
Tom Christie
|
1a73c1c70f
|
Initial test cases for API client
|
2016-08-19 16:53:34 +01:00 |
|
Tom Christie
|
c5e80e1d3c
|
Merge branch 'master' into api-client
|
2016-08-19 15:45:41 +01:00 |
|
orf
|
d540f0262b
|
Improve Create to show the original exception traceback (#3508)
|
2016-08-19 14:42:13 +01:00 |
|
Tom Christie
|
a335309b33
|
Add __str__ method to PKOnlyObject (#4423)
|
2016-08-19 14:37:27 +01:00 |
|
Tom Christie
|
63342e81db
|
Version 3.4.5 (#4421)
|
2016-08-19 12:45:20 +01:00 |
|
Tom Christie
|
e5b4498c27
|
Initial tests for API client
|
2016-08-19 12:20:23 +01:00 |
|
Robert Jensen
|
59ca61abcd
|
Add django-rest-framework-roles to third party packages in permissions docs (#4417)
|
2016-08-19 11:44:31 +01:00 |
|
Tom Christie
|
0cc3f5008f
|
Add get_requests_client
|
2016-08-18 15:34:19 +01:00 |
|
Tom Christie
|
382ea770b5
|
Improve debug error handling (#4416)
|
2016-08-18 14:42:15 +01:00 |
|
Tom Christie
|
b76984d222
|
Allow custom CSRF_HEADER_NAME setting. (#4415)
|
2016-08-18 11:24:03 +01:00 |
|
nevun
|
966330a85a
|
Replace utf8 character ' with its ascii counterpart, makes bdist_rpm.py happy on centos7 (#4412)
|
2016-08-17 19:42:40 +01:00 |
|
Tom Christie
|
0b3db028a2
|
py3 compat
|
2016-08-17 18:50:02 +01:00 |
|
Tom Christie
|
53117698e0
|
py3 compat
|
2016-08-17 18:47:01 +01:00 |
|
Tom Christie
|
da47c345c0
|
Py3 compat
|
2016-08-17 18:09:19 +01:00 |
|
Tom Christie
|
64e19c738f
|
Tests for auth and CSRF
|
2016-08-17 17:54:03 +01:00 |
|
Tom Christie
|
049a39e060
|
Add cookie support
|
2016-08-17 15:43:12 +01:00 |
|
Tom Christie
|
6ede654315
|
Graceful fallback if requests is not installed.
|
2016-08-17 12:11:01 +01:00 |
|
Tom Christie
|
e3f8d06baf
|
Include .action attribute on viewsets when generating schemas (#4408)
|
2016-08-15 17:10:55 +01:00 |
|
Tom Christie
|
101fd29039
|
Do not include uploads in request.POST (#4407)
|
2016-08-15 16:53:17 +01:00 |
|
Tom Christie
|
785b206b81
|
Tweak doctsring. Closes #4404 [ci skip]
|
2016-08-15 16:21:51 +01:00 |
|
Tom Christie
|
e76ca6eb88
|
Address typos
|
2016-08-15 16:06:04 +01:00 |
|
Tom Christie
|
3d1fff3f26
|
Added 'requests' test client
|
2016-08-15 15:42:35 +01:00 |
|
James Beith
|
075a0bde5a
|
Fix template syntax error for as_list_of_strings (#4403)
|
2016-08-15 09:28:46 +01:00 |
|
José Padilla
|
b508bc8da6
|
Merge pull request #4396 from wimglenn/docs_bugfix
fix a b0rked code example in the permissions section of api guide
|
2016-08-12 21:22:35 -04:00 |
|
Wim Glenn
|
0a48d21e09
|
fix a b0rked code example in the permissions section of api guide
|
2016-08-12 14:33:35 -05:00 |
|
Tom Christie
|
5abac93c01
|
Merge branch 'master' into requests-client
|
2016-08-12 15:27:59 +01:00 |
|
Tom Christie
|
964f82528c
|
Tweak formatting in release notes [ci skip]
|
2016-08-12 12:13:56 +01:00 |
|
Tom Christie
|
a7525d838a
|
Version 3.4.4 (#4395)
|
2016-08-12 12:08:25 +01:00 |
|
Tom Christie
|
ae720d9bde
|
Fix issue with generating categories for schema endpoints (#4394)
|
2016-08-12 10:58:47 +01:00 |
|
Neil Parsons
|
7466b61e62
|
Don't strip empty query params when paginating (#4260)
|
2016-08-12 10:50:16 +01:00 |
|
Leonid Shvechikov
|
1d26b398ad
|
Fix comment for SerializerMethodField.bind method (#4389)
It seems that the example was copy&pasted and not updated properly.
|
2016-08-11 22:15:21 +01:00 |
|
Tom Christie
|
ebf43346a1
|
Do not re-run query for empty results with LimitOffsetPagination (#4388)
|
2016-08-11 16:54:55 +01:00 |
|
Tom Christie
|
1312acaf8b
|
Minor docs update [ci skip]
|
2016-08-11 16:53:34 +01:00 |
|
Tom Christie
|
116917dbed
|
Add form field descriptions to schemas (#4387)
|
2016-08-11 16:18:33 +01:00 |
|
Tom Christie
|
01b498ec51
|
Fix schema categories for custom list actions (#4386)
|
2016-08-11 14:07:40 +01:00 |
|
Tom Christie
|
b50d8950ee
|
Pass request to schema generation (#4383)
Pass request to schema generation
|
2016-08-11 11:27:28 +01:00 |
|
Kyle Hornberg
|
3698d9ea2e
|
Update permissions.md (#4381)
|
2016-08-10 17:23:10 +01:00 |
|
Tom Christie
|
f16e880167
|
Stricter type validation for CharField. (#4380)
Stricter type validation for CharField
|
2016-08-10 17:22:19 +01:00 |
|
Tom Christie
|
f1a2eeb818
|
.choices property of RelatedField should preserve non-string values. (#4379)
Update RelatedField.choices to support non-string values
|
2016-08-10 16:38:59 +01:00 |
|
Tom Christie
|
9857cd9889
|
Add failing test for issue #3868 (#4378)
|
2016-08-10 16:04:32 +01:00 |
|
Akhil Lawrence
|
fa4ce50be7
|
Modified exception handler to throw django error page in case of 500 error (#4172)
Show Traceback HTML in browsable API
|
2016-08-10 15:24:32 +01:00 |
|
Daniel Hahler
|
378b04eeaa
|
Fix handling of ALLOWED_VERSIONS and no DEFAULT_VERSION (#4370)
When only `ALLOWED_VERSIONS` but no `DEFAULT_VERSION` is specified, a
version should be enforced.
|
2016-08-10 15:19:56 +01:00 |
|
Tom Christie
|
48f3db36d6
|
Allow optional max_digits on DecimalField (#4377)
|
2016-08-10 14:39:26 +01:00 |
|
Tom Christie
|
2d43b17f9a
|
Limit queryset when rendering relational choices. (#4375)
Limit querysets to html_cutoff when rendering relational choices
|
2016-08-10 13:01:10 +01:00 |
|
Tom Christie
|
8105a4ac5a
|
Resolve form display with ChoiceField, MultipleChoiceField and non-string choices. (#4374)
* Add tests for html-form-rendering choice fields
* Resolve issues with ChoiceField, MultipleChoiceField and non-string options
* Ensure None template comparisons don't match string None
|
2016-08-10 12:02:33 +01:00 |
|
Tom Christie
|
0781182646
|
Fix call to .resolve_context (#4371)
|
2016-08-09 17:48:29 +01:00 |
|
Dmitry Dygalo
|
e1768bdc16
|
Fixed various typos (#4366)
|
2016-08-08 09:32:22 +01:00 |
|