Chive / django-multiupload

Dead simple drop-in multi file upload field for Django forms using HTML5's multiple attribute.
MIT License
279 stars 81 forks source link

This commit was primary focused on stylefixes. #18

Closed sobolevn closed 8 years ago

sobolevn commented 8 years ago

Stylefixes:

  1. added moduledocs and class doc-strings
  2. stylefixes
  3. integrated pylint into the tox-testing process

But there are a lot of other changes:

  1. added new classificators to the setup.py
  2. added idea/ to .gitignore
  3. added myself to AUTHORS
  4. changed the way LONG_DESCRIPTION in setup.py was created (file was not closed)
  5. forced # -*- coding: utf-8 -*- in all files
Chive commented 8 years ago

Thanks for your PR! I've added some comments, wdyt?

Chive commented 8 years ago

Awesome, thank you very much!