Tom Christie
|
8adde506e8
|
Default date/time fields now return python date/time objects again by default
|
2013-03-21 08:41:54 +00:00 |
|
Tom Christie
|
20fd738c85
|
iso formated datetime aware fields with +0000 offset should use 'Z' suffix instead
|
2013-03-20 13:05:59 +00:00 |
|
Tom Christie
|
09e4ee7ae3
|
Remove dumbass unneeded test
|
2013-03-18 21:11:40 +00:00 |
|
Tom Christie
|
034c4ce408
|
Fix serializer restore_object example for partial updates
|
2013-03-17 20:06:38 +00:00 |
|
Tom Christie
|
ef0caf64d3
|
Extra note on method
|
2013-03-17 19:59:13 +00:00 |
|
Tom Christie
|
e80d3d1bdf
|
Fix text regarding serializer error messages.
Closes #734.
|
2013-03-17 19:51:04 +00:00 |
|
Tom Christie
|
22a389d0ba
|
Better titles & descriptions
|
2013-03-15 13:41:22 +00:00 |
|
Tom Christie
|
da76bd7047
|
Tweak text.
|
2013-03-13 20:56:16 +00:00 |
|
Tom Christie
|
08bc203f90
|
Docs tweaks.
|
2013-03-13 20:53:39 +00:00 |
|
Tom Christie
|
acc8c1faa4
|
force_insert, force_update arguments. Closes #484.
Confirmed by `assertNumQueries(…)` in tests.
|
2013-03-13 20:40:39 +00:00 |
|
Tom Christie
|
a53596ce28
|
Docs for TokenHasReadWriteScope
|
2013-03-13 13:13:30 +00:00 |
|
Tom Christie
|
4b68089d44
|
Version 2.2.4
|
2013-03-13 13:07:46 +00:00 |
|
Tom Christie
|
76bf8db83a
|
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
|
2013-03-13 12:48:27 +00:00 |
|
Tom Christie
|
73ab7dc3f1
|
Use django-filter 0.6a1 and add database query count tests for paginated, filtered lists.
|
2013-03-13 12:45:54 +00:00 |
|
Tom Christie
|
a798a5350a
|
Fix duplicated database queries for paginated lists.
Closes #713.
|
2013-03-13 11:42:12 +00:00 |
|
Tom Christie
|
126cadf27e
|
Merge branch 'num-query-checking' of https://github.com/mjtamlyn/django-rest-framework
|
2013-03-13 11:36:55 +00:00 |
|
Tom Christie
|
0cf94cbd8b
|
Merge pull request #723 from mjumbewu/multitable-inheritance
Use parent's primary key when model is derived via multitable inheritance
|
2013-03-12 13:56:34 -07:00 |
|
Tom Christie
|
1aecd71eb4
|
Added @kuhnza for work on #695. Thanks!
|
2013-03-12 20:52:04 +00:00 |
|
Tom Christie
|
208407d569
|
Update release notes.
|
2013-03-12 20:49:44 +00:00 |
|
Tom Christie
|
377dc2cda2
|
Only honor X-HTTP-Method-Override for POST requests.
|
2013-03-12 20:49:20 +00:00 |
|
Tom Christie
|
716d86863f
|
Merge pull request #695 from kuhnza/master
Support for X-HTTP-Method-Override Header
|
2013-03-12 13:40:48 -07:00 |
|
Tom Christie
|
043d748b53
|
Tweak
|
2013-03-12 20:12:28 +00:00 |
|
Tom Christie
|
a574dc7f85
|
Update release notes
|
2013-03-12 20:12:22 +00:00 |
|
Tom Christie
|
40e3fc0eee
|
Merge pull request #709 from tomchristie/oauth
OAuth support
|
2013-03-12 12:27:05 -07:00 |
|
Tom Christie
|
f513db714d
|
Clean up TokenHasReadWriteScope slightly
|
2013-03-12 19:07:30 +00:00 |
|
Tom Christie
|
e8db504a98
|
Merge master
|
2013-03-12 18:49:38 +00:00 |
|
Tom Christie
|
12ac357559
|
Merge pull request #721 from dulaccc/token-scope-permission
Token scope permission class
|
2013-03-12 11:47:35 -07:00 |
|
Dave Kuhn
|
2bcb8ff12c
|
Documentation for X-HTTP-Method-Override
|
2013-03-12 13:48:40 +11:00 |
|
Dave Kuhn
|
2e481f3318
|
Added test for X-HTTP-Method-Override header
|
2013-03-12 12:00:41 +11:00 |
|
Mjumbe Wawatu Ukweli
|
bd3fe75e1a
|
Further group model inheritance tests
|
2013-03-11 17:32:32 -04:00 |
|
Mjumbe Wawatu Ukweli
|
354fbc64ba
|
Group the model-inheritance-related tests together
|
2013-03-11 17:28:55 -04:00 |
|
Mjumbe Wawatu Ukweli
|
bdcecf48e3
|
Simplify inherited child check to not use isinstance
|
2013-03-11 16:01:19 -04:00 |
|
Mjumbe Wawatu Ukweli
|
e7e470739f
|
Use parent's primary key when model is derived via multitable inheritance
|
2013-03-11 03:23:44 -04:00 |
|
Tom Christie
|
2088023293
|
Update release notes
|
2013-03-10 20:39:04 +00:00 |
|
Tom Christie
|
0df008dc83
|
Added @bouke for bug fix #722. Thanks!
|
2013-03-10 20:37:15 +00:00 |
|
Tom Christie
|
99b18d7485
|
Merge pull request #722 from Bouke/patch-1
PrimaryKeyRelatedField with OneToOneField serializes wrong object's id
|
2013-03-10 13:34:02 -07:00 |
|
Bouke Haarsma
|
126a0f739d
|
Fixed #720
|
2013-03-10 21:02:34 +01:00 |
|
Bouke Haarsma
|
3cd3235881
|
Failing test to show problem of #720
|
2013-03-10 21:01:51 +01:00 |
|
Pierre Dulac
|
eec8efafc3
|
Add the implementation for TokenHasReadWriteScope permissions w/ oauth 1
|
2013-03-10 14:40:20 +01:00 |
|
Pierre Dulac
|
e03906a5c4
|
Add TokenHasReadWriteScope class for permissions based on scopes
|
2013-03-10 14:08:29 +01:00 |
|
Tom Christie
|
239758e034
|
Serializers support bulk create.
|
2013-03-09 10:21:53 +00:00 |
|
Tom Christie
|
a34f45b06e
|
Docs polishing.
|
2013-03-09 00:31:19 +00:00 |
|
Tom Christie
|
2c6c5d966e
|
Update release notes.
|
2013-03-08 23:49:27 +00:00 |
|
Tom Christie
|
69d169f5f6
|
Neater override hooks and more docs for DjangoModelPermissions.
Refs #702.
|
2013-03-08 23:42:20 +00:00 |
|
Tom Christie
|
fd9d6c664b
|
Fix crazy typo.
|
2013-03-08 23:08:55 +00:00 |
|
Tom Christie
|
5e993f3929
|
Merge
|
2013-03-08 23:00:23 +00:00 |
|
Tom Christie
|
2596c12a21
|
Fixes for auth header checking.
|
2013-03-08 22:56:24 +00:00 |
|
Tom Christie
|
6c1fcc855a
|
Update release notes
|
2013-03-08 22:46:37 +00:00 |
|
Tom Christie
|
775b4314ed
|
Merge pull request #716 from tomchristie/list-deserialization
List deserialization
|
2013-03-08 14:45:25 -08:00 |
|
Tom Christie
|
28ae26466e
|
Py3k fixes.
|
2013-03-08 22:43:46 +00:00 |
|