- 09 Jan, 2014 3 commits
-
-
Yuri Prezument committed
-
fix docstring typos.
Tom Christie committed -
Fredrik Möllerstrand committed
-
- 08 Jan, 2014 2 commits
-
-
www.django-rest-framework.org
Use www.django-rest-framework.org for docs instead of django-rest-framework.org due to issues with naked domains
Tom Christie committed -
www.django-rest-framework.org
Use www.django-rest-framework.org for docs instead of django-rest-framework.org due to issues with naked domains
Tom Christie committed
-
- 07 Jan, 2014 4 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 06 Jan, 2014 1 commit
-
-
Tom Christie committed
-
- 03 Jan, 2014 5 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
FIX BaseSerializer.from_native has an altered signature
Tom Christie committed -
Fix bugfix note
Tom Christie committed
-
- 02 Jan, 2014 6 commits
-
-
* base classes define it with one parameter * BaseSerializer currently defines a second parameter, which we make optional here for method-dispatch passivity
Steven Cummings committed -
FIx link to tox
Tom Christie committed -
Paul Melnikow committed
-
This fixes a bugfix note that was added because of #1293, which pointed out that a change in a bugfix [1] broke backwards compatibility. The bugfix did not work as expected because a variable was quoted when it should not have been. This removes the quotes around the variable, which brings back the expected functionality.
Kevin Brown committed -
saving nested generic relation serializers broken in django 1.6
Tom Christie committed -
Tom Christie committed
-
- 24 Dec, 2013 2 commits
-
-
S. Andrew Sheppard committed
-
S. Andrew Sheppard committed
-
- 23 Dec, 2013 15 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Simplified some examples in tutorial
Tom Christie committed -
amatellanes committed
-
amatellanes committed
-
This reverts commit d6806340.
amatellanes committed -
amatellanes committed
-
get_full_path returns unicode, so we use build_absolute_uri which returns iri_to_uri'ed one
Yin Jifeng committed -
When many tab's are open (which is necessary for DRF's documentation), it becomes impossible to determine which tab contains which pieces of documentation. That they are all related is obvious by the use of a common icon, just not the specific page each tab is loaded to. This change inverts the order of the title to maintain as much useful context as possible on the tabbar.
bennbollay committed
-
- 22 Dec, 2013 2 commits
-
-
Simplified some functions in permissions.py
Tom Christie committed -
amatellanes committed
-