repo.or.cz
/
mygpo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use Django's new UUIDField
[mygpo.git]
/
mygpo
/
core
/
signals.py
blob
d7b38d23fa1274d96c699758b8a906d7838aa0db
1
import
django
.
dispatch
2
3
# indicates that an incomplete object has been loaded from the database
4
# the object needs to be updated from its source (eg the feed)
5
incomplete_obj
=
django
.
dispatch
.
Signal
()