mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-10 00:17:54 +02:00
commented out some unimplemented test code
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user