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
|
a798a5350a
|
Fix duplicated database queries for paginated lists.
Closes #713.
|
2013-03-13 11:42:12 +00: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
|
a574dc7f85
|
Update release notes
|
2013-03-12 20:12:22 +00:00 |
|
Tom Christie
|
e8db504a98
|
Merge master
|
2013-03-12 18:49:38 +00:00 |
|
Dave Kuhn
|
2bcb8ff12c
|
Documentation for X-HTTP-Method-Override
|
2013-03-12 13:48:40 +11: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
|
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
|
5e993f3929
|
Merge
|
2013-03-08 23:00:23 +00:00 |
|
Tom Christie
|
6c1fcc855a
|
Update release notes
|
2013-03-08 22:46:37 +00:00 |
|
Tom Christie
|
0b6267d8cd
|
Added @bitmonkey. Thanks!
For work on handling errors when deserializing lists of objects.
|
2013-03-08 22:28:59 +00:00 |
|
Tom Christie
|
53b58a5059
|
Merge branch 'master' of https://github.com/bitmonkey/django-rest-framework into list-deserialization
|
2013-03-08 21:20:52 +00:00 |
|
Tom Christie
|
c5b98f0d10
|
authtoken abstract if not installed.
Fixes #705.
|
2013-03-08 20:56:30 +00:00 |
|
Tom Christie
|
4d48de631b
|
Docs on per-object filtering
|
2013-03-08 20:41:00 +00:00 |
|
Tom Christie
|
1016c14a8a
|
Added @dulaccc.
For the awesome OAuth 2 support in #693.
|
2013-03-08 20:26:10 +00:00 |
|
Ian Dash
|
66605acaf0
|
Errors during deserializing lists now return a list of tuples with
index of bad item in data plus usual errors dict
|
2013-03-08 15:08:05 +00:00 |
|
Tom Christie
|
e42e49852d
|
Tweak docs
|
2013-03-07 19:49:36 +00:00 |
|
Tom Christie
|
c2eb27629c
|
Update docs for OAuth 2.0
|
2013-03-07 17:50:48 +00:00 |
|
Tom Christie
|
a4b33992a5
|
Merge OAuth2 work.
|
2013-03-07 17:43:13 +00:00 |
|
Tom Christie
|
4e80541824
|
Version 2.2.3
|
2013-03-07 09:05:13 +00:00 |
|
Tom Christie
|
d4e3610e71
|
Merge & clean OAuth support
|
2013-03-07 09:01:53 +00:00 |
|
Pierre Dulac
|
30e3775b8b
|
Update the documentation
with a warning for incompatibility with Python 3
and taking @tomchristie advice into account on how to reformulate some
sentences
|
2013-03-06 19:16:57 +01:00 |
|
Tom Christie
|
ddd7125a63
|
Tweak travis badge positioning.
|
2013-03-06 13:35:04 +00:00 |
|
Tom Christie
|
cdf7c778d8
|
Version 2.2.2
|
2013-03-06 12:29:56 +00:00 |
|
Tom Christie
|
6135df56c6
|
Merge pull request #703 from tomchristie/datetime-formats
Datetime formats
|
2013-03-06 04:25:35 -08:00 |
|
Tom Christie
|
d260f1ec15
|
Add tox note.
|
2013-03-06 12:19:49 +00:00 |
|
Tom Christie
|
1106596c80
|
Clean ups to datetime formatting
|
2013-03-06 12:19:39 +00:00 |
|
Tom Christie
|
4f7b028a0a
|
Updating docs
|
2013-03-05 20:57:35 +00:00 |
|
Tom Christie
|
c20ebe95f6
|
Merge datetime formats
|
2013-03-05 17:50:28 +00:00 |
|
Stephan Groß
|
17e0ff0fcd
|
Add @iekadou for #700 support. thanks!
|
2013-03-05 18:45:09 +01:00 |
|
Stephan Groß
|
7464def4e3
|
Fix typo
|
2013-03-05 18:42:31 +01:00 |
|
Tom Christie
|
6e7ddd579b
|
Docs tweak.
|
2013-03-05 17:39:34 +00:00 |
|
Tom Christie
|
6c2dbf1220
|
Minor docs tweak
|
2013-03-05 14:03:28 +00:00 |
|
Stephan Groß
|
7db2332c40
|
Update release docs
|
2013-03-04 14:11:05 +01:00 |
|
Stephan Groß
|
b4c9b68c96
|
Add note for using authtoken with custom django user model and south
|
2013-03-04 14:09:59 +01:00 |
|
Stephan Groß
|
d6391359f5
|
Fix fix migrate authtoken
|
2013-03-04 14:04:03 +01:00 |
|
Stephan Groß
|
4cdb6b2959
|
Fix authtoken migration
|
2013-03-04 13:53:39 +01:00 |
|
Stephan Groß
|
4a2788a7be
|
Update docs
|
2013-03-01 16:50:18 +01:00 |
|
Stephan Groß
|
a9d36d4726
|
Add docs update - part 1
|
2013-03-01 16:50:18 +01:00 |
|