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

To delete #190

Closed eqqe closed 4 years ago

eqqe commented 4 years ago

Made possible because python2 support was dropped

Edit: I don't have time to test and release this, please delete it

DmytroLitvinov commented 4 years ago

Hi @eqqe ,

Thanks for contribution. For merging it to master branch it would be nice to rebase commits to keep clean history. Also, would be great to add it into docs that package will support django 3.0 and it will be released on PyPi

dominno commented 4 years ago

Also please remove any code that is related to your private project

ex

object_pk = models.UUIDField(null=True, blank=True,