bwarren2 / datadrivendota

Codebase for dota analytics
Other
0 stars 0 forks source link

Upgrade all libraries, reformat urls per dj1.10 deprecation warnings #533

Closed bwarren2 closed 8 years ago

bwarren2 commented 8 years ago

This is a pip install -U to all the libraries we use, motivated by behind a minor version behind django and wanting its features. To stem the tide of deprecation warnings on the (all-passing) tests, a fix for the most common warning (urlpatterns construction) is included.

There are still some other deprecation warnings, but they can be dealt with later.