Daniyar

Results 9 comments of Daniyar

I have tried to trick it and added into my `HistoryTracker` this code: ``` class HistoryTracker include Mongoid::History::Tracker include Mongoid::Userstamp def updater self.modifier end end ``` It does not worked....

I have updated my post above. What I understood, is that on class where I add `include Mongoid::History::Trackable` and `track_history` if I set `:modifier_field => :updater` it allows me only...

@dblock I have found out why my custom `def updater` didn't work. I was using `mongoid-audit` gem. He had his OWN HistoryTracker which overlapped mine. That is why I forked...

@dmpayton Looks like support for Django 3.0 had been merged. When new version will be released to pip?

@dmpayton @9mido Any progress on new version?

I have also encountered this problem

It works only if I place public key and private key explicitly in my `settings.py` file: RECAPTCHA_PUBLIC_KEY = '6LeIxAcTAAAAAJcZVRqyXXXXXXXXXXXX' RECAPTCHA_PRIVATE_KEY = '6LeIxAcTAAAAAGG-vFI1XXXXXXXXXXXXX' I have extracted these values from `Lib\site-packages\captcha\constants.py` I...

> @romansielewicz looks like there is some kind of compiler incompatibility issues between gcld/protobuf. What helped me is to install an older version of protobuf and temporarily point to it:...

I have tried `--without-gossip --without-mingle --without-heartbeat` which does not work in kubernetes. RabbitMQ still kicks out my worker. This is so frustrating.