Entries tagged with django-publicmanager

Introducing django-publicmanager

5. January 2010 - view comments

I use nearly in all projects something like an is_public and a pub_date field in my models. But using this introduces many possibilities to forget to check this values in all places you use the model which would open up everything for information leaks.

django-publicmanager tries to fix this issue with two custom managers.

read more.