bots-edi / bots

Bots EDI Translator
GNU General Public License v3.0
138 stars 83 forks source link

Support django 1.9.6 #10

Closed lw-schick closed 7 years ago

lw-schick commented 8 years ago

I added support for django 1.9.6

Someone who is more familiar with django and python should review this. There might be also some bugs that need to be fixed. F.e. since I made an update, the icons refer to a wrong image path - so you'll miss the icons on the website. I couldn't figure out why ....

Maybe it is a good idea to merge it to a separate branch, test it there properly and after that merge it to the master branch.

woutervh commented 7 years ago

before merging, I want to make a tag first, so this would be bots v3.3.0 of 4.0.

I prefer 3.3.0 since it contains mostly fixes of Henk-Jan, see the changes.rst

woutervh commented 7 years ago

Question: for existing bots-instance, is there a db-migration needed?

lw-schick commented 7 years ago

You would have to extend a field length .. I guess it was username or something else. That's done in 3f0c5e6