sunlightlabs / fcc_political_ads

Mapping TV stations to help citizens and journalists find stations to visit to gather documents on political ad buys.
0 stars 1 forks source link

Add custom Django signal to handle updating users in moderation fields #85

Open arowla opened 12 years ago

arowla commented 12 years ago

We need a custom pre_save handler to take care of created_by, updated_by, and approved_by.

It also needs to be sensitive to the type of logged-in user, to set is_public=True for journalists and other super users.