Tom Christie
8387cb5d16
Docs fix
2013-03-25 20:28:17 +00:00
Tom Christie
7eefcf7e53
Bulk update, allow_add_remove flag
2013-03-25 20:26:34 +00:00
Tom Christie
dca24cd914
Added @stoneg for typo fix #754 . Thank you!
2013-03-25 16:44:36 +00:00
Sitong Peng
dab158e1fd
Tiny typo
2013-03-25 09:27:12 -07:00
Tom Christie
624ce250cd
Updating contribution docs (still wip)
2013-03-22 22:06:38 +00:00
Tom Christie
870d5c7d78
Merge pull request #744 from tomchristie/basic-bulk-edit
...
Basic bulk create and bulk update
2013-03-22 14:47:29 -07:00
Tom Christie
9a2ba4bf54
Update release notes
2013-03-22 21:37:51 +00:00
Tom Christie
13794baf70
Bit of extra tidying and plenty of docs
2013-03-22 17:01:06 +00:00
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
b2dc664485
Basic bulk create and bulk update
2013-03-19 14:26:48 +00:00
Tom Christie
74fb366c59
Merge branch 'master' into resources-routers
2013-03-18 21:03:05 +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
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
Stephan Groß
9157db5da0
Add better date / datetime validation (pull 2)
...
addition to #631 with update to master + timefield support
2013-03-01 16:48:20 +01:00
Pierre Dulac
653fcf7e33
Use the correct doc link style
2013-03-01 12:02:03 +01:00
Pierre Dulac
aed3c13471
Merge branch 'master' into oauth2-authentication
...
Conflicts:
rest_framework/tests/authentication.py
2013-03-01 11:50:11 +01:00
Pierre Dulac
d8f455bc0f
Add OAuth2Authentication documentation
2013-03-01 02:09:52 +01:00
Tom Christie
282af6057f
Release notes
2013-02-28 18:02:10 +00:00
Tom Christie
13b3af0d22
Auth is no longer lazy. Closes #667 .
...
More consistent auth failure behavior.
2013-02-28 17:58:58 +00:00
Tom Christie
27aa2d6aad
Use plularized URLs for better consistency.
...
Closes #684 .
2013-02-27 22:13:34 +00:00
swistakm
2eabc5c2b4
rfc5849 link with anchor
2013-02-27 11:02:50 +01:00
Tom Christie
35331f5820
More consistent examples
2013-02-26 19:54:04 +00:00
Tom Christie
e7ca326555
Tweaks
2013-02-26 19:51:09 +00:00
Tom Christie
19135061b6
Merge pull request #681 from dbrgn/format_suffixes_docs
...
Added function type detail to format suffix docs
2013-02-26 11:49:09 -08:00
Stephan Groß
80b0234793
Add @waa for #687 thanks!
2013-02-26 14:50:10 +01:00
Wiliam Souza
cd7f552540
Fixed a typo WritableField field name in docs
2013-02-26 10:43:33 -03:00
Danilo Bargen
bfdbc95f1a
Added CBV example to format-suffixes docs
2013-02-26 10:30:42 +01:00
Danilo Bargen
70db398595
Renamed UserInstance to UserDetail in docs
2013-02-25 21:31:12 +01:00
swistakm
5d9ed34e41
add OAuthAuthentication documentation stub
2013-02-25 17:41:34 +01:00
Tom Christie
8da83f0df9
Added @thedrow for cleanups in #677 . Thanks!
2013-02-25 15:15:33 +00:00
Tom Christie
b4b9d3b513
Added @ryanrdetzel for docs fix #674 . Thanks!
2013-02-25 13:44:32 +00:00
Ryan Detzel
cd9a192027
method fix for custom authentication
2013-02-23 23:32:47 +01:00
Tom Christie
4599cd97cb
Fix curl response.
...
Didn't map to the correct stage of the tutorial.
2013-02-23 22:13:06 +00:00
Tom Christie
ea7d73f57e
Spelling.
2013-02-23 22:07:33 +00:00
Tom Christie
ca8e073e34
TODO -> TODONE
2013-02-23 22:01:29 +00:00
Tom Christie
4a80dff1ef
Autenticating with curl example.
2013-02-23 21:52:46 +00:00
Tom Christie
9e2131715a
Formatting.
2013-02-23 21:52:26 +00:00
Tom Christie
5b03de8287
Add curl examples.
2013-02-23 21:29:52 +00:00
Tom Christie
41d3fe09cf
Add missing blank=True
to model in tutorial.
2013-02-23 21:29:13 +00:00
Tom Christie
5432f9ba49
Fill in missing and incorrect settings.
2013-02-23 17:12:45 +00:00
Tom Christie
f729506261
Update release notes
2013-02-23 07:24:36 +00:00
Tom Christie
d62e4a7aa5
Update release notes
2013-02-22 23:00:07 +00:00
Tom Christie
d44eb20942
Version 2.2.1
2013-02-22 20:47:41 +00:00
Tom Christie
b3019d9824
Note requirements explicitly.
2013-02-22 20:46:20 +00:00
Tom Christie
dcee027fa9
defusedxml for security fix.
...
As per:
http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html
2013-02-22 13:17:22 +00:00
Tom Christie
31f3fa63b2
Tweak TemplateHTMLRenderer docs.
2013-02-22 08:39:50 +00:00
Tom Christie
47a4f0863d
Update link to @paulmillr. Refs #668 .
2013-02-20 09:18:54 +00:00
Paul Miller
fc5f982ccc
Don’t use my old nickname in credits.
2013-02-20 11:12:54 +02:00
Tom Christie
c5cf51cf51
Fix typos.
2013-02-19 17:16:48 +00:00
Tom Christie
66a6ffaf95
Fix typos.
2013-02-19 17:09:28 +00:00
Tom Christie
618606888a
Mention caching. Closes #659 .
2013-02-15 09:27:37 +00:00
Tom Christie
50a9070e46
Added @pelme, for TimeField addition.
...
Refs #660 .
2013-02-15 09:19:10 +00:00
Tom Christie
d05b950945
Update release notes.
2013-02-15 09:16:58 +00:00
Tom Christie
6dd867c8fe
Merge pull request #660 from pelme/timefield
...
Added a serializer TimeField
2013-02-15 01:12:03 -08:00
Tom Christie
e919cb1b57
Note python compatibility.
2013-02-15 09:09:34 +00:00
Tom Christie
725741198b
Python 2.6.5+ required
2013-02-15 09:05:55 +00:00
Andreas Pelme
5a5df18d18
Added a serializer TimeField
2013-02-14 21:19:51 +01:00
Tom Christie
de029561d0
Docs tweaks.
2013-02-14 13:09:42 +00:00
Tom Christie
0d3e23f0d3
Update release notes.
2013-02-14 13:02:38 +00:00
eofs
34145408cb
Missing imports added
2013-02-14 13:21:54 +02:00
Stephan Groß
2eab7b9f59
thanks @floppya for docs fix
2013-02-14 09:04:09 +01:00
floppya
876bd67888
Minor doc fixes
...
Fixes misspelling of "primitive" and removes an awkward "with".
2013-02-13 13:59:00 -06:00
Tom Christie
569dc67a12
Username tweak.
2013-02-13 14:40:02 +00:00
Tom Christie
f8eb222ec1
Add links to 2.2 announcement
2013-02-13 14:08:56 +00:00
Tom Christie
77db00f449
Tweak title
2013-02-13 09:05:16 +00:00
Tom Christie
0b2adaa942
Drop note on object-level permissions.
...
Not yet supported by DjangoModelPermissions.
2013-02-12 23:17:41 +00:00
Tom Christie
195adf6ed4
Update release notes.
2013-02-12 23:17:19 +00:00
Tom Christie
b7a5c4b050
Notes on creating a custom obtain_auth_token
view. Fixes #641 .
2013-02-12 23:13:48 +00:00
Tom Christie
3f529dc25d
Typo
2013-02-12 22:06:20 +00:00
Tom Christie
891b197f0b
Drop issue management section
2013-02-12 22:06:13 +00:00
Tom Christie
a08fa7c71e
Add deprecation policy to release notes.
2013-02-12 22:05:17 +00:00
Tom Christie
edaf031935
Notes on explicit hyperlink relations behavior
2013-02-12 20:14:47 +00:00
Tom Christie
f97aa49809
Docs on serializer context.
2013-02-12 13:55:00 +00:00
Tom Christie
f642ee48a6
Document serializing querysets
2013-02-12 12:14:58 +00:00
Tom Christie
112753917d
Update release notes
2013-02-12 12:14:29 +00:00
Tom Christie
36cdefbb4d
Notes on object-level permissions.
2013-02-12 08:58:29 +00:00
Tom Christie
c81b2c6442
Notes on object-level permissions.
2013-02-12 08:58:28 +00:00
Tom Christie
55fdac4176
Use many=True
for serializers.
2013-02-12 08:58:28 +00:00
Tom Christie
f5a0275547
Tidy up internal view permission checking logic.
...
Also document correctly - these methods are now public and will fall
under the deprecation policy from now on.
2013-02-12 08:58:28 +00:00
Tom Christie
09b01887f2
New style object-level permission checks
2013-02-12 08:58:28 +00:00
Tom Christie
84a1896b7d
Change URL of 2.2 announcement
2013-02-10 16:44:45 +00:00
Tom Christie
0997ce9fc2
Improve relations documentation.
2013-02-10 16:44:32 +00:00
Tom Christie
fd57978cb7
Add missing model =
to serializer classes in docs
2013-02-08 09:01:45 +00:00
Tom Christie
15c8fd96ef
Docs for related fields, with lots of examples.
2013-02-07 23:11:12 +00:00
Tom Christie
7ffb2435ca
Add link to djangorestframework-digestauth
2013-02-07 21:23:10 +00:00
Tom Christie
47d6640ea5
Remove email
2013-02-07 21:07:33 +00:00
Tom Christie
4dcc34ecae
More 2.2 release notes
2013-02-07 13:16:17 +00:00
Tom Christie
670ac25b25
Allow serializers to handle dicts as well as objects. Fixes #447 .
2013-02-07 12:57:40 +00:00
Tom Christie
c18fb0d695
Added a post_save
hook. Closes #558 .
2013-02-06 21:28:03 +00:00
Tom Christie
cc2ec2bbf0
Tweaks to release notes.
2013-02-06 12:57:59 +00:00
Tom Christie
691a8f682d
Note on turning off implicit many behavior. Refs #564 .
2013-02-06 12:48:08 +00:00
Tom Christie
4788c87b76
Fix mismatch between template blocks and docs.
...
Fixes #639 .
2013-02-06 12:35:05 +00:00
Tom Christie
bdc97c5611
2.2 Release notes (wip)
2013-02-06 08:52:21 +00:00
Tom Christie
280dfa4343
Remove 2.0 notice on main docs.
2013-02-04 21:45:38 +00:00
Tom Christie
b9f1fbb5d2
Added @xordoquy for the incredible py3k work!
...
Commiter number 100!
2013-02-01 15:10:52 +00:00
Tom Christie
00752dcd2a
Py3k cleanup
2013-02-01 15:07:51 +00:00
Tom Christie
8021bb5d50
Added @fernandogrd for bugfix #632 . Thanks!
2013-01-30 12:43:52 +00:00
Tom Christie
ce914b03ed
Updated release notes.
2013-01-30 12:42:51 +00: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
54096a19fc
Added @swistakm, for docs fix #625 . Thanks!
2013-01-28 21:08:53 +00:00
Tom Christie
141814585c
Update release notes
2013-01-28 12:58:22 +00:00
Tom Christie
94c4a54bf8
Update release notes.
2013-01-28 12:23:25 +00:00
Tom Christie
2f14d79f4a
Added @wronglink, for docs fixes in #592 . Thanks!
2013-01-28 12:18:00 +00:00
swistakm
661c8f9ad5
fix mistake in docs
2013-01-28 13:05:52 +01: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
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
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
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
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
Stephan Groß
30046cae8c
Add validate_<fieldname> bugfix to release notes
2013-01-23 07:55:00 +01:00
Tom Christie
cf52c0e044
Update release notes.
2013-01-22 17:42:06 +00:00
Tom Christie
998c245f72
Add twitter share button to index page.
2013-01-22 17:35:52 +00:00
Tom Christie
b7ab2aee46
Merge branch 'master' into unauthenticated_response
...
Conflicts:
docs/api-guide/authentication.md
2013-01-22 09:11:38 +00:00
Tom Christie
65b62d64ec
WWW-Authenticate responses
2013-01-21 21:29:49 +00:00
Tom Christie
e29ba356f0
Added @kevinastone, for work on extra test cases in #602 . Thanks!
2013-01-21 17:53:27 +00:00
Tom Christie
2c76212e54
Add missing import to tutorial. Fixes #599
2013-01-20 16:38:32 +00:00
Tom Christie
42fcc3599c
Added @brutasse for docs fix #600 . Thanks!
2013-01-20 15:50:16 +00:00
Bruno Renié
9b9b6529bc
Fixed reference to authtoken in the docs
2013-01-20 14:49:07 +01:00
Tom Christie
199fa766ff
Update release notes
2013-01-19 17:00:20 +00:00
Tom Christie
af3fd09845
Tweak imports in tutorial. Fixes #597 .
2013-01-19 15:31:21 +00:00
Tom Christie
4b61ead53f
Added @nemesisdesign, for documentation on Apache mod_wsgi setup. Thanks!
...
Refs #588 .
2013-01-18 22:30:03 +00:00
Tom Christie
73b69b9bb6
Rephrasing.
2013-01-18 22:26:36 +00:00
Tom Christie
fb5943bb64
Merge pull request #588 from nemesisdesign/patch-1
...
mod_wsgi specific documentation for WSGIPassAuthorization
2013-01-18 14:08:59 -08:00
Tom Christie
15ad94c611
Drop the curl notes. Unnecessary.
2013-01-18 22:06:41 +00:00
Tom Christie
bd089836a1
Note on setting ContentType. Fixes #589 . Refs #586 .
2013-01-18 22:01:33 +00:00
Tom Christie
0672401781
Update release notes.
2013-01-18 22:00:59 +00:00
Tom Christie
80a8d0f279
Update docs to reference DabApps commercial support
2013-01-18 14:04:26 +00:00
Tom Christie
4c63961087
Tweak resource docs
2013-01-17 12:30:28 +00:00
Michael Elovskikh
ed13754859
Added PATCH HTTP method to the docs
2013-01-17 17:17:53 +06:00
Federico Capoano
f19d4ea8b1
Update docs/api-guide/authentication.md
...
refined mod_wsgi
2013-01-16 17:17:07 +01:00
Federico Capoano
55cc745254
Update docs/api-guide/authentication.md
...
Added mod_wsgi specific instructions
2013-01-16 17:10:46 +01:00
Tom Christie
0f0a07b732
Note changes to Decimal rendering to json behavior. Fixes #582 .
2013-01-16 14:41:57 +00:00
Tom Christie
fecfe57aef
Updated release notes.
2013-01-16 14:36:37 +00:00
Tom Christie
0756ca1f42
Added @steve-gregory for nullable slug relation tests.
...
See: #585
2013-01-16 14:35:30 +00:00
Tom Christie
4a7139e41d
Tweaks
2013-01-15 21:49:24 +00:00
Tom Christie
71e55cc4f6
Merge with latest master
2013-01-15 17:53:24 +00:00
Tom Christie
8f3931e02d
Update docs
2013-01-15 17:50:39 +00:00
Tom Christie
e1076cfb49
Added @radiosilence, for the timedelta encoding support. Thanks!
...
See: #584
2013-01-15 13:31:05 +00:00
Tom Christie
b4c43d5fe4
Update release notes
2013-01-15 13:29:21 +00:00
Stephan Groß
e32aaa29b8
Add @shezi thanks!
2013-01-15 14:00:32 +01:00
Tom Christie
79f635e0dd
Modify tutorial to work with pygments 1.6rc. Fixes #581 .
2013-01-15 09:33:24 +00:00
Tom Christie
190473f508
Tweak messagepack links
2013-01-14 17:38:45 +00:00
Tom Christie
a7e7c441a4
Add link to @mjumbewu's CSV package
2013-01-14 17:38:32 +00:00
Tom Christie
191135d7b0
Version 2.1.16
2013-01-14 09:20:44 +00:00
Richard Wackerbarth
08943c3e0a
Format extensions have already been introduced.
...
If format extensions are used,
they must be used in the creation of the
reverse URLs.
2013-01-13 12:09:49 -06:00
Richard Wackerbarth
0987bed2f7
Minor gramatical correction
2013-01-12 12:36:21 -06:00
Stephan Groß
da85bb1ab3
Update django-filter link to pypi
2013-01-12 14:31:40 +01:00
Tom Christie
25a463be73
Update release notes.
2013-01-12 10:07:11 +00:00
Stephan Groß
919c5e1e01
Fix typo in permission_classes
2013-01-11 20:26:44 +01:00
Tom Christie
c09a579851
Added @wackerbarth. Thanks!
2013-01-11 08:57:06 +00:00
Richard Wackerbarth
7dd5c56f22
Make the whitespace uniform
2013-01-10 16:16:30 -06:00
Richard Wackerbarth
12efd78fcf
Bringing up the Web API
2013-01-10 15:37:49 -06:00
Richard Wackerbarth
8efd9563a6
Some comment on the tutorial repository
2013-01-10 15:37:33 -06:00
Richard Wackerbarth
674c9029c1
Imply an additional element in infinite lists
...
This is to allow the addition of elements without
having to change existing lines of code
2013-01-10 15:37:15 -06:00
Tom Christie
cb235977f6
Include CSRF note in SessionAuthentication docs.
2013-01-09 09:22:23 +00:00
Mark Aaron Shirley
b298bf53f3
Update release notes
2013-01-08 08:35:41 -08:00
Marc Tamlyn
4df1172665
Fix reference to BasicAuthentication in settings.
2013-01-08 11:45:55 +00:00
Tom Christie
31b585f26a
Note paginate_by=None usage. Fixes #555 .
2013-01-07 21:13:10 +00:00
Tom Christie
36fa722ebb
Merged to latest master
2013-01-07 21:04:52 +00:00
Tom Christie
e429f702e0
Fix PAGINATE_BY_PARAM docs. Refs #551
2013-01-07 20:17:52 +00:00
Tom Christie
d9df15f321
Added @juanriaza's djangorestframework-msgpack
package to the docs.
2013-01-07 17:36:31 +00:00
Tom Christie
de00d3720e
Added @mjtamlyn. Thanks!
2013-01-07 17:36:31 +00:00
Tom Christie
152e6d5c0a
Added @michaelmior. Thanks!
2013-01-07 08:57:43 +00:00
Yuri Prezument
12bb25b372
Added @juanriaza. Thanks
2013-01-05 18:02:26 +02:00
Yuri Prezument
d7f3c86ad1
Updated release notes
2013-01-05 18:01:57 +02:00
Tom Christie
26f9acb45a
Validation errors instead of exceptions when serializers receive incorrect types. Fixes #402 .
2013-01-04 14:11:05 +00:00
Tom Christie
eb14278a3b
Add proper validation for updating relational fields with incorrect types. Fixes #446 .
2013-01-04 13:50:40 +00:00
Mark Shirley
466d4584ae
Remove duplicate release notes line
2013-01-03 23:18:58 +01:00
Tom Christie
ad671022e1
Version 2.1.15
2013-01-03 22:14:11 +00:00
Tom Christie
4223786ddc
Tweak release notes.
2013-01-03 22:11:50 +00:00
Tom Christie
a122856d46
Tweak behavior of hyperlinked fields with an explicit format suffix.
2013-01-03 21:50:28 +00:00
Tom Christie
bfea7f64ee
Tweak behavior of hyperlinked fields that include an explicit format suffix.
2013-01-03 21:49:29 +00:00
Tom Christie
92ae08207a
Drop unused private save_m2m flag
2013-01-03 21:49:01 +00:00
Tom Christie
05c72a5d30
Fix copyright notice and travis badge
2013-01-03 21:46:39 +00:00
Yuri Prezument
097f4c6962
Updated release-notes
2013-01-03 09:40:49 +02:00
Tom Christie
161432d78c
Added @ahankinson, for PATCH support. Thanks!
2013-01-02 13:49:43 +00:00
Tom Christie
ef73160599
Added RetrieveUpdateAPIView
2013-01-02 13:46:19 +00:00
Mark Aaron Shirley
f62acf025e
Update release notes
2013-01-01 18:06:22 +01:00
Tom Christie
eff833b39d
Version 2.1.14
2012-12-31 08:53:49 +00:00
Tom Christie
8fad0a727a
Relation fields move into relations.py
2012-12-31 08:53:40 +00:00
Tom Christie
af5c3c3bf4
Added @sebastibe. Thanks!
2012-12-30 07:51:07 +00:00
Tom Christie
275fcde5e6
Added @toranb - Thank you!
2012-12-29 16:59:01 +00:00
Tom Christie
3c7a636199
Updated release notes
2012-12-29 16:58:51 +00:00
Tom Christie
25398e8cf1
Update release notes
2012-12-29 13:33:03 +00:00
Tom Christie
923f81d269
Nested serializers now support nullable relationships, plus test. Fixes #384
2012-12-29 13:19:05 +00:00
Tom Christie
1f6af163fe
Tweak quote
2012-12-29 12:15:15 +00:00
Tom Christie
5d4ea3d23f
Add .validate() example
2012-12-28 12:59:24 +00:00
Tom Christie
3e4242fc43
django.contrib.staticfiles no longer needs to be in INSTALLED_APPS
2012-12-28 12:33:24 +00:00
Tom Christie
4b32cda5a8
Update release notes and documentation for 2.2.0
2012-12-27 17:53:07 +00:00
Tom Christie
9cc56a97b5
Added @akinfold for staticfiles changes.
2012-12-27 17:35:21 +00:00
Tom Christie
ed09d26fb8
Update docs/topics/release-notes.md
2012-12-23 18:50:17 +00:00
Tom Christie
ab991199cb
Merge pull request #529 from reinout/reinout-slug-kwarg
...
slug_kwarg attribute doesn't work; it should be slug_url_kwarg
2012-12-21 02:06:33 -08:00
Reinout van Rees
5f9ecd1c7a
slug_kwarg attribute doesn't work; it should be slug_url_kwarg
2012-12-21 10:42:40 +01:00
Tom Christie
79aea2f0d0
Version 2.1.12
2012-12-21 09:18:35 +00:00
Tom Christie
fb4bbf7d98
Added @treyhunner. Thank you!
2012-12-21 09:17:33 +00:00
Tom Christie
c097bcef58
Update release notes.
2012-12-19 22:42:11 +00:00
Tom Christie
566b9ff27b
Added @joual - Thanks!
2012-12-19 22:41:00 +00:00
Tom Christie
c29b08ad43
Update release notes
2012-12-19 22:06:38 +00:00
Tom Christie
24581faceb
Update release notes.
2012-12-18 18:23:28 +00:00
Tom Christie
9680b42b50
Version 2.1.11
2012-12-17 22:01:17 +00:00
Tom Christie
0418cebc58
Update contact details
2012-12-17 22:00:25 +00:00
Tom Christie
70714c2346
Version 2.1.10
2012-12-17 09:08:28 +00:00
Tom Christie
35f72cecb1
Fix model validation exclusions. Fixes #500 . Fixes #506 .
2012-12-15 20:40:41 +00:00
Tom Christie
1d24d1fc59
Added @sunscrapers. Thanks!
2012-12-14 20:14:42 +00:00
Tom Christie
e9eb47207a
Update release notes.
2012-12-14 20:08:53 +00:00
Tom Christie
6f8b432677
Added @pilt. Thanks!
2012-12-14 20:08:43 +00:00
Stephan Groß
e198a2b376
added RetrieveUpdateAPIView
2012-12-13 16:57:17 +01:00
Stephan Groß
628e3bf001
Added @cmurtaugh. Thanks!
2012-12-12 08:59:19 +01:00
Colin Murtaugh
9188d487c3
Replaced SingleObjectBaseView with SingleObjectAPIView
2012-12-11 17:26:08 -05:00
Tom Christie
0824761f47
Version 2.1.9
2012-12-11 21:07:48 +00:00
Tom Christie
17b77fc446
Added @gkrappel. Thank you!
2012-12-11 21:07:11 +00:00
Tom Christie
80adaecc43
Added @annacoder. Thanks!
2012-12-11 09:04:47 +00:00
Tom Christie
ff01ae3571
Version 2.1.8
2012-12-08 13:01:03 +00:00
Tom Christie
c1be29418b
Add link to json+hal hypermedia format.
2012-12-07 23:58:20 +00:00
Tom Christie
b170973993
Version 2.1.7
2012-12-07 22:36:30 +00:00
Tom Christie
21f7dcf7c6
Added release notes
2012-12-07 22:25:28 +00:00
Tom Christie
a463ddbb37
Merge pull request #470 from minddust/fix-#469
...
fixed #469 - RegexField <--> BrowsableAPI Bug
2012-12-06 14:58:18 -08:00
Tom Christie
26cfa02326
Added @roberts81. Thanks!
2012-12-06 22:56:23 +00:00
Tom Christie
6a5f4f2a90
Added @justanotherbody. Thanks!
2012-12-06 22:38:20 +00:00
Tom Christie
2938bc13b1
Added @reinout for the copy fixes. Thanks!
2012-12-06 16:30:22 -04:00
Tom Christie
1cf6a0469b
Merge pull request #475 from reinout/master
...
Textual tutorial fixes
2012-12-06 12:27:12 -08:00
Reinout van Rees
7a110a3006
Two typo fixes.
...
Plural/singular fix.
Typo fixed.
2012-12-05 16:24:41 +01:00
Reinout van Rees
3f39828788
Small textual fixes.
2012-12-05 16:16:46 +01:00
Reinout van Rees
ee184b8629
Small textual fixes.
2012-12-05 16:08:13 +01:00
Reinout van Rees
cb4e857217
Textual fixes.
...
Added a sentence introducing the second view.
Fix one or two additional sentences.
2012-12-05 16:04:52 +01:00
Marko Tibold
3868241f6a
Update docs/api-guide/permissions.md
...
@permission_classes takes a tuple or list.
2012-12-05 15:09:06 +01:00
Reinout van Rees
3417c4631d
Fixed typos and fixed wording.
...
Some singular/plural fixes.
Fixed some 'serialise->serialize' kind of UK/US differences. The 'z' seems more common in the rest of the docs, so that's what I used.
Removed a half-finished-sentence left dangling somewhere.
2012-12-05 12:31:38 +01:00
Reinout van Rees
fc6dbb45e0
Fixed wording.
2012-12-05 12:20:03 +01:00