mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-14 02:41:26 +01:00
commented out some unimplemented test code
This commit is contained in:
parent
1a4c6520a6
commit
3e8d6edfc7
@ -161,9 +161,9 @@ class TicketForm(forms.Form):
|
||||
|
||||
def clean_due_date(self):
|
||||
data = self.cleaned_data['due_date']
|
||||
#import ipdb; ipdb.set_trace()
|
||||
if not hasattr(self, 'instance') or self.instance.due_date != new_data:
|
||||
print "you changed!"
|
||||
#TODO: add Google calendar update hook
|
||||
#if not hasattr(self, 'instance') or self.instance.due_date != new_data:
|
||||
# print "you changed!"
|
||||
return data
|
||||
|
||||
attachment = forms.FileField(
|
||||
|
Loading…
Reference in New Issue
Block a user