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
Age
Commit message (
Expand
)
Author
2014-11-03
Fix URL escaping
2.4.4
Tom Christie
2014-11-03
Version 2.4.4
Tom Christie
2014-11-03
Properly escape URLs when replacing query parameter
Tom Christie
2014-10-31
Merge pull request #1963 from carljm/lazy-fields
Tom Christie
2014-10-31
Merge pull request #1922 from JonesChi/fix_follow
Tom Christie
2014-10-31
Merge pull request #1785 from gdoermann/master
Tom Christie
2014-10-20
Used Django utils SortedDict instead of stdlib's OrderedDict for
Erik Wickstrom
2014-10-19
Maintain order of views on router for api root view.
Erik Wickstrom
2014-10-17
Set up serializer fields lazily on-demand.
Carl Meyer
2014-10-06
Fix follow does not work on APIClient
Jones Chi
2014-09-26
[templates/rest_framework/base.html] Separate `object-form' and `generic-cont...
Anton D. Kachalov
2014-09-23
Correctly propagate cloned_request for OPTIONS
José Padilla
2014-09-19
Version 2.4.3
2.4.3
Tom Christie
2014-09-18
Fix missing CSRF exemption on viewsets
Piper Merriam
2014-09-17
Update routers.py
Tom Christie
2014-09-17
Merge pull request #1865 from mskrajnowski/default-router-listless-viewset
Tom Christie
2014-09-17
Update initial migration to work on Python 3
José Padilla
2014-09-17
Update authtoken latest Django 1.7 migration
José Padilla
2014-09-11
Added DefaultRouter support (and test) for viewsets without the default actio...
Marek Skrajnowski
2014-09-10
Fix grammar in login error message
Joe Binney
2014-09-09
Merge pull request #1852 from GVRV/bugfix/apiroot_get_regression
Xavier Ordoquy
2014-09-09
Make sure APIRoot.get can take on args, kwargs so router can be embedded with...
Gaurav Dadhania
2014-09-08
Merge pull request #1844 from adamsc64/issue_1533
Tom Christie
2014-09-08
Stop the API Client converting empty lists/dicts to empty strings
Hamish Campbell
2014-09-06
Fixed #1533 - Resolved issue with integer keys on nested choices never valida...
Christopher Adams
2014-09-06
Merge pull request #1818 from tituomin/serializer-subclass-mapping
Tom Christie
2014-09-06
Merge pull request #1838 from jbittel/fix-encoded-filename-rfc6266
Tom Christie
2014-09-05
Refactor disposition unpacking for clarity
Jason Bittel
2014-09-05
Use force_text from compat
José Padilla
2014-09-05
Merge remote-tracking branch 'poswald/view-description-as-promise' into view-...
José Padilla
2014-09-05
Fix encoded filename parsing to allow for lang
Jason Bittel
2014-09-05
Refactor encoded filename feature per #1531
Jason Bittel
2014-09-05
Removed use encoding available only in py3
Vladislav Vlastovskiy
2014-09-05
Added get filename as encoded
Vladislav Vlastovskiy
2014-09-05
Remove order_by from AutoFilterSet
José Padilla
2014-09-05
Merge pull request #1834 from piotrjakimiak/master
Tom Christie
2014-09-05
Use Serializer instead of ModelSerializer
Piotr Jakimiak
2014-09-05
Merge pull request #1829 from cezar77/login-form-errors
Tom Christie
2014-09-05
Remove light gray bordering from the well with general message error
Cezar Pendarovski
2014-09-05
Fix comment
Piotr Jakimiak
2014-09-05
Fix returning None when allow_none is True in CharField
Piotr Jakimiak
2014-09-05
Place general error message in well
Cezar Pendarovski
2014-09-05
Change bootstrap class warning to error
Cezar Pendarovski
2014-09-05
Merge pull request #1820 from carltongibson/login-dropdown
Tom Christie
2014-09-05
Input fields get hightlighted if login fails and username is persisted
Cezar Pendarovski
2014-09-04
General message error goes above submit button
Cezar Pendarovski
2014-09-04
Error messages are displayed below the input fields
Cezar Pendarovski
2014-09-04
Display validation errors on login form
Cezar Pendarovski
2014-09-04
Prefer `format` and use named blocks
Carlton Gibson
2014-09-03
Using user.get_username() instead of user.username.
dpanesso
[next]