Made some bug fixes from pull requests
Merged a number of pull requests and fixed issues (#63) * Make media on AdminPagedownWidget lazy This avoids resolving static files on import which may fail if static files are not in manifest when using ManifestStaticFilesStorage. * Include super media in AdminPagedownWidget media property * Lazily handle media for Django 1.10+ * Cleaned up comments * Cleaned up comments * Address #60 * Fix HTML Preview Label * Update the example code to support Django2.0