- 15 Nov, 2013 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 13 Nov, 2013 4 commits
-
-
Add Alex Good to credits (Whoop!)
Tom Christie committed -
Alex committed
-
Allow aggregate ordering
Tom Christie committed -
Alex committed
-
- 12 Nov, 2013 3 commits
- 11 Nov, 2013 4 commits
-
-
Added drf-ujson-renderer to renderers docs
Tom Christie committed -
drf-ujson-renderer is a third party renderer that implements JSON renderering using UltraJSON
Jacob Haslehurst committed -
Typo on api-guide/fields.md and serializers.py
Tom Christie committed -
Doğan Çeçen committed
-
- 08 Nov, 2013 8 commits
-
-
Fix object creation with reverse M2M when related_name unspecified
Tom Christie committed -
Updated versions in tox and travis config
Tom Christie committed -
Bruno Renié committed
-
Bruno Renié committed
-
Fixed a regression with ValidationError under Django 1.6
Tom Christie committed -
It seems that field.related_query_name() does not return the related_name for reverse M2M relations when related_name is not explicitly set in the M2M field definition. So, change to use obj.get_accessor_name(), where obj is an instance of RelatedObject, as are returned by a model's _meta.get_all_related_many_to_many_objects(), or as in the tuples returned by _meta.get_all_m2m_objects_with_model().
Ben Pietravalle committed -
Xavier Ordoquy committed
-
Bruno Renié committed
-
- 06 Nov, 2013 2 commits
-
-
Improve handling of 'empty' values for ChoiceField
Tom Christie committed -
Mathieu Pillard committed
-
- 05 Nov, 2013 1 commit
-
-
The empty value defaults back to '' (for backwards-compatibility) but is changed automatically to None for ModelSerializers if the `null` property is set on the db field.
Mathieu Pillard committed
-
- 02 Nov, 2013 3 commits
-
-
Updated OAuth2 authentication docs.
Tom Christie committed -
Tom Christie committed
-
Fixed exception handling with YAML and XML parsers.
Tom Christie committed
-
- 31 Oct, 2013 2 commits
-
-
Rob Hudson committed
-
erkarl committed
-
- 29 Oct, 2013 2 commits
-
-
Great. Thanks!
Carlton Gibson committed -
S. Andrew Sheppard committed
-
- 25 Oct, 2013 1 commit
-
-
Docs: Fix for API test client example
Carlton Gibson committed
-
- 24 Oct, 2013 8 commits
-
-
need to define 'expected' as we can just test against the dict.
Kit Randel committed -
Removed commented-out credits from footer so that django-debug-toolbar works
Tom Christie committed -
The comment, although valid, caused that the Django debug toolbar's injected HTML was partially commented-out and thus the toolbar didn't work as expected.
Jakub Roztočil committed -
Tom Christie committed
-
Added get_filter_backends method
Tom Christie committed -
Yamila Moreno committed
-
Typo on generic-views.md
Tom Christie committed -
Yamila committed
-