timvideos / edid.tv

EDID Database Website
GNU General Public License v2.0
26 stars 7 forks source link

Fix EDID downloads #25

Closed pp3345 closed 5 years ago

pp3345 commented 5 years ago

The "mimetype" keyword argument for HttpResponse was renamed to "content_type". Missed this when updating Django. Also added a test case.

mithro commented 5 years ago

Looks like travis is failing due to formatting issues? The command "pylint --reports=n *.py edid_parser/*.py frontend/*.py" exited with 30.

pp3345 commented 5 years ago

Yes, I think I mentioned in an earlier PR that I'd still need to fix some stuff to make Travis green. I'll try to submit a PR for that soon.

mithro commented 5 years ago

Okay, great!