Fernando Rocha
ea004b5e7a
Make use o issubclass instead of isinstance (fix issue #645 )
...
Because __mro__ is a list of classes and not instances.
DictWithMetadata.__getstate__ was never called
Signed-off-by: Fernando Rocha <fernandogrd@gmail.com>
2013-02-11 19:18:22 -03:00
Fernando Rocha
41364b3be0
Added regretion test for issue #632
...
Signed-off-by: Fernando Rocha <fernandogrd@gmail.com>
2013-01-30 09:22:36 -03:00
Fernando Rocha
fceacd830f
Fix processing of ManyToManyField when it is empty
...
Signed-off-by: Fernando Rocha <fernandogrd@gmail.com>
2013-01-29 18:46:05 -03:00
Tom Christie
1929159db1
Docs tweaks.
2013-01-29 09:15:16 +00:00
Tom Christie
5f065153c3
Added @z4r. Thanks!
...
For ensuring `django-jsonfield` compatibility, via #629 .
2013-01-29 09:10:37 +00:00
Tom Christie
94828f4d1c
Merge pull request #629 from z4r/patch-1
...
Update rest_framework/serializers.py
2013-01-29 01:04:59 -08:00
Tom Christie
54096a19fc
Added @swistakm, for docs fix #625 . Thanks!
2013-01-28 21:08:53 +00:00
Andrea de Marco
85e6360792
Update rest_framework/serializers.py
2013-01-28 22:08:40 +01:00
Tom Christie
141814585c
Update release notes
2013-01-28 12:58:22 +00:00
Tom Christie
a3a06d11cc
Ensure model field validation is performed for ModelSerializers with a custom restore_object method. Fixes #623 .
2013-01-28 12:56:42 +00:00
Tom Christie
94c4a54bf8
Update release notes.
2013-01-28 12:23:25 +00:00
Tom Christie
17aae6f35c
Merge pull request #624 from wronglink/fix_login_page
...
Login page styles fix. Closes #618 . Made with 🍪
2013-01-28 04:22:13 -08:00
Tom Christie
2f14d79f4a
Added @wronglink, for docs fixes in #592 . Thanks!
2013-01-28 12:18:00 +00:00
Tom Christie
69c8bbd251
Merge pull request #625 from swistakm/master
...
Fix small mistake in docs.
2013-01-28 04:16:50 -08:00
swistakm
661c8f9ad5
fix mistake in docs
2013-01-28 13:05:52 +01:00
Michael Elovskikh
cb5cc70cba
Login page styles fix. Closes #618 . Made with 🍪
2013-01-28 18:01:44 +06:00
Tom Christie
8a54426656
Merge pull request #592 from wronglink/docs_patch_method
...
Added PATCH HTTP method to the docs
2013-01-28 03:41:15 -08:00
Michael Elovskikh
499d6424ae
Merge branch 'upstream_master' into docs_patch_method
...
Conflicts:
docs/api-guide/authentication.md
2013-01-28 16:26:16 +06:00
Michael Elovskikh
180c94dc44
Undo changes in browsable-api.md and browser-enhancements.md
2013-01-28 15:54:00 +06:00
Tom Christie
3bcd38b7d0
Notes on upgrading and versioning. Fixes #620 .
2013-01-28 09:10:23 +00:00
Tom Christie
e682bfa54e
Drop unneccessary source=
argument.
2013-01-28 08:01:54 +00:00
Tom Christie
896477f650
Added @mktums for docs fix in #621 . Thanks!
2013-01-28 07:54:03 +00:00
Tom Christie
b1ae82b498
And link to quickstart.
2013-01-28 07:52:22 +00:00
Tom Christie
b11628f429
Revert comment.
2013-01-28 07:52:04 +00:00
Tom Christie
fdd35cd266
Merge pull request #621 from mktums/patch-1
...
Update docs/tutorial/1-serialization.md
2013-01-27 23:50:23 -08:00
Tom Christie
a58145e20f
Note auto_now, auto_now_add behavior. Refs #622 .
2013-01-28 07:46:30 +00:00
Tom Christie
99ef0bcad9
Tweak description of example throttle.
2013-01-28 07:37:15 +00:00
Tom Christie
e649f2ec61
Example custom authentication. Fixes #301 .
2013-01-28 07:36:57 +00:00
Tom Christie
cb219fa04f
Example custom throttle. Fixes #300 .
2013-01-28 07:30:28 +00:00
Tom Christie
84a33b0a1f
Example custome permission. Fixes #299 .
2013-01-28 07:29:50 +00:00
Mike TUMS
c1dc1860da
Update docs/tutorial/1-serialization.md
...
Update for tutorials (manual serialization) to support HTTP PATCH method (partial update of instance)
2013-01-28 00:32:32 +04:00
Tom Christie
ccb4ef0811
Typo
2013-01-27 19:34:16 +00:00
Tom Christie
d4f38dece4
Fix link to django docs.
2013-01-27 17:32:54 +00:00
Tom Christie
a7479e02fa
AJAX, CSRF & CORS documentation
2013-01-27 17:23:56 +00:00
Tom Christie
a75db4cfb8
Version 2.1.17
2013-01-26 20:59:15 +00:00
Tom Christie
4d43e9f7de
Test for custom pagination serializers. Also refs #604 .
2013-01-26 20:55:09 +00:00
Tom Christie
a51bca32fd
Fix issues with custom pagination serializers
2013-01-26 20:54:41 +00:00
Tom Christie
b41f258ee5
Serializers should accept source='*' argument. Fixes #604 .
...
(Test also incoming)
2013-01-26 20:54:03 +00:00
Tom Christie
a2dcf5e878
Fix pagination docs
2013-01-26 20:52:58 +00:00
Tom Christie
fa349f4b55
Added @guglielmo, for the tutorial fix in #614 . Thanks!
2013-01-26 20:13:49 +00:00
Tom Christie
452fd8e222
Merge pull request #614 from guglielmo/patch-1
...
Update docs/tutorial/4-authentication-and-permissions.md
2013-01-26 08:14:10 -08:00
Guglielmo
25f2d3b561
Update docs/tutorial/4-authentication-and-permissions.md
...
HTMLFormatter is in pygments.formatters.html
2013-01-25 18:16:14 +01:00
Tom Christie
b783887c33
Test for GFK, using RelatedField. Refs #607 .
2013-01-25 14:36:27 +00:00
Tom Christie
b73d7e9bb4
Cleaning up GFK test module. Refs #607 .
2013-01-25 13:58:19 +00:00
Tom Christie
a3e5521569
Add twitter follow button.
2013-01-24 13:01:42 +00:00
Tom Christie
4b0d4288c1
Tweak linking style.
2013-01-24 13:01:28 +00:00
Tom Christie
d6628d4e78
Test for #552 .
2013-01-24 08:58:19 +00:00
Tom Christie
a57c0c5aae
Docs tweak based on user feedback.
2013-01-23 19:03:55 +00:00
Tom Christie
4a4fe60e33
Merge pull request #603 from minddust/validation_error
...
Add failed testcase for fieldvalidation + fix
2013-01-23 01:21:26 -08:00
Tom Christie
b7abf14d3a
Pass PaginationSerializer context through to child ModelSerializer on init. Fixes #595 . Fixes #552 .
2013-01-23 07:38:13 +00:00