Fix #5415 - Deleted comments get removed properly when tombstones
authorJessica Tallon <tsyesika@tsyesika.se>
Mon, 29 Feb 2016 14:35:30 +0000 (14:35 +0000)
committerJessica Tallon <tsyesika@tsyesika.se>
Mon, 29 Feb 2016 15:40:34 +0000 (15:40 +0000)
commit2104c3e0f267101da35aa9d507ae6dd3a9b0c5b6
tree3528a22e0501cbaab280404cf69929eb145a98c7
parent7fa67404eec307caaf682ac52e39af07425028c4
Fix #5415 - Deleted comments get removed properly when tombstones

The original wrapper existed and should be been removed, this fix
now ensures the TextComment removes the Comment wrapper to prevent
the deleted (comments which are tombstones) existing.
mediagoblin/db/models.py
mediagoblin/tests/test_misc.py