Re: Upgrading project from Django 1.11 to 2.1

2019-02-11 Thread Mike Dewhirst
On 11/02/2019 6:00 pm, PARTH PATIL wrote: Six.text_types is used to represent unicode() in python2 and str in python3. And now you are only using python3, it would be safe to replace it with str() Thank you kind Sir! Mike -- You received this message because you are subscribed to the Google

Upgrading project from Django 1.11 to 2.1

2019-02-10 Thread PARTH PATIL
Six.text_types is used to represent unicode() in python2 and str in python3. And now you are only using python3, it would be safe to replace it with str() -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Upgrading project from Django 1.11 to 2.1

2019-02-10 Thread Mike Dewhirst
Is it safe/advisable to globally replace six.text_types( with str( Thanks Mike -- 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