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
2015-03-23
Merge pull request #2724 from delinhabit/namespaced-versioning-non-api-reversal
Tom Christie
2015-03-23
Latest translation strings
3.1.1
Tom Christie
2015-03-23
Merge pull request #2726 from linovia/release/3.1.1
Tom Christie
2015-03-23
Escape tab switching cookie
Tom Christie
2015-03-23
Merge pull request #2743 from maurodoglio/serializer_class-html-renderer
Tom Christie
2015-03-22
Make BrowsableAPIRenderer use serializer_class when present
mdoglio
2015-03-22
Set serializer_class on ObtainAuthToken view
mdoglio
2015-03-22
AuthTokenSerializer - properly render password field
mdoglio
2015-03-19
Handling the fallback in `reverse`
Ion Scerbatiuc
2015-03-19
Release notes for 3.1.1 and version bump.
Xavier Ordoquy
2015-03-19
Handle reversal of non-API view_name in HyperLinkedRelatedField
Ion Scerbatiuc
2015-03-16
use SAFE_METHODS and make tuple
Di Wu
2015-03-16
Merge pull request #2700 from tomchristie/do-not-paginate-if-page-size-none
Tom Christie
2015-03-16
Merge pull request #2631 from Ins1ne/feature/issue-2559
Tom Christie
2015-03-16
Do not paginate if PAGE_SIZE=None
Tom Christie
2015-03-16
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2015-03-16
Latest translation strings
Tom Christie
2015-03-13
fixed missing anchor closing tag
mochawich
2015-03-13
Fix lookup_url_kwarg handling in viewsets.
Raphaël Barrois
2015-03-12
Fixed problem with imporing rest_framework.views in apps.py
Dirk Moors
2015-03-08
Merge pull request #2637 from mdentremont/topic/allow-serialize-unsaved-with-...
Carlton Gibson
2015-03-07
update vertical and inline layouts for radio choices
Aider Ibragimov
2015-03-06
Merge pull request #2640 from Crystalnix/fix-remove-mergedict
José Padilla
2015-03-06
Add support for serializing models with m2m related fields
Matt d'Entremont
2015-03-06
Tweaks for cursor pagination and docs
Tom Christie
2015-03-05
Remove `MergeDict`
Egor Yurtaev
2015-03-04
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2015-03-04
Clean up pagination attributes
Tom Christie
2015-03-04
Allow blank/null on radio.html choices
Aider Ibragimov
2015-03-03
Call default.set_context() only on create. Refs #2619.
Tymur Maryokhin
2015-02-27
Updated CreateOnlyDefault to call set_context on its default (if callable)
Kevin Wood
2015-02-27
fix DictKey initial value
Janusz Harkot
2015-02-27
Ensure validators are new-style classes on python2
Ian Foote
2015-02-27
Merge pull request #2608 from ezheidtmann/dont-swallow-errors-in-callable-sou...
Tom Christie
2015-02-26
Add explanation for this exception mutation
Evan Heidtmann
2015-02-26
Avoid swallowing exceptions thrown in callable attributes
Evan Heidtmann
2015-02-26
Merge pull request #2572 from Ins1ne/master
Tom Christie
2015-02-26
Merge pull request #2602 from dbrgn/fix-1602
Tom Christie
2015-02-26
Merge pull request #2587 from jpadilla/select-multiple-disabled
Tom Christie
2015-02-26
Pagination tweaks and docs
Tom Christie
2015-02-25
Force-evaluate querysets (see #2602)
Danilo Bargen
2015-02-25
Remove duplicated code in routers.SimpleRouter
Yannick PEROUX
2015-02-25
Fix removal of url_path on @detail_route and @list_route. Fix # #2583
Yannick PEROUX
2015-02-21
Merge pull request #2586 from rense/master
Tom Christie
2015-02-21
DecimalField fix
Rense VanderHoek
2015-02-20
Check if sessions are enabled before calling logout. Closes #2545.
Tymur Maryokhin
2015-02-20
Validator-fix, added min/max fields to test_metadata
Rense VanderHoek
2015-02-20
Disable select field if no choices available
José Padilla
2015-02-20
Set field length/values as actual attributes.
Rense VanderHoek
2015-02-20
Fixes HiddenField being rendered in HTMLFormRenderer
Rubén Durá Tarí
[next]