Tom Christie
|
4db23cae21
|
Tweaks to DecimalField
|
2014-09-22 15:34:06 +01:00 |
|
Tom Christie
|
249253a144
|
Fix compat issues
|
2014-09-22 14:54:33 +01:00 |
|
Tom Christie
|
c54f394904
|
Ensure 'messages' in fields are respected in preference to default validator messages
|
2014-09-22 13:57:45 +01:00 |
|
Tom Christie
|
afb3f8ab0a
|
Tests and tweaks for text fields
|
2014-09-22 13:26:47 +01:00 |
|
Tom Christie
|
af46fd6b00
|
Field tests and associated cleanup
|
2014-09-22 12:25:57 +01:00 |
|
Tom Christie
|
cf72b9a8b7
|
Moar tests
|
2014-09-19 16:43:13 +01:00 |
|
Tom Christie
|
88008c0a68
|
Merge branch 'master' into version-3.0
|
2014-09-19 14:05:50 +01:00 |
|
Piper Merriam
|
7f758d1cf6
|
Fix missing CSRF exemption on viewsets
|
2014-09-18 10:30:13 -06:00 |
|
Tom Christie
|
f90049316a
|
Added a model update integration test
|
2014-09-18 15:47:27 +01:00 |
|
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
|
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
|
8c8d355e76
|
Update routers.py
|
2014-09-17 15:51:17 +01:00 |
|
Tom Christie
|
3376c37861
|
Merge pull request #1865 from mskrajnowski/default-router-listless-viewset
DefaultRouter support for viewsets without an implemented default action
|
2014-09-17 15:50:12 +01:00 |
|
José Padilla
|
de5fbf7d63
|
Update initial migration to work on Python 3
|
2014-09-17 10:23:53 -04:00 |
|
Tom Christie
|
c0155fd9dc
|
Update comments
|
2014-09-17 14:11:53 +01:00 |
|
José Padilla
|
a37db382c6
|
Update authtoken latest Django 1.7 migration
|
2014-09-17 09:01:49 -04:00 |
|
Tom Christie
|
d196608d5a
|
Fix nested model serializer base class
|
2014-09-15 13:55:09 +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
|
e6c88a4233
|
Drop usage of validatiors.EMPTY_VALUES
|
2014-09-12 19:54:27 +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
|
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 |
|
Marek Skrajnowski
|
ae84438530
|
Added DefaultRouter support (and test) for viewsets without the default action implemented, which is usually the list action.
|
2014-09-11 12:42:36 +02:00 |
|
Joe Binney
|
37d01f6088
|
Fix grammar in login error message
|
2014-09-10 20:27:52 -07: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 |
|