Tom Christie
|
106362b437
|
ModelSerializer.create() to handle many to many by default
|
2014-09-18 14:58:08 +01:00 |
|
Tom Christie
|
9fdb2280d1
|
First pass on ManyRelation
|
2014-09-18 14:23:00 +01:00 |
|
Tom Christie
|
3bc628edc0
|
Test for custom fields
|
2014-09-18 13:07:38 +01:00 |
|
Tom Christie
|
87734be5f4
|
Configuration correctness tests on ModelSerializer
|
2014-09-18 12:17:21 +01:00 |
|
Tom Christie
|
5b7e4af0d6
|
get_base_field() refactor
|
2014-09-18 11:20:56 +01:00 |
|
Tom Christie
|
c0155fd9dc
|
Update comments
|
2014-09-17 14:11:53 +01:00 |
|
Tom Christie
|
4ddc661b01
|
Tests for through relationships
|
2014-09-15 14:05:58 +01:00 |
|
Tom Christie
|
d196608d5a
|
Fix nested model serializer base class
|
2014-09-15 13:55:09 +01:00 |
|
Tom Christie
|
0c15b97b33
|
Tests for reverse relationships
|
2014-09-15 13:48:03 +01:00 |
|
Tom Christie
|
c1e2a9cba6
|
Clean up field mapping tests
|
2014-09-15 13:38:28 +01:00 |
|
Tom Christie
|
3cf7ed10d2
|
Fix erronous import
|
2014-09-15 13:10:58 +01:00 |
|
Tom Christie
|
40dc588a37
|
Drop label from serializer fields when not needed
|
2014-09-15 09:50:51 +01:00 |
|
Tom Christie
|
afb28a44ad
|
Dealing with reverse relationships
|
2014-09-12 21:32:20 +01:00 |
|
Tom Christie
|
4fceceae7d
|
DecimalField documentation
|
2014-09-12 20:09:08 +01:00 |
|
Tom Christie
|
e6c88a4233
|
Drop usage of validatiors.EMPTY_VALUES
|
2014-09-12 19:54:27 +01:00 |
|
Tom Christie
|
1f75ffc791
|
Access validation messages in a way thats compatible with 1.4, 1.5
|
2014-09-12 19:50:30 +01:00 |
|
Tom Christie
|
0ac52e0808
|
Use Resolver404 instead of base Exception
|
2014-09-12 17:06:37 +01:00 |
|
Tom Christie
|
b73a205cc0
|
Tests for relational fields (not including many=True)
|
2014-09-12 17:03:42 +01:00 |
|
Tom Christie
|
f95e7fae38
|
Updating docs
|
2014-09-12 12:40:53 +01:00 |
|
Tom Christie
|
79715f01f8
|
Coerce dates etc to ISO_8601 in seralizer, by default.
|
2014-09-12 12:10:22 +01:00 |
|
Tom Christie
|
22af49bf8f
|
Tidy up JSONEncoder
|
2014-09-12 11:50:20 +01:00 |
|
Tom Christie
|
5e39e159ee
|
UNICODE_JSON and COMPACT_JSON settings
|
2014-09-12 11:38:22 +01:00 |
|
Tom Christie
|
250755def7
|
Clean up relational fields queryset usage
|
2014-09-12 10:59:51 +01:00 |
|
Tom Christie
|
6db3356c4d
|
NON_FIELD_ERRORS_KEY setting
|
2014-09-12 10:21:35 +01:00 |
|
Tom Christie
|
0d354e8f92
|
to_internal_value() and to_representation()
|
2014-09-12 09:49:35 +01:00 |
|
Tom Christie
|
adcb64ab41
|
MethodField -> SerializerMethodField
|
2014-09-12 09:12:56 +01:00 |
|
Tom Christie
|
1e53eb0aa2
|
DecimalFields should still be quantized even without coerce_to_string
|
2014-09-11 21:57:32 +01:00 |
|
Tom Christie
|
040bfcc09c
|
NotImplemented stubs for Field, and DecimalField improvements
|
2014-09-11 21:48:54 +01:00 |
|
Tom Christie
|
a751871991
|
no longer tightly coupled to private queryset API
|
2014-09-11 20:50:26 +01:00 |
|
Tom Christie
|
55650a743d
|
no longer tightly coupled to private queryset API
|
2014-09-11 20:49:10 +01:00 |
|
Tom Christie
|
19b8f779de
|
Throttles now use Retry-After header and no longer support the custom style
|
2014-09-11 20:43:44 +01:00 |
|
Tom Christie
|
bf52d04f4c
|
Nice manager representations on serializer classes
|
2014-09-11 20:37:27 +01:00 |
|
Tom Christie
|
ab40780dc2
|
Tidy up lookup_class
|
2014-09-11 20:22:32 +01:00 |
|
Tom Christie
|
3318f75a71
|
Improve memory address removal for serializer representations
|
2014-09-11 13:50:53 +01:00 |
|
Tom Christie
|
54ccf7230d
|
Improve memory address removal for serializer representations
|
2014-09-11 13:43:46 +01:00 |
|
Tom Christie
|
de301f3b66
|
Merge master
|
2014-09-11 13:20:44 +01:00 |
|
Tom Christie
|
80ba047347
|
Compat fixes
|
2014-09-10 16:57:22 +01:00 |
|
Tom Christie
|
01c8c0cad9
|
Added help_text argument to fields
|
2014-09-10 13:52:16 +01:00 |
|
Tom Christie
|
234369aefd
|
Tweaks
|
2014-09-10 08:53:33 +01:00 |
|
Tom Christie
|
b1c07670ca
|
Fleshing out serializer fields
|
2014-09-09 17:46:28 +01:00 |
|
Xavier Ordoquy
|
015a8122c7
|
Merge pull request #1852 from GVRV/bugfix/apiroot_get_regression
Make sure APIRoot.get can take on args, kwargs so router can be embedded...
|
2014-09-09 07:19:16 +02:00 |
|
Gaurav Dadhania
|
1a885b9e16
|
Make sure APIRoot.get can take on args, kwargs so router can be embedded within any URL pattern.
|
2014-09-09 05:42:52 +05:30 |
|
Tom Christie
|
21980b800d
|
More test sorting
|
2014-09-08 14:24:05 +01:00 |
|
Tom Christie
|
168710813c
|
Merge pull request #1844 from adamsc64/issue_1533
Fixed #1533 - Resolved issue with integer keys on nested choices never v...
|
2014-09-08 10:15:26 +01:00 |
|
Tom Christie
|
dc279530c7
|
Merge pull request #1846 from barqshasbite/patch-1
Fixing quotes in filtering.md example code.
|
2014-09-08 09:54:29 +01:00 |
|
Tom Christie
|
880ec3fe97
|
Merge pull request #1847 from hamishcampbell/master
Stop the API Client converting empty lists/dicts to empty strings
|
2014-09-08 09:53:59 +01:00 |
|
Hamish Campbell
|
826d76a8c7
|
Stop the API Client converting empty lists/dicts to empty strings
|
2014-09-08 12:16:20 +12:00 |
|
Darren Maki
|
fe06d96dec
|
Fixing quotes in filtering.md
Incorrect quotes used in examples.
|
2014-09-07 12:53:21 -04:00 |
|
Tom Christie
|
d4d7739574
|
Merge pull request #1842 from jpadilla/travis-tox
Try running Tox from Travis
|
2014-09-07 14:00:39 +01:00 |
|
Christopher Adams
|
613a301a36
|
Fixed #1533 - Resolved issue with integer keys on nested choices never validating.
- Added unit test for nested `choices` argument.
- Added unit test for non-nested `choices` argument.
|
2014-09-06 17:13:28 -04:00 |
|