index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
utils
Age
Commit message (
Expand
)
Author
2014-08-19
Resolve python3 linting issue
Tom Christie
2014-08-19
Code linting and added runtests.py
Tom Christie
2014-04-13
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-04-11
Fix dict_keys equality test for python 3.
Ian Leith
2014-01-17
Encode django QuerySets to lists and not dicts in JSONEncoder
Mathieu Pillard
2013-12-13
Merge branch 'master' into 2.4.0
Tom Christie
2013-12-09
Fix compat issues for #1231
Tom Christie
2013-11-21
Fix issue #1231: JSONEncoder doesn't handle dict-like objects
Malcolm Box
2013-10-17
Fix decimal support with YAMLRenderer
badaud_t
2013-09-25
Drop 1.3 support
Tom Christie
2013-09-13
Let JSONEncoder handle Numpy data types.
David Pretty
2013-08-29
Fix breadcrumb view names
Tom Christie
2013-08-19
Move view name/description functions into public space
Tom Christie
2013-08-17
Updated default view name/description functions
Christopher Paolini
2013-08-17
Improved view/description function setting
Christopher Paolini
2013-08-16
Settings now have default functions
Christopher Paolini
2013-08-15
Ability to override name/description of view
Christopher Paolini
2013-06-26
Refactored get_view_description, moved appropriate tests to test_description.py
Igor Kalat
2013-06-22
Make browsable API views play nice with utf-8
Igor Kalat
2013-05-24
Clean up OPTIONS implementation
Tom Christie
2013-05-07
Fix breadcrumb rendering issue
2.3.1
Tom Christie
2013-04-26
Bits of cleanup
Tom Christie
2013-04-26
Deal with List/Instance suffixes for viewsets
Tom Christie
2013-04-04
Factor view names/descriptions out of View class
Tom Christie
2013-02-22
XML cleanup
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
2013-02-01
Py3k cleanup
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-15
Add timedelta encoder to the JSONEncoder class.
James Cleveland
2013-01-05
deprecate simplejson
Juan Riaza
2013-01-03
Move the various compat things to the compat module.
Xavier Ordoquy
2012-11-24
Every (base) test should now pass with python3.
Xavier Ordoquy
2012-11-23
Default encoding should probably be latin-1 as some RFC seems to imply it.
Xavier Ordoquy
2012-11-22
6 first tests passes under python 3.2
Xavier Ordoquy
2012-11-22
First passing test under p3k \o/
Xavier Ordoquy
2012-11-07
Make filtering optional, and pluggable.
Tom Christie
2012-11-07
Fix repeated breadcrumbs when optional trailing slash is used
Tom Christie
2012-10-15
Tweak parsers to take parser_context
Tom Christie
2012-10-10
Fix yaml rendering
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie