src/p4l/models/signals.py
author ymh <ymh.work@gmail.com>
Sat, 28 Sep 2013 02:55:26 +0200
changeset 120 6ec0300b626e
parent 119 ece69ca3ac24
child 126 a345f1a67bf1
permissions -rw-r--r--
- update django - clear search input - footer
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"])