On Sun, Aug 18, 2013 at 2:51 AM, Harjot Mann <harjotmann1...@gmail.com> wrote:
> Hello Everyone
> Currently I am using django version 1.4.5 and I want to upgrade it to
> 1.5.1, I have an app in django. I want to know that what problems will
> I face while upgrading to that version. I have no idea about the
> features of new version. Any major points which I need to take into
> consideration?

The 2 issues I ran into are:

1. first argument to url must be quoted
2. direct_to_template and redirect_to have been deprecated in favor of
RedirectView, and you can no longer pass in extra context.

-- 
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.

Reply via email to