aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-11-21Merge pull request #1229 from jgomezb/patch-2Tom Christie
Update urlpatterns.py
2013-11-20Update 'default' explanation. Closes #1239Tom Christie
2013-11-19Update release-notes.mdTom Christie
2013-11-19Merge pull request #1240 from KrzysiekJ/put-as-createTom Christie
Added handling of validation errors in PUT-as-create.
2013-11-19Added handling of validation errors in PUT-as-create.Krzysztof Jurewicz
Fixes #1035.
2013-11-19Remove a couple of .html suffixes in docsTom Christie
2013-11-19Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-11-19Canonical page for index should be '/', not '/index'Tom Christie
2013-11-19Merge pull request #1238 from linovia/bugfix/recovering_testsTom Christie
Removed the DynamicSerializerView duplication
2013-11-18Removed the DynamicSerializerView duplicationXavier Ordoquy
2013-11-18Add a 404 page to the docsTom Christie
2013-11-18Drop .html suffixes in docsTom Christie
2013-11-18Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-11-18Add User import. Refs #599Tom Christie
2013-11-18Merge pull request #1235 from thedrow/patch-3Tom Christie
Enabled syntax highlighting in the README file.
2013-11-18Enabled syntax highlighting in the README file.Omer Katz
2013-11-17Merge pull request #1233 from ghickman/wheelTom Christie
Set up wheel distribution support
2013-11-15Set up wheel distribution supportGeorge Hickman
2013-11-15Use less specfic language in UltaJSON notesTom Christie
2013-11-15Version 2.3.92.3.9Tom Christie
2013-11-15Version 2.3.9Tom Christie
2013-11-14Update urlpatterns.pyjgomezb
Allow numbers in format extension.
2013-11-13Merge pull request #1226 from alexjg/masterTom Christie
Add Alex Good to credits (Whoop!)
2013-11-13Add Alex Good to credits (Whoop!)Alex
2013-11-13Merge pull request #1224 from alexjg/allow-aggregate-orderingTom Christie
Allow aggregate ordering
2013-11-13Undo version bumpAlex
2013-11-12Bump versionAlex
2013-11-12Merge branch 'master' into allow-aggregate-orderingAlex
2013-11-12Add queryset aggregates to allowed fields in OrderingFilterAlex
2013-11-11Merge pull request #1220 from hzy/patch-1Tom Christie
Added drf-ujson-renderer to renderers docs
2013-11-11Added drf-ujson-renderer to renderers docsJacob Haslehurst
drf-ujson-renderer is a third party renderer that implements JSON renderering using UltraJSON
2013-11-11Merge pull request #1219 from sepeth/fix-documentation-typoTom Christie
Typo on api-guide/fields.md and serializers.py
2013-11-11Typo on api-guide/fields.md and serializers.pyDoğan Çeçen
2013-11-08Merge pull request #1217 from benpbenp/masterTom Christie
Fix object creation with reverse M2M when related_name unspecified
2013-11-08Merge pull request #1215 from brutasse/versionsTom Christie
Updated versions in tox and travis config
2013-11-08Exclude 1.4 on python 3Bruno Renié
2013-11-08Merge remote-tracking branch 'upstream/master' into versionsBruno Renié
2013-11-08Merge pull request #1216 from linovia/masterTom Christie
Fixed a regression with ValidationError under Django 1.6
2013-11-08Fix object creation with reverse M2M when related_name unspecifiedBen 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-08Fixed a regression with ValidationError under Django 1.6Xavier Ordoquy
2013-11-08Updated versions in tox and travis configBruno Renié
2013-11-06Merge pull request #1214 from diox/choicefield-typedTom Christie
Improve handling of 'empty' values for ChoiceField
2013-11-06Drop u'' prefix for python 3.x compatibilityMathieu Pillard
2013-11-05Improve handling of 'empty' values for ChoiceFieldMathieu 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-02Merge pull request #1207 from erkarl/masterTom Christie
Updated OAuth2 authentication docs.
2013-11-02Added @robhudson for work on #1211. Thanks!Tom Christie
2013-11-02Merge pull request #1211 from robhudson/fix-sixTom Christie
Fixed exception handling with YAML and XML parsers.
2013-10-31Fixed exception handling with YAML and XML parsers.Rob Hudson
2013-10-31Updated OAuth2 authentication docs.erkarl
2013-10-29Merge pull request #1206 from sheppard/patch-1Carlton Gibson
Great. Thanks!