Przemek Lewandowski

Results 6 comments of Przemek Lewandowski

Please check out 2.1.0 version. It seems that there was an issue in building a package that is uploaded to pypi. Probably it was solved in #551.

@YPCrumble, thanks for using djoser! In general I believe this is a bit broader feature which I would call "data sanitization". This can be applied to username, email address, etc....

Thanks @akhayyat, thanks @tartieret! I agree in general with your comments. I think we should improve this behaviour.

Following the commit mentioned above it seems that #430 is related to this issue.

Yup, I mean `_pre_setup` and `_post_teardown` methods. Thanks to that it will be easier for user (other programmer) to use the mixin. On Thu, Mar 21, 2019 at 8:00 AM...

I had the same issue. @OgulcanCelik's suggestion did the trick. In my case I changed ``` volumes: - ./db/.pgdata:/var/lib/postgresql/data ``` to ``` volumes: - ./db/.pgdata:/var/lib/postgresql ``` and it started working.