Added embeddable_content_types registry to track what content types are embeddable...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 4 Oct 2010 20:27:43 +0000 (16:27 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 4 Oct 2010 20:27:43 +0000 (16:27 -0400)
commit4c276c601b86efbba0236eea2bda190bdff48af1
tree508aeafaed302dd7bfabceee384a646d3d87a851
parentc8b4a272fa6f3c5023a00342b4a5e745f77aa2c7
Added embeddable_content_types registry to track what content types are embeddable. Added tracking of whether a model class run through post_delete has EmbedField instances on it. These save time and trouble in the post_delete cascade.
contrib/penfield/embed.py