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

Django 2.0 #169

Closed zbyte64 closed 6 years ago

zbyte64 commented 6 years ago

This isn't fully ready as there is one test failure left: test_objects_with_same_object_id ; older versions of django should still pass (unless they don't recognize on_delete argument for foreignkeys).

I'm new to this project but not to Django, so maybe I'll be able to figure it out but please feel free to chime in.

Addresses #164

dominno commented 6 years ago

@zbyte64 Can you also update the readme that 2.0 is supported ? now it states that Django bellow 2.0 is needed.