From 7dc3dbbad1edaac1ac16ef51040f9ff3138fad4e Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 6 Mar 2014 09:02:46 +0000 Subject: Update docs --- topics/contributing.html | 8 ++++---- topics/release-notes.html | 10 ++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'topics') diff --git a/topics/contributing.html b/topics/contributing.html index c9b1956c..6da9761c 100644 --- a/topics/contributing.html +++ b/topics/contributing.html @@ -206,7 +206,7 @@
The most important thing you can do to help push the REST framework project forward is to be actively involved wherever possible. Code contributions are often overvalued as being the primary way to get involved in a project, we don't believe that needs to be the case.
If you use REST framework, we'd love you to be vocal about your experiences with it - you might consider writing a blog post about using REST framework, or publishing a tutorial about building a project with a particular Javascript framework. Experiences from beginners can be particularly helpful because you'll be in the best position to assess which bits of REST framework are more difficult to understand and work with.
Other really great ways you can help move the community forward include helping answer questions on the discussion group, or setting up an email alert on StackOverflow so that you get notified of any new questions with the django-rest-framework tag.
When answering questions make sure to help future contributors find their way around by hyperlinking wherever possible to related threads and tickets, and include backlinks from those items if relevant.
+When answering questions make sure to help future contributors find their way around by hyperlinking wherever possible to related threads and tickets, and include backlinks from those items if relevant.
Please keep the tone polite & professional. For some users a discussion on the REST framework mailing list or ticket tracker may be their first engagement with the open source community. First impressions count, so let's try to make everyone feel welcome.
Be mindful in the language you choose. As an example, in an environment that is heavily male-dominated, posts that start 'Hey guys,' can come across as unintentionally exclusive. It's just as easy, and more inclusive to use gender neutral language in those situations.
@@ -222,7 +222,7 @@Getting involved in triaging incoming issues is a good way to start contributing. Every single ticket that comes into the ticket tracker needs to be reviewed in order to determine what the next steps should be. Anyone can help out with this, you just need to be willing to
+Getting involved in triaging incoming issues is a good way to start contributing. Every single ticket that comes into the ticket tracker needs to be reviewed in order to determine what the next steps should be. Anyone can help out with this, you just need to be willing to
You can also use the excellent [tox][tox] testing tool to run the tests against all supported versions of Python and Django. Install tox globally, and then simply run:
You can also use the excellent tox testing tool to run the tests against all supported versions of Python and Django. Install tox globally, and then simply run:
tox
Headers should use the hash style. For example:
### Some important topic
-The underline style should not be used. Don't do this:
+The underline style should not be used. Don't do this:
Some important topic
====================
diff --git a/topics/release-notes.html b/topics/release-notes.html
index 91ed440e..50e061c1 100644
--- a/topics/release-notes.html
+++ b/topics/release-notes.html
@@ -225,6 +225,16 @@
Date: 6th March 2014
+default argument when used with serializer relation fields.urlize template failure when URL regex is matched, but value does not urlparse.urandom for token generation.Vary: Accept when more than one renderer exists.Date: 15th January 2014