dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 90 forks source link

with GeoManager #37

Closed ouhouhsami closed 13 years ago

ouhouhsami commented 13 years ago

Hello,

I have a problem using django-moderation with a model using models.GeoManager() as manager: even if objects are flagged as pending or rejected in admin, they are not filtered in queryset, it seems like moderation is bypassed.

also, it could be a save_base(raw=True) pb using geomanager ?

Has someone experienced same problem ?

ouhouhsami commented 13 years ago

error: it's seems to be related to boolean field