From 7b7cd876771ba441e8303d96902b49284d360179 Mon Sep 17 00:00:00 2001 From: bashmak Date: Thu, 2 Mar 2017 15:55:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20print?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- abonapp/forms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/abonapp/forms.py b/abonapp/forms.py index bf897d9..4c0426a 100644 --- a/abonapp/forms.py +++ b/abonapp/forms.py @@ -57,7 +57,6 @@ class AbonForm(forms.ModelForm): } def save(self, commit=True): - print('SavePassw') raw_password = self.cleaned_data['password'] acc = super().save(commit=False) acc.password = make_password(raw_password)