| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-15 | Version 2.3.92.3.9 | Tom Christie | |
| 2013-11-15 | Version 2.3.9 | Tom Christie | |
| 2013-11-13 | Merge pull request #1226 from alexjg/master | Tom Christie | |
| Add Alex Good to credits (Whoop!) | |||
| 2013-11-13 | Add Alex Good to credits (Whoop!) | Alex | |
| 2013-11-13 | Merge pull request #1224 from alexjg/allow-aggregate-ordering | Tom Christie | |
| Allow aggregate ordering | |||
| 2013-11-13 | Undo version bump | Alex | |
| 2013-11-12 | Bump version | Alex | |
| 2013-11-12 | Merge branch 'master' into allow-aggregate-ordering | Alex | |
| 2013-11-12 | Add queryset aggregates to allowed fields in OrderingFilter | Alex | |
| 2013-11-11 | Merge pull request #1220 from hzy/patch-1 | Tom Christie | |
| Added drf-ujson-renderer to renderers docs | |||
| 2013-11-11 | Added drf-ujson-renderer to renderers docs | Jacob Haslehurst | |
| drf-ujson-renderer is a third party renderer that implements JSON renderering using UltraJSON | |||
| 2013-11-11 | Merge pull request #1219 from sepeth/fix-documentation-typo | Tom Christie | |
| Typo on api-guide/fields.md and serializers.py | |||
| 2013-11-11 | Typo on api-guide/fields.md and serializers.py | Doğan Çeçen | |
| 2013-11-08 | Merge pull request #1217 from benpbenp/master | Tom Christie | |
| Fix object creation with reverse M2M when related_name unspecified | |||
| 2013-11-08 | Merge pull request #1215 from brutasse/versions | Tom Christie | |
| Updated versions in tox and travis config | |||
| 2013-11-08 | Exclude 1.4 on python 3 | Bruno Renié | |
| 2013-11-08 | Merge remote-tracking branch 'upstream/master' into versions | Bruno Renié | |
| 2013-11-08 | Merge pull request #1216 from linovia/master | Tom Christie | |
| Fixed a regression with ValidationError under Django 1.6 | |||
| 2013-11-08 | Fix object creation with reverse M2M when related_name unspecified | Ben Pietravalle | |
| 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(). | |||
| 2013-11-08 | Fixed a regression with ValidationError under Django 1.6 | Xavier Ordoquy | |
| 2013-11-08 | Updated versions in tox and travis config | Bruno Renié | |
| 2013-11-06 | Merge pull request #1214 from diox/choicefield-typed | Tom Christie | |
| Improve handling of 'empty' values for ChoiceField | |||
| 2013-11-06 | Drop u'' prefix for python 3.x compatibility | Mathieu Pillard | |
| 2013-11-05 | Improve handling of 'empty' values for ChoiceField | Mathieu Pillard | |
| 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. | |||
| 2013-11-02 | Merge pull request #1207 from erkarl/master | Tom Christie | |
| Updated OAuth2 authentication docs. | |||
| 2013-11-02 | Added @robhudson for work on #1211. Thanks! | Tom Christie | |
| 2013-11-02 | Merge pull request #1211 from robhudson/fix-six | Tom Christie | |
| Fixed exception handling with YAML and XML parsers. | |||
| 2013-10-31 | Fixed exception handling with YAML and XML parsers. | Rob Hudson | |
| 2013-10-31 | Updated OAuth2 authentication docs. | erkarl | |
| 2013-10-29 | Merge pull request #1206 from sheppard/patch-1 | Carlton Gibson | |
| Great. Thanks! | |||
| 2013-10-29 | minor typo | S. Andrew Sheppard | |
| 2013-10-25 | Merge pull request #1203 from squidsoup/doc/testing-example | Carlton Gibson | |
| Docs: Fix for API test client example | |||
| 2013-10-25 | In the API test client example 'data' was not defined. There's also no | Kit Randel | |
| need to define 'expected' as we can just test against the dict. | |||
| 2013-10-24 | Merge pull request #1202 from jkbr/patch-1 | Tom Christie | |
| Removed commented-out credits from footer so that django-debug-toolbar works | |||
| 2013-10-24 | Removed commented-out credits from footer to make django-debug-toolbar work. | Jakub Roztočil | |
| 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. | |||
| 2013-10-24 | Added @yamila-moreno for work on #1199. Thanks! | Tom Christie | |
| 2013-10-24 | Merge pull request #1199 from yamila-moreno/get-filter-backends | Tom Christie | |
| Added get_filter_backends method | |||
| 2013-10-24 | Added get_filter_backends method | Yamila Moreno | |
| 2013-10-24 | Merge pull request #1200 from yamila-moreno/patch-1 | Tom Christie | |
| Typo on generic-views.md | |||
| 2013-10-24 | Typo on generic-views.md | Yamila | |
| 2013-10-24 | Added @alexanderlukanin13 for fix #1198. Thanks! | Tom Christie | |
| 2013-10-24 | Merge pull request #1198 from alexanderlukanin13/form-post-unicode | Tom Christie | |
| Fixed UnicodeEncodeError when POST JSON via web interface; added test | |||
| 2013-10-24 | Update comment in `get_parser_context`. | Tom Christie | |
| 2013-10-24 | Fixed UnicodeEncodeError when POST JSON via web interface; added test | alexanderlukanin13 | |
| 2013-10-22 | Added @jbzdak, for the nice docs improvements in #1191. Thanks! | Tom Christie | |
| 2013-10-22 | Merge pull request #1191 from jbzdak/master | Tom Christie | |
| Filter documentation explanation | |||
| 2013-10-22 | Small documentation fix | Jacek Bzdak | |
| 2013-10-22 | Merge remote-tracking branch 'origin/master' | Jacek Bzdak | |
| 2013-10-22 | Explained a bit more about django-filter implementation. | Jacek Bzdak | |
| 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. | |||
| 2013-10-22 | Added @ross for work on #1187. Thanks! | Tom Christie | |
