Skip to content

Commit

Permalink
removed static delete signal
Browse files Browse the repository at this point in the history
  • Loading branch information
jobscry committed May 4, 2010
1 parent 5c4d7cf commit c0d6f81
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions posts/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,3 @@ def auto_pingback(sender, instance, created, **kwargs):
pass

post_save.connect(auto_pingback, sender=Post)


from django.contrib.flatpages.models import FlatPage
post_save.connect(static_delete, sender=FlatPage)

0 comments on commit c0d6f81

Please sign in to comment.