Django system check gives error when storing method in variable

2015-03-29 Thread Wouter Miltenburg
Hi all, Haven't used Django 1.7.7 till today, but whenever I want to launch my project I get the following error: ERRORS: gopro.MyPayment: (models.E020) The 'MyPayment.check()' class method is currently overridden by . I use another django app (https://github.com/wmiltenburg/django-mollie-ideal)

Re: Django system check gives error when storing method in variable

2015-03-29 Thread Wouter Miltenburg
e cleanest way is to remove that line (check = is_paid). Why do you have > that in the first place? > > /Markus > > On Sunday, March 29, 2015 at 6:01:04 PM UTC+2, Wouter Miltenburg wrote: >> >> Hi all, >> >> Haven't used Django 1.7.7 till today, but whenever I