django-pagetree icon indicating copy to clipboard operation
django-pagetree copied to clipboard

Allow custom pageblocks' attributes to be specified via import_from_dict

Open nikolas opened this issue 10 years ago • 0 comments

To avoid having to do things like this when testing the pageblock:

# Set the check-in block's setting block to the one we just
# created.
goalcheckinblock.goal_setting_block = goalsettingblock
goalcheckinblock.save()
assert(goalcheckinblock.goal_setting_block is not None)

nikolas avatar Jun 03 '15 14:06 nikolas