Here is a link to the Python control flow tools section on 'break': http://docs.python.org/2/tutorial/controlflow.html#break-and-continue-statements-and-else-clauses-on-loops
On Wed, Jun 26, 2013 at 9:28 AM, Goran <thego...@gmail.com> wrote: > You can always use IF > for foo in bar: > if foo == 1: > do something even redirect > else: > foo > > > On Wednesday, June 26, 2013 5:09:58 PM UTC+2, Harjot Mann wrote: >> >> What are the methods to break forloop? >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Jonathan D. Baker Developer http://jonathandbaker.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.