On 16/10/14 14:25, Rahul Sundaram wrote:
> Hi
> 
> On Thu, Oct 16, 2014 at 7:37 AM, Matthias Runge wrote:
> 
>     Hello,
> 
>     in Fedora 21, we have Django-1.6. Django-1.7 was released a few weeks
>     ago. As we're in feature freeze, but still pre-beta. I'd like to ask for
>     opinions, if an upgrade to Django-1.7 would be still acceptable.
> 
>     I have a copr available containing Django-1.7 [1]
> 
>     Thoughts?
> 
> 
> Does it bring any substantial benefits?  Does it break existing apps?
> 
Two things to be considered:

- Django-1.6 will get out of maintenance when F21 is still released
(probably in March 2015)

- when running an app, the following lines in your wsgi file need to be
placed or replaced:

from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()

instead of whatever was there earlier to define the application.


Matthias
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to