aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/routers.py
AgeCommit message (Expand)Author
2015-03-13Fix lookup_url_kwarg handling in viewsets.Raphaƫl Barrois
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-01-29Removed router check for deprecated '.model' attributeTymur Maryokhin
2015-01-19NotImplemented -> NotImplementedErrorTom Christie
2014-12-28Support namespaced router URLs with DefaultRouter.Tom Christie
2014-12-19Merge pull request #2010 from tanwanirahul/masterTom Christie
2014-12-19Change decorator attribute name to url_path per suggestionstanwanirahul
2014-11-06Drop usage of SortedDict. Closes #2027.Tom Christie
2014-11-03Ability to override default method names by customizing ittanwanirahul
2014-10-20Used Django utils SortedDict instead of stdlib's OrderedDict forErik Wickstrom
2014-10-19Maintain order of views on router for api root view.Erik Wickstrom
2014-09-17Update routers.pyTom Christie
2014-09-11Added DefaultRouter support (and test) for viewsets without the default actio...Marek Skrajnowski
2014-09-09Make sure APIRoot.get can take on args, kwargs so router can be embedded with...Gaurav Dadhania
2014-08-20Deprecate .model in related routers/permissionsTom Christie
2014-01-13Minor tweaks to 'lookup_value_regex' workTom Christie
2014-01-04Router: Do not automatically adjust lookup_regex when trailing_slash is TruePaul Melnikow
2014-01-04Allow viewset to specify lookup value regex for routingPaul Melnikow
2013-12-23Merge branch 'bennbollay-patch-1' into 2.4.0Tom Christie
2013-12-13Add notes on lookup_prefix argument and why it's there even though unused by ...Tom Christie
2013-12-10SimpleRouter.get_lookup_regex got lookup_prefixAlan Justino
2013-09-25Drop 1.3 supportTom Christie
2013-08-30Merge masterTom Christie
2013-08-23Don't consume .json style suffixes with routers.Tom Christie
2013-07-15Combined link_* and action_* decorators into detail_route and list_route, mar...Alex Burgel
2013-07-15Introduce DynamicDetailRoute and DynamicListRoute to distinguish between diff...Alex Burgel
2013-07-15Changed collection_* decorators to list_*Alex Burgel
2013-07-15Revert route name change and add key to Route object to identify different ro...Alex Burgel
2013-07-15Add support for collection routes to SimpleRouterAlex Burgel
2013-06-26Raise exception when attempting to dynamically route to a method that is alre...Jamie Matthews
2013-06-21Merge pull request #941 from FreakyDug/masterTom Christie
2013-06-21Update assertion error to reference 'base_name' argument, not incorrect 'name...Tom Christie
2013-06-21Allow uppercase methods in action decorator.Philip Douglas
2013-06-07Allow the default router to have a custom name.Ethan Fremen
2013-06-04Added trailing_slash argument to routers. Closes #905Tom Christie
2013-05-24Allow action decorator to handle multiple http methodsAlex Burgel
2013-05-16Version 2.3.3Tom Christie
2013-05-14Merge branch 'master' of https://github.com/avinash240/django-rest-frameworkTom Christie
2013-05-14Fix Django 1.3 compat with routersTom Christie
2013-05-11added support for multiple @action and @link decorators on a viewset, along w...Marlon Bailey
2013-05-02Automagically determine base_name in router classTom Christie
2013-04-29Remove AutoRouter. (Adding shortcut to generic views/viewsets means it's un...Tom Christie
2013-04-292.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...Tom Christie
2013-04-26Bits of cleanupTom Christie
2013-04-26Deal with List/Instance suffixes for viewsetsTom Christie
2013-04-25Added AutoRouter. Don't know if this is a good idea.Tom Christie
2013-04-24Various clean up and lots of docsTom Christie
2013-04-04TweaksTom Christie
2013-04-04Factor view names/descriptions out of View classTom Christie