"Django is supposed to be completely backward compatible" Er, no, its not and they never promised it would be. You need to check the changes made for each release - as they say here:
https://docs.djangoproject.com/en/1.9/releases/ "you will need to check *all* the backwards-incompatible changes..." On Thursday, 16 June 2016 20:30:57 UTC+2, gary719_list1 wrote: > > I missed the use of Django 1.5.4, but Django is supposed to be completely > backward compatible. So using 1.9 shouldn't cause any problems. The switch > from python 2.7 to 3.5, on the other hand, can be a mess. > > Gary R. > > On 06/15/2016 05:24 PM, M. Kholid wrote: > > I tried to downloan the tutorial from the given link / > media.readthedocs.org/pdf/tango-with-django/latest/tango-with-django.pdf > > It stil using django version 1.5.4 > > On Wed, Jun 15, 2016 at 10:44 PM, Shaylee Hansen < <javascript:> > [email protected] <javascript:>> wrote: > >> Thanks for the update on the new Tango With Django. Everyone highly >> recommends this tutorial so I'm excited to see its recently been updated :) >> >> On Monday, June 13, 2016 at 12:51:07 PM UTC-6, gary719_list1 wrote: >>> >>> I stand corrected. There is a new Tango With Django tutorial out. It >>> uses Python 3.5 and Django 1.9. Try / >>> media.readthedocs.org/pdf/tango-with-django/latest/tango-with-django.pdf >>> >>> Gary R >>> >>> On 06/11/2016 02:07 PM, Gary Roach wrote: >>> >>> If you don't mind working with Python2.7 and Django 1.7 you might try >>> "Tango With Django" . It is out of date but still is a good place to start. >>> Too bad that the author hasn't updated it. I have had some success with >>> running three projects in parallel. Tango along with the official Django >>> howto and another with your own project if you have one. I saw a reference >>> to "Learning Python The Hard Way". It's a good choice. >>> >>> One nasty thing you may run into if you run parallel programs is the use >>> of multiple version of Python and Django. If you use virtualenv and pyvenv >>> to set up multiple virtual environments and then point your IDE at the one >>> needed for a particular project, you should be ok. You don't even have to >>> activate the environments because you are using them for storage of python >>> and django versions only. >>> >>> Good luck >>> >>> Gary R. >>> >>> >>> On 06/10/2016 07:32 PM, Mc. Holid wrote: >>> >>> Dear All, >>> >>> Could anyone help to share the point for absolute beginner guide. >>> >>> I have already know a little bit about html, and having strong >>> background in vb6. >>> >>> Thanks for any kind help. >>> >>> Best Regards >>> Mchoud >>> -- >>> 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 [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/django-users. >>> To view this discussion on the web visit >>> <https://groups.google.com/d/msgid/django-users/d2fa7fd5-2673-4292-a14e-482e148587bb%40googlegroups.com> >>> https://groups.google.com/d/msgid/django-users/d2fa7fd5-2673-4292-a14e-482e148587bb%40googlegroups.com >>> . >>> For more options, visit <https://groups.google.com/d/optout> >>> https://groups.google.com/d/optout. >>> >>> >>> -- >>> 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 [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/django-users. >>> To view this discussion on the web visit >>> <https://groups.google.com/d/msgid/django-users/575C7D80.7060206%40verizon.net> >>> https://groups.google.com/d/msgid/django-users/575C7D80.7060206%40verizon.net >>> . >>> For more options, visit <https://groups.google.com/d/optout> >>> https://groups.google.com/d/optout. >>> >>> >>> >> NOTICE: This email and attached file(s) contain Gcommerce Solutions, LLC >> confidential information intended for the exclusive use of the >> individual(s) to whom addressed. If you are not the intended recipient, >> please immediately delete this Email (and attached files) and treat the >> information as confidential. >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Django users" group. >> To unsubscribe from this topic, visit >> <https://groups.google.com/d/topic/django-users/cryoIzZ7p-o/unsubscribe> >> https://groups.google.com/d/topic/django-users/cryoIzZ7p-o/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> To post to this group, send email to <javascript:> >> [email protected] <javascript:>. >> Visit this group at https://groups.google.com/group/django-users. >> To view this discussion on the web visit >> <https://groups.google.com/d/msgid/django-users/b4c64c46-02a6-4237-bbff-b4b3fbd0d6e8%40googlegroups.com?utm_medium=email&utm_source=footer> >> https://groups.google.com/d/msgid/django-users/b4c64c46-02a6-4237-bbff-b4b3fbd0d6e8%40googlegroups.com >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- > 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 [email protected] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > <https://groups.google.com/d/msgid/django-users/CADEwvuwPPzPTFLnGODT2sTFj7EYBwS6bFxH_b9UYz3m8FZy5mQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > https://groups.google.com/d/msgid/django-users/CADEwvuwPPzPTFLnGODT2sTFj7EYBwS6bFxH_b9UYz3m8FZy5mQ%40mail.gmail.com > . > For more options, visit https://groups.google.com/d/optout. > > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/fe929dbf-7829-4c8e-a6b9-645dd491e2f3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

