tikservices / django-jet2

Next Generation of django-jet (Modern responsive template for the Django admin interface with improved functionality.)
https://github.com/tiktn/django-jet2
GNU Affero General Public License v3.0
6 stars 12 forks source link

Add compatibility with Django3 -> remove compatibility python 2 unicode #17

Closed carlosmonari closed 4 years ago

carlosmonari commented 4 years ago

Hi every body, I propose up to date this package to run in Django 3.

This modification introduce compatibility to Django 3 and remove compatibility to Python 2 unicode.

Its all for that

asouini commented 4 years ago

Hi @lejenome, can you please look at this PR ?

asouini commented 4 years ago

thank you @lejenome , but it seems @carlosmonari forgot to remove the import and decorator from the jet/models.py. i will be making a PR to fix that.