dtk
cb6b5bb52d
Create tz-aware datetime objects
...
So far the `OAuth2Authentication` backend created naive `datetime` objects when
authenticating the provided credentials.
`django-oauth2-provider` handles tz-aware datetimes since version
0.2.5 (cf [commit 343e422ce1][0]).
This commit uses `django.utils.timezone` to generate tz-aware datetimes when
verifying that a presented `AccessToken` is valid (as in not yet expired).
[0]: 343e422ce1
2013-06-24 10:43:57 +02:00
Tom Christie
8d83ff8e6c
Add decorator brackets back. Refs #941
2013-06-21 23:12:16 +01:00
Tom Christie
fb6bcd9f06
Update release notes, noting support for StreamingHttpResponse. Refs #939
2013-06-21 22:43:01 +01:00
Tom Christie
8cc63b09f6
Add support for StreamingHttpResponse. Closes #939
2013-06-21 22:42:04 +01:00
Tom Christie
4f7f93e20e
Added @freakydug, for changes in #941 . Thanks :)
2013-06-21 22:28:36 +01:00
Tom Christie
a68f473dd8
Brackets not required on decorator without arguments
2013-06-21 23:25:14 +02:00
Tom Christie
8b0d4115c6
Merge pull request #941 from FreakyDug/master
...
Fixed a couple of small problems I found when using the action decorator.
2013-06-21 14:23:40 -07:00
Tom Christie
2d5f7f201f
Update router docs on base_name. Refs #933 .
2013-06-21 22:19:14 +01:00
Tom Christie
209b65f426
Update assertion error to reference 'base_name' argument, not incorrect 'name' argument. Closes #933
2013-06-21 22:13:25 +01:00
Tom Christie
f2e6af8975
Remove erronous htmlcov files
2013-06-21 22:04:38 +01:00
Tom Christie
3d4bb4b553
Ensure action kwargs properly handdled. Refs #940 .
2013-06-21 22:03:07 +01:00
Philip Douglas
fa9f5fb8dc
Allow uppercase methods in action decorator.
...
Previously, using uppercase for the method argument would silently fail
to route those methods.
2013-06-21 16:28:17 +01:00
Philip Douglas
f3529f1f4a
Correct docs' incorrect usage of action decorator
...
If you don't call it, it doesn't work.
2013-06-21 16:26:28 +01:00
Tom Christie
6d2ca75d8e
Don't raise AttributeError on views with no model or queryset, when using DjangoModelPermissions
2013-06-18 11:10:56 +01:00
Tom Christie
da62987b82
Remove erronous checkin
2013-06-17 15:10:53 +01:00
Tom Christie
4ad1094968
HyperlinkedModelSerializer supports overriding of 'url' field. Closes #936
2013-06-17 15:09:36 +01:00
Tom Christie
a7a9e87284
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
2013-06-17 09:27:38 +01:00
Tom Christie
aa706f581c
Add Django OAuth Toolkit to docs
2013-06-17 09:27:12 +01:00
Tom Christie
c2f0a5ab77
Merge pull request #938 from bigsassy/master
...
Fixed minor typo in tutorial documentation.
2013-06-17 00:23:22 -07:00
bigsassy
c875a27edf
Update 1-serialization.md
...
Fixed typo in documentation (Testarea to Textarea)
2013-06-16 18:32:33 -03:00
Tom Christie
ef38886fe8
Update release notes
2013-06-14 15:40:20 +01:00
Tom Christie
52298480c2
Clean up
2013-06-14 15:39:56 +01:00
Tom Christie
df957c8625
Fix and tests for ScopedRateThrottle. Closes #935
2013-06-14 14:18:40 +01:00
Tom Christie
6cc4fe5637
Drop coveralls as seems to be screwing with things
2013-06-14 12:55:48 +01:00
Tom Christie
702ec128ba
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
2013-06-14 12:44:04 +01:00
Tom Christie
34f34f40b8
Adding coveralls to travis builds
2013-06-14 12:43:34 +01:00
Tom Christie
982411e6f4
Merge pull request #932 from tobych/python-titlecase
...
Changes 'python' to 'Python' when used in prose.
2013-06-13 00:09:26 -07:00
Toby Champion
250dfef158
Changes 'python' to 'Python' when used in prose.
2013-06-12 14:51:17 -07:00
Tom Christie
1cc2a7b25e
Added @davesque for work on #926 . Thanks! :)
2013-06-12 22:46:07 +02:00
Tom Christie
614d8fec3c
Merge pull request #929 from mhsparks/positive-integer-field
...
Added test for custom fields with min_value and max_value validators
2013-06-12 12:39:57 -07:00
Tom Christie
c4ab77b9e9
Merge pull request #926 from davesque/master
...
I was having problems with a custom field that used a min_value validator...
2013-06-12 12:38:35 -07:00
Tom Christie
be175ae8a7
Merge pull request #930 from inglesp/patch-1
...
Typo
2013-06-12 11:33:19 -07:00
inglesp
b1847412b5
Typo
2013-06-12 20:00:33 +02:00
Mark Hughes
82c515c19c
Added test for custom fields with min_value and max_value validators
2013-06-12 17:36:16 +01:00
David Sanders
fcaca73709
Pep8 lint
2013-06-11 16:10:25 -06:00
David Sanders
656897c2da
Update ModelField to work with a broader range of fields
...
Add support for fields that use min and max value validators.
2013-06-11 16:09:32 -06:00
Tom Christie
5d0aeef69e
Better docs related to lookup_field and hyperlinked serializers. Closes #920 .
2013-06-10 17:46:55 +01:00
Tom Christie
351e172d45
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
2013-06-10 09:06:15 +01:00
Tom Christie
777ecb5141
Add renderer_classes kwarg when binding snippet_highlight explicitly. Closes #923
2013-06-10 09:05:44 +01:00
Tom Christie
5ce1d6c86b
Added @mindlace for work on #922 . Thx!
2013-06-08 09:38:21 +02:00
Tom Christie
7537bf937f
Merge pull request #922 from mindlace-mp/master
...
Set args and kwargs before initializing the request.
2013-06-08 00:12:40 -07:00
Ethan Fremen
d89aade343
Allow the default router to have a custom name.
...
Signed-off-by: Ethan Fremen <ethan@matterport.com>
2013-06-07 19:49:18 -07:00
Ethan Fremen
ae2887ffc4
Set the args and kwargs before initializing the request.
...
Allows get_parser_context to function correctly.
Signed-off-by: Ethan Fremen <ethan@matterport.com>
2013-06-07 19:25:39 -07:00
Stephan Groß
75e3cbc903
Merge pull request #919 from ryankask/doc-duplicate-fix
...
Remove pass statement before docstring.
2013-06-07 06:15:16 -07:00
Ryan Kaskel
e483c4fed6
Remove pass statement before docstring.
2013-06-07 10:07:42 +01:00
Tom Christie
db8d61196a
Merge pull request #915 from aburgel/fix-oauth-bad-consumer-key
...
Fix serialization exception caused by non-existent consumer
2013-06-06 00:58:54 -07:00
Tom Christie
4b96614b12
Merge pull request #914 from gnunamed/master
...
Fix typos
2013-06-06 00:57:13 -07:00
Tom Christie
40e09472d8
Never deepcopy validators. Closes #913
2013-06-06 08:56:39 +01:00
Alex Burgel
ecb8a460c9
Fix serialization exception when using non-existent consumer
2013-06-05 17:02:44 -04:00
gnunamed
fdb689f9b5
Update serializers.md
2013-06-05 13:53:00 -05:00