Tom Christie
|
3af5df1955
|
Performance for PK fields
|
2014-10-16 20:47:57 +01:00 |
|
Tom Christie
|
5d247a65c8
|
First pass on nested serializers in HTML
|
2014-10-09 15:11:19 +01:00 |
|
Tom Christie
|
f7d43f530a
|
Limit blank string -> None to just be on relational fields
|
2014-10-08 17:03:14 +01:00 |
|
Tom Christie
|
4c015df28c
|
Tweaks
|
2014-10-08 16:43:33 +01:00 |
|
Tom Christie
|
6b09e5f2bb
|
Tests for generic relationships
|
2014-10-08 11:22:10 +01:00 |
|
Tom Christie
|
01c0857f8b
|
Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-framework into version-3.0
|
2014-10-03 13:12:43 +01:00 |
|
Tom Christie
|
765b0b33bf
|
Revert accidental stupidity
|
2014-10-03 13:12:23 +01:00 |
|
Tom Christie
|
dd47d8aa45
|
Merge pull request #1921 from koordinates/fix-typos
Minor: fix spelling and grammar, mostly in 3.0 announcement
|
2014-10-03 09:24:26 +01:00 |
|
Craig de Stigter
|
857a8486b1
|
More spelling tweaks
|
2014-10-03 09:00:33 +13:00 |
|
Craig de Stigter
|
dfab9af294
|
Minor: fix spelling and grammar, mostly in 3.0 announcement
|
2014-10-03 08:41:18 +13:00 |
|
Tom Christie
|
fec7c4b458
|
Browsable API tweaks
|
2014-10-02 18:13:15 +01:00 |
|
Tom Christie
|
df7b6fcf58
|
First pass on incorperating the form rendering into the browsable API
|
2014-10-02 16:24:24 +01:00 |
|
Tom Christie
|
ffc6aa3abc
|
More forms support
|
2014-10-01 21:35:27 +01:00 |
|
Tom Christie
|
381771731f
|
Use six.text_type instead of str everywhere
|
2014-10-01 13:09:14 +01:00 |
|
Tom Christie
|
64632da371
|
Clean up bind - no longer needs to be called multiple times in nested fields
|
2014-09-25 11:40:32 +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
|
5b7e4af0d6
|
get_base_field() refactor
|
2014-09-18 11:20:56 +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
|
250755def7
|
Clean up relational fields queryset usage
|
2014-09-12 10:59:51 +01:00 |
|
Tom Christie
|
0d354e8f92
|
to_internal_value() and to_representation()
|
2014-09-12 09:49:35 +01:00 |
|
Tom Christie
|
c1036c1753
|
More test passing
|
2014-09-03 16:34:09 +01:00 |
|
Tom Christie
|
f2852811f9
|
Getting tests passing
|
2014-09-02 17:41:23 +01:00 |
|
Tom Christie
|
ec096a1cac
|
Add relations and get tests running
|
2014-09-02 15:07:56 +01:00 |
|
Tom Christie
|
4ac4676a40
|
First pass
|
2014-08-29 16:46:26 +01:00 |
|
Tom Christie
|
e5e6329a22
|
Remove pk_url_field , slug_url_field , slug_field .
Closes #1773.
|
2014-08-29 11:29:26 +01:00 |
|
Tom Christie
|
d2795dd26d
|
Resolve linting issues
|
2014-08-19 13:54:52 +01:00 |
|
Xavier Ordoquy
|
d08536ad9d
|
Merge remote-tracking branch 'origin/master' into 2.4.0
Conflicts:
.travis.yml
docs/api-guide/fields.md
docs/api-guide/routers.md
docs/topics/release-notes.md
rest_framework/authentication.py
rest_framework/serializers.py
rest_framework/templatetags/rest_framework.py
rest_framework/tests/test_authentication.py
rest_framework/tests/test_filters.py
rest_framework/tests/test_hyperlinkedserializers.py
rest_framework/tests/test_serializer.py
rest_framework/tests/test_testing.py
rest_framework/utils/encoders.py
tox.ini
|
2014-04-13 00:05:57 +02:00 |
|
Carlton Gibson
|
c1ac65edce
|
Adds test that blank option is added when required=False on RelatedFields
|
2014-04-09 15:51:00 +02:00 |
|
Tom Christie
|
4edd39b2e4
|
Merge pull request #1442 from Anton-Shutik/master
RelatedField default value handling fixed
|
2014-03-04 15:26:34 +00:00 |
|
Anton Shutik
|
3c62f0efc3
|
RelatedField.get_default_value: return empty list if self.many==True
|
2014-02-28 13:59:21 +03:00 |
|
Dustin Farris
|
f126856f65
|
Allow 'None' to pass as a null value in RelatedFields
|
2014-02-27 12:30:59 -05:00 |
|
Anton Shutik
|
1addd09e2b
|
RelatedField default value handling fixed
|
2014-02-27 18:34:36 +03:00 |
|
Xavier Ordoquy
|
f217f6870d
|
Removed useless try/except
|
2014-01-09 23:32:50 +01:00 |
|
Tom Christie
|
21cd638659
|
Merge master
|
2013-09-25 09:44:26 +01:00 |
|
Yuri Prezument
|
745ebeca77
|
Handle case where obj=None in PKRelatedField.field_to_native()
Fixes #1072
|
2013-08-31 17:20:49 +03:00 |
|
Tom Christie
|
9a5b2eefa9
|
Merge master
|
2013-08-30 09:28:33 +01:00 |
|
Tom Christie
|
10d386ec6a
|
Cleanup and dealing with empty form data.
|
2013-08-23 16:10:20 +01:00 |
|
Tom Christie
|
e03854ba6a
|
Tweaks to display nested data in empty serializers
|
2013-08-23 14:06:14 +01:00 |
|
Tom Christie
|
379ad8a824
|
pending deprecations -> deprecated
|
2013-06-27 20:36:14 +01:00 |
|
Tom Christie
|
3fcc01273c
|
Remove deprecated code
|
2013-06-27 20:29:52 +01:00 |
|
Tom Christie
|
c160e49321
|
Test cases and fix for plain-list relationships (ie not queryset) Closes #878.
|
2013-06-04 14:05:35 +01:00 |
|
Tom Christie
|
8b73dce51d
|
view_name argument to HyperlinkedModelSerializer is now properly enforced. Closes #471
|
2013-06-02 19:50:24 +01:00 |
|
Tom Christie
|
d7753123f6
|
HyperlinkedModelSerializer lookup_field option should apply to HyperlinkedIdentityField
|
2013-05-31 11:50:37 +01:00 |
|
Tom Christie
|
c98ac3e83e
|
Added get_url hook to HyperlinkedIdentityField in line with HyperlinedRelatedField. Closes #883
|
2013-05-29 14:09:31 +01:00 |
|
Tom Christie
|
22e1950e1c
|
Backwards compatible approach to HyperlinkedIdentityField URLs. Closes #892
|
2013-05-28 12:08:36 +01:00 |
|
Tom Christie
|
e32a6e4211
|
Merge pull request #860 from andymckay/master
startswith can take a tuple
|
2013-05-18 07:17:13 -07:00 |
|
Andy McKay
|
aeba5bed05
|
startswith can take a tuple
|
2013-05-18 07:09:24 -07:00 |
|
Pablo Recio
|
392c8556ae
|
Display an empty label into related fields if it isn't required
|
2013-05-18 15:01:58 +02:00 |
|