aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2014-09-01Merge pull request #1816 from carltongibson/regression-login-templateCarlton Gibson
2014-09-01Version 2.4.12.4.1Tom Christie
2014-09-01Regression for #1810: Test login view rendersCarlton Gibson
2014-08-30Restore body block to base template.Daniel Roseman
2014-08-292.4 Release notes2.4.0Tom Christie
2014-08-29Merge pull request #1784 from tomchristie/remove-model-attributeTom Christie
2014-08-28Validation errors in the rendered HTML fixedCezar Pendarovski
2014-08-27Put all TextNodes (method names) back to same line with parent elementCezar Pendarovski
2014-08-25Merge remote-tracking branch 'upstream/master' into fix-1719Cezar Pendarovski
2014-08-22Made all color declarations in bootstrap-tweaks.css consistentCezar Pendarovski
2014-08-22Fixed the issue with the non-draggable horizontal scrollbarCezar Pendarovski
2014-08-20Deprecate .model in related routers/permissionsTom Christie
2014-08-20Merge branch 'master' into set-retry-afterDmitry Mukhin
2014-08-20Deprecate .model attribute on viewsTom Christie
2014-08-20Fix cache_throttle typoTom Christie
2014-08-19Drop six from compat. 1.4.2 is now the lowest supported version.Tom Christie
2014-08-19Merge pull request #1778 from linovia/bugfix/1398Tom Christie
2014-08-19Resolve python3 linting issueTom Christie
2014-08-19Resolve linting issuesTom Christie
2014-08-19Code linting and added runtests.pyTom Christie
2014-08-19Merged #1398 against 2.4 branch.Xavier Ordoquy
2014-08-19Merge masterTom Christie
2014-08-18Only set .action attribute in override_method if it already existed on the viewTom Christie
2014-08-18Merge pull request #1763 from fongandrew/patch-1Tom Christie
2014-08-18Merge pull request #1505 from ticosax/test.client.logoutTom Christie
2014-08-18Merge pull request #1641 from javins/login-titleTom Christie
2014-08-18Merge pull request #1726 from ikame/masterTom Christie
2014-08-18Merge pull request #1654 from carltongibson/1559-take-2Tom Christie
2014-08-18Merge pull request #1772 from tomchristie/fix-1583Tom Christie
2014-08-18Copy filter_backends class attribute before returning it.Tom Christie
2014-08-18Always uppercase X-Http-Method-Override methods. Closes #1718.Tom Christie
2014-08-18Merge pull request #1711 from kdazzle/ModelViewSet-queryset-static-propertyTom Christie
2014-08-18Merge pull request #1739 from kevinlondon/patch-3Tom Christie
2014-08-16Fixed action_map being pulled from wrong objectAndrew Fong
2014-08-16override_method should substitute actionAndrew Fong
2014-08-16Add test for SerializerMethodFieldAymeric Derbois
2014-08-13ModelSerializer.restore_object - errors as listJohn Whitlock
2014-08-11Refactor JSONRenderer slightly for easier overridingTom Christie
2014-08-07Updated documentation for urls.pyKevin London
2014-08-06Update description of OrderingFilterKevin London
2014-08-05Remove duplicate class attributesJason Alan Palmer
2014-08-01Leave status responsibility to parent classAnler Hp
2014-07-29Better fix for the Django 1.3 compatXavier Ordoquy
2014-07-29Fixed the Django 1.3 compatXavier Ordoquy
2014-07-29Fixed the cache issue with Django 1.7 rc*Xavier Ordoquy
2014-07-28Issue #1707 - Add documentation about the caching of `GenericAPIView.queryset`Kyle
2014-07-28Merge remote-tracking branch 'reference/master'Xavier Ordoquy
2014-07-28Fix #1712 (issue when django-guardian is installed but not configured/used)Xavier Ordoquy
2014-07-26Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-07-25Updated test docstring related to missing bearer token.Ron Cohen