Loading AUTHORS +1 −0 Original line number Diff line number Diff line Loading @@ -255,6 +255,7 @@ answer newbie questions, and generally made Django that much better: John Huddleston <huddlej@wwu.edu> Rob Hudson <http://rob.cogit8.org/> Jason Huggins <http://www.jrandolph.com/blog/> Jeff Hui <jeffkhui@gmail.com> Gabriel Hurley <gabriel@strikeawe.com> Hyun Mi Ae Ibon <ibonso@gmail.com> Loading docs/topics/http/shortcuts.txt +2 −0 Original line number Diff line number Diff line Loading @@ -181,6 +181,8 @@ You can use the :func:`redirect` function in a number of ways. :meth:`~django.db.models.Model.get_absolute_url` method will be called to figure out the redirect URL:: from django.shortcuts import redirect def my_view(request): ... object = MyModel.objects.get(...) Loading Loading
AUTHORS +1 −0 Original line number Diff line number Diff line Loading @@ -255,6 +255,7 @@ answer newbie questions, and generally made Django that much better: John Huddleston <huddlej@wwu.edu> Rob Hudson <http://rob.cogit8.org/> Jason Huggins <http://www.jrandolph.com/blog/> Jeff Hui <jeffkhui@gmail.com> Gabriel Hurley <gabriel@strikeawe.com> Hyun Mi Ae Ibon <ibonso@gmail.com> Loading
docs/topics/http/shortcuts.txt +2 −0 Original line number Diff line number Diff line Loading @@ -181,6 +181,8 @@ You can use the :func:`redirect` function in a number of ways. :meth:`~django.db.models.Model.get_absolute_url` method will be called to figure out the redirect URL:: from django.shortcuts import redirect def my_view(request): ... object = MyModel.objects.get(...) Loading