jlmadurga / django-telegram-bot

Django app to write Telegram bots. Just define commands and how to handle them.
BSD 3-Clause "New" or "Revised" License
142 stars 45 forks source link

Compatibility with Django 2.x. #36

Open Vaigard opened 6 years ago

Vaigard commented 6 years ago

Since Django 2.0 the ForeignKey field requires positional "on_delete" argument. It is problematic to make changes manually in all projects.

sebitoelcheater commented 6 years ago

This is an easy to fix issue. Any news?