remove debug
This commit is contained in:
parent
504d31802e
commit
f32546db31
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ def post_save_reverse(sender, **kwargs):
|
|||
if kwargs.get('action') == 'post_add':
|
||||
c = kwargs['instance']
|
||||
c.reverse()
|
||||
print(c.id, set(c.related_content.all().values_list('id', flat=True)) == set(c.reverse_related_content.all().values_list('id', flat=True)))
|
||||
|
||||
@python_2_unicode_compatible
|
||||
class ContentContent(models.Model):
|
||||
|
|
Loading…
Add table
Reference in a new issue