Re: django 1.4b + mysql + boolean fields

2012-02-24 Thread Tomasz Kloc
after upgrading to django 1.4 - in my opinion quite serious. Any comments before creating a ticket? On 24.02.2012 11:25, Tomasz Kloc wrote: Ticket with change described below: https://code.djangoproject.com/ticket/17114 I've also found that since Django 1.2 (https://docs.djangoproject

Re: django 1.4b + mysql + boolean fields

2012-02-24 Thread Tomasz Kloc
In [7]: AuctionCategoryCustomField.objects.all()[0].enable_search_filter Out[7]: 1 environment: In [6]: sys.version Out[6]: '2.6.6 (r266:84292, Dec 26 2010, 22:31:48) \n[GCC 4.4.5]' In [7]: django.VERSION Out[7]: (1, 3, 1, 'final', 0) On 24.02.2012 11:00, Tomasz Kloc wrote:

django 1.4b + mysql + boolean fields

2012-02-24 Thread Tomasz Kloc
r v is None or v == '') else: self.check_test = check_test in this case "0" is treated as True. Is this a bug? regards, tomasz kloc -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post