- 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 12 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
-
Tom Christie committed
-
Fixed UnicodeEncodeError when POST JSON via web interface; added test
Tom Christie committed -
Tom Christie committed
-
alexanderlukanin13 committed
-
- 22 Oct, 2013 7 commits
-
-
Tom Christie committed
-
Filter documentation explanation
Tom Christie committed -
Jacek Bzdak committed
-
Jacek Bzdak committed
-
Well, I spent some time trying to gues how djang-filter works, and if this changes would be introduced, I would have saved this time.
Jacek Bzdak committed -
Tom Christie committed
-
paginator should validate page and provide default
Tom Christie committed
-
- 21 Oct, 2013 2 commits
-
-
Ross McFarland committed
-
better way comming in a seperate pr
Ross McFarland committed
-