On Sun, Aug 18, 2013 at 12:21 PM, 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?
>
In the 1.5 django version, url requires a non-empty first argument, so
you have to change it accordingly, and there should be other change in
the urls and views, but the advantage of this version is that ,In
Django 1.5, you can now swap out theUser model for one that you write
yourself. This could be a simple extension to the existing User model
– for example, you could add a Twitter or Facebook ID field – or you
could completely replace the User with one totally customized for your
site.

-- 
Satinderpal Singh

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