| Index: codereview/views.py |
| =================================================================== |
| --- codereview/views.py (revision 101) |
| +++ codereview/views.py (working copy) |
| @@ -491,6 +491,10 @@ |
| return None |
| def txn(): |
| + #print base |
| + #print data |
| + #logging.info(base) |
| + #logging.info(data) |
| issue = models.Issue(subject=form.cleaned_data['subject'], |
| description=form.cleaned_data['description'], |
| base=base, |