aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2015-03-27Fixed docstring typoMichael Blatherwick
2015-03-25Use default reason phrases from HTTP standard.José Padilla
2015-03-24Metadata should detect null boolean field type.Simon Charette
2015-03-23Merge pull request #2724 from delinhabit/namespaced-versioning-non-api-reversalTom Christie
2015-03-23Latest translation strings3.1.1Tom Christie
2015-03-23Merge pull request #2726 from linovia/release/3.1.1Tom Christie
2015-03-23Escape tab switching cookieTom Christie
2015-03-23Merge pull request #2743 from maurodoglio/serializer_class-html-rendererTom Christie
2015-03-22Make BrowsableAPIRenderer use serializer_class when presentmdoglio
2015-03-22Set serializer_class on ObtainAuthToken viewmdoglio
2015-03-22AuthTokenSerializer - properly render password fieldmdoglio
2015-03-19Handling the fallback in `reverse`Ion Scerbatiuc
2015-03-19Release notes for 3.1.1 and version bump.Xavier Ordoquy
2015-03-19Handle reversal of non-API view_name in HyperLinkedRelatedFieldIon Scerbatiuc
2015-03-16use SAFE_METHODS and make tupleDi Wu
2015-03-16Merge pull request #2700 from tomchristie/do-not-paginate-if-page-size-noneTom Christie
2015-03-16Merge pull request #2631 from Ins1ne/feature/issue-2559Tom Christie
2015-03-16Do not paginate if PAGE_SIZE=NoneTom Christie
2015-03-16Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2015-03-16Latest translation stringsTom Christie
2015-03-13fixed missing anchor closing tagmochawich
2015-03-13Fix lookup_url_kwarg handling in viewsets.Raphaël Barrois
2015-03-12Fixed problem with imporing rest_framework.views in apps.pyDirk Moors
2015-03-08Merge pull request #2637 from mdentremont/topic/allow-serialize-unsaved-with-...Carlton Gibson
2015-03-07update vertical and inline layouts for radio choicesAider Ibragimov
2015-03-06Merge pull request #2640 from Crystalnix/fix-remove-mergedictJosé Padilla
2015-03-06Add support for serializing models with m2m related fieldsMatt d'Entremont
2015-03-06Tweaks for cursor pagination and docsTom Christie
2015-03-05Remove `MergeDict`Egor Yurtaev
2015-03-04Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2015-03-04Clean up pagination attributesTom Christie
2015-03-04Allow blank/null on radio.html choicesAider Ibragimov
2015-03-03Call default.set_context() only on create. Refs #2619.Tymur Maryokhin
2015-02-27Updated CreateOnlyDefault to call set_context on its default (if callable)Kevin Wood
2015-02-27fix DictKey initial valueJanusz Harkot
2015-02-27Ensure validators are new-style classes on python2Ian Foote
2015-02-27Merge pull request #2608 from ezheidtmann/dont-swallow-errors-in-callable-sou...Tom Christie
2015-02-26Add explanation for this exception mutationEvan Heidtmann
2015-02-26Avoid swallowing exceptions thrown in callable attributesEvan Heidtmann
2015-02-26Merge pull request #2572 from Ins1ne/masterTom Christie
2015-02-26Merge pull request #2602 from dbrgn/fix-1602Tom Christie
2015-02-26Merge pull request #2587 from jpadilla/select-multiple-disabledTom Christie
2015-02-26Pagination tweaks and docsTom Christie
2015-02-25Force-evaluate querysets (see #2602)Danilo Bargen
2015-02-25Remove duplicated code in routers.SimpleRouterYannick PEROUX
2015-02-25Fix removal of url_path on @detail_route and @list_route. Fix # #2583Yannick PEROUX
2015-02-21Merge pull request #2586 from rense/masterTom Christie
2015-02-21DecimalField fixRense VanderHoek
2015-02-20Check if sessions are enabled before calling logout. Closes #2545.Tymur Maryokhin
2015-02-20Validator-fix, added min/max fields to test_metadataRense VanderHoek