src/p4l/models/signals.py
author ymh <ymh.work@gmail.com>
Mon, 30 Sep 2013 14:52:02 +0200
changeset 121 0d2a35462576
parent 119 ece69ca3ac24
child 126 a345f1a67bf1
permissions -rw-r--r--
Add doc

# -*- coding: utf-8 -*-
'''
Created on Sep 26, 2013

@author: ymh
'''

import django.dispatch

record_saved = django.dispatch.Signal(providing_args=["instance", "created"])