src/p4l/models/signals.py
author ymh <ymh.work@gmail.com>
Thu, 26 Sep 2013 15:24:41 +0200
changeset 119 ece69ca3ac24
child 126 a345f1a67bf1
permissions -rw-r--r--
- correct import pour indexation - improve new record management
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
119
ece69ca3ac24 - correct import pour indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
# -*- coding: utf-8 -*-
ece69ca3ac24 - correct import pour indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
'''
ece69ca3ac24 - correct import pour indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
Created on Sep 26, 2013
ece69ca3ac24 - correct import pour indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
ece69ca3ac24 - correct import pour indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
@author: ymh
ece69ca3ac24 - correct import pour indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
'''
ece69ca3ac24 - correct import pour indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
ece69ca3ac24 - correct import pour indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
import django.dispatch
ece69ca3ac24 - correct import pour indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
ece69ca3ac24 - correct import pour indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
record_saved = django.dispatch.Signal(providing_args=["instance", "created"])