django-moderation

2019-09-11 Thread Bernhard Schelling
Python 3.6.8 and django-moderation 0.5.0. I'm using moderation on the cms page model. Basic moderation works - but I don't want to moderate the creation of new pages, only the publishing of existing ones. I'm trying to achieve this by overriding is_auto_approve but the met

Django-Moderation

2015-06-08 Thread Aman Jhunjhunwala
Hi everyone, I am a inexperienced Django user and I am making a blog application, where users can save a blog in draft stages and then on publishing it ,the post gets added to a moderation queue. I have used "Django-Moderation" package to implement the same. In my models, I have