Added post-save and post-delete signals to manage Embed instances. Added the delete...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 28 Sep 2010 14:28:20 +0000 (10:28 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 4 Oct 2010 14:46:06 +0000 (10:46 -0400)
commit43a0fca55725921fd0748de90479ee2fa9cdbc6f
treef094e529902aaee9967e47e528e6fe60a209a7c0
parent28181e4d0556369aa673ae90f10e1c890797bde4
Added post-save and post-delete signals to manage Embed instances. Added the delete method on the Embed model to remove itself from fields where it is embedded.
contrib/penfield/embed.py
contrib/penfield/models.py