On Wed, Jul 28, 2010 at 3:29 PM, Massimiliano Ravelli <massimiliano.rave...@gmail.com> wrote: > On Jul 28, 3:13 pm, knight <alexar...@gmail.com> wrote: >> What are the minimal changes that I need to make in order to work with >> 1.2.1? > > Did you have a look at > http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges > ?
This link in worth nothing. The same all the sentences link '1.1 and 1.2 are compatible'. They are not. I have quite big application written in 1.1 - still can't fully run it on 1.2. As I discovered: forms fields set to be blank=True and null=True when left blank on 1.1 get null value as expected, on 1.2 the get empty string - which crashes if database has constraints. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.