~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to pybb/signals.py

  • Committer: franku
  • Date: 2019-03-04 17:47:12 UTC
  • mfrom: (521 widelands)
  • mto: This revision was merged to the branch mainline in revision 523.
  • Revision ID: somal@arcor.de-20190304174712-rlkrxc939fmcveuo
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from django.db.models.signals import post_save
2
2
from django.contrib.auth.models import User
3
3
 
4
 
from pybb.models import Post, PrivateMessage
 
4
from pybb.models import Post
5
5
 
6
6
 
7
7
def post_saved(instance, **kwargs):