python - How to check if Django 1.3 project is also compatible with Django 1.6 -


I am working on the project where I should use things from existing Django applications The application is written with Django 1.3. Is there a way to determine whether to use it for the project that uses Django 1.6

The best way to create Virtualenv with Django 1.6, install your app, and run its tests There is probably the possibility of some small breaks. Jay ango has changed from 1.3 but they should do relatively easy patch up.

Comments

Popular posts from this blog

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -

python - Writing Greek in matplotlib labels, titles -