Andrea Grandi
|
d2459710ca
|
Implement option to reset User token
|
2017-06-03 11:58:01 +01:00 |
|
Andrea Grandi
|
be590d61c0
|
Handle invalid User situation
|
2017-05-31 23:01:35 +01:00 |
|
Andrea Grandi
|
d198b1abe6
|
Add Django manage command to create a DRF user Token
|
2017-05-29 17:07:50 +01:00 |
|
Tom Christie
|
e2157fbf7c
|
Merge pull request #5174 from tadhg-ohiggins/html_cutoff_none
Fix exception when HTML_CUTOFF is set to None
|
2017-05-29 11:54:03 +01:00 |
|
Dryice Liu
|
836328594b
|
add test
|
2017-05-29 08:27:07 +08:00 |
|
Mariusz Felisiak
|
a002bb5c67
|
Fixed test_hyperlinked_related_lookup_url_encoded_exists.
Space character ' ' is prohibited in IRIs, therefore we shouldn't
rely on encoding '%20' to ' ' in the HyperlinkedRelatedField tests.
|
2017-05-26 09:56:26 +02:00 |
|
Tadhg O'Higgins
|
99782c2160
|
Add tests for HTML_CUTOFF setting and fix issue where setting it to None would raise an exception.
|
2017-05-24 16:46:18 -07:00 |
|
Thomas Achtemichuk
|
c9c383dfad
|
Don't trim whitespace from authtoken passwords
* Fixes #5148
|
2017-05-17 14:52:39 -04:00 |
|
Daniel Hahler
|
17bf312408
|
fixup! Add failing test
[ci skip]
|
2017-05-16 12:10:45 +02:00 |
|
Daniel Hahler
|
2b199f7588
|
Add failing test
|
2017-05-16 12:02:23 +02:00 |
|
Vimarsh Chaturvedi
|
7b4afdc737
|
Merge branch 'master' into issue4989
|
2017-05-13 19:10:47 +05:30 |
|
vimarshc
|
b2d6149301
|
importing regex constant to remove invalid parameters.
|
2017-05-13 05:14:32 +05:30 |
|
vimarshc
|
ed70f5636a
|
Added failing test case for multiple hyphens in orderingfilter paramter
|
2017-05-11 12:56:41 +05:30 |
|
Nabil Jamaleddine
|
cdb8a3c3c8
|
Add ValidationError to except in get_object_or_404 for django 1.11
|
2017-05-05 21:17:12 -04:00 |
|
Ryan P Kilby
|
53b100d03d
|
Add failing test for filter backend mro
|
2017-05-03 12:50:40 -04:00 |
|
Tom Christie
|
97312699f5
|
Merge pull request #5085 from hurturk/schema-method-limited
Generate schema with respect to http_method_names provided by CBV
|
2017-05-03 09:16:01 +01:00 |
|
Tom Christie
|
dea601dc86
|
Merge pull request #4222 from NewVadim/master
Fix partial update for the ListSerializer.
|
2017-05-02 10:17:12 +01:00 |
|
Tom Christie
|
5ba2368ff9
|
Merge pull request #4987 from halfstrik/master
Added test for DateTimeField validation when server has timezone with…
|
2017-04-27 17:22:27 +01:00 |
|
hurturk
|
2196cd2bbb
|
Generate schema with respect to http_method_names provided by CBV
|
2017-04-18 23:44:18 -04:00 |
|
Maciej Urbanski
|
5e185aa26b
|
add URL path unquote to HyperlinkedRelatedField.to_internal_value
|
2017-04-14 01:56:44 +02:00 |
|
Tom Christie
|
33290170e8
|
Merge pull request #5060 from jpadilla/encode
Update links after moving to encode org
|
2017-04-07 17:20:51 +01:00 |
|
José Padilla
|
c1f31492ae
|
Update links after moving to encode org
|
2017-04-07 10:28:35 -04:00 |
|
Ian Cordasco
|
c2ee1b3033
|
Use overridden settings exception handler
Instead of using the api_settings exception handler, we use the
overridden settings attribute to find the correct handler.
Closes #5054
|
2017-04-06 14:05:29 -05:00 |
|
Ekluv
|
d66304abe6
|
update test case
|
2017-03-28 12:02:03 +05:30 |
|
Ekluv
|
ef8092ba2f
|
update test case
|
2017-03-28 11:50:55 +05:30 |
|
Ekluv
|
56fe0e4b3f
|
fix unique=True validation for ChoiceField
|
2017-03-28 00:38:21 +05:30 |
|
Sergey Petrunin
|
b0a0c30bfe
|
Added pytz exception in compat module.
Mock pytz.timezone localize in tests.
Ref: #4986
|
2017-03-22 00:03:32 -04:00 |
|
Sergey Petrunin
|
e4a1bd140b
|
Update error message.
Ref: #4986
|
2017-03-20 18:47:25 -04:00 |
|
Sergey Petrunin
|
d4726dab81
|
Fix bug for not existent or ambiguous datetime during native to aware conversion in timezone with DST.
Ref: #4986
|
2017-03-18 23:13:26 -04:00 |
|
Sergey Petrunin
|
1ee54fb85c
|
Added test for DateTimeField validation when server has timezone with DST and input is a native time in a DST shift interval.
Added pytz to requirements-testing.txt to reproduce the case.
|
2017-03-15 23:45:41 -04:00 |
|
Tom Christie
|
43b38964ea
|
Support HEAD in viewsets
|
2017-03-13 12:51:03 +00:00 |
|
Asif Saifuddin Auvi
|
baea07c511
|
converted testing test asserts to pytest (#4949)
* converted testing test asserts to pytest
* moved 3rd arg from test_empty_post_uses_default_boolean_value test assert
|
2017-03-10 09:00:00 +00:00 |
|
Tom Christie
|
52db57a6e7
|
Version 3.6 (#4943)
|
2017-03-09 14:49:51 +00:00 |
|
Tibo Beijen
|
cf5d401a0e
|
Allow required false and default (#4692)
* Default value will now be used when serializing if key or attribute is missing.
|
2017-03-07 13:19:19 +00:00 |
|
Tom Christie
|
68d2020112
|
Live API documentation (#4755)
|
2017-03-03 15:24:37 +00:00 |
|
Tim Watts
|
8df340908b
|
Add failing tests and fix for dict that have a key items #4931 (#4932)
|
2017-03-03 09:23:09 +00:00 |
|
tdruez
|
d616c1591f
|
Added a test to cover the DjangoModelPermissions #4927 issue
`DjangoObjectPermissions` and `DjangoModelPermissions` are now properly cover for the `METHOD_NOT_ALLOWED` issue
|
2017-03-01 09:50:21 +01:00 |
|
tdruez
|
c30ccac38e
|
Added a failing test for #4927
|
2017-02-27 20:39:47 +01:00 |
|
Ran Benita
|
7a408f6cd2
|
Guard against the possible misspelling readonly_fields in model serializers
Fixes #4897.
|
2017-02-22 13:27:23 +02:00 |
|
Isaac Stone
|
289e1e440e
|
Check for collection.Mapping instead of dict
issue #4901
|
2017-02-19 13:10:03 -08:00 |
|
Mariusz Felisiak
|
cd469f616a
|
Increased utils/encoders.py test coverage.
|
2017-02-15 07:17:33 +01:00 |
|
李扬
|
cbad236f6d
|
Add max_length and min_length arguments for ListField (#4877)
|
2017-02-06 09:36:03 +00:00 |
|
Mariusz Felisiak
|
b99272c425
|
Fixed dedent for tab indent.
|
2017-01-31 20:57:52 +01:00 |
|
Artem Muterko
|
d610d150f1
|
Add test for pagination when limit not set
|
2017-01-31 16:51:09 +02:00 |
|
Mariusz Felisiak
|
3001b56e06
|
Fixed Django 2.0 compatibility due to django.conf.urls.include parameters change. (#4866)
|
2017-01-30 16:11:19 +00:00 |
|
Artem Muterko
|
31e9f7dfbb
|
Add remaining tests for generics (#4865)
|
2017-01-30 11:08:03 +00:00 |
|
Artem Muterko
|
220be31791
|
Git add remaining tests for BaseSerializer (#4857)
|
2017-01-27 15:44:00 +00:00 |
|
Artem Muterko
|
d0eb2e6cae
|
Add remaining tests for metadata (#4855)
|
2017-01-27 09:25:51 +00:00 |
|
Artem Muterko
|
21166a3ab6
|
Add couple of tests for filters (#4849)
|
2017-01-25 14:35:12 +00:00 |
|
Artem Muterko
|
48b5aa71f2
|
Refactor according to comments in PR (#4848)
|
2017-01-25 10:38:27 +00:00 |
|