Skip to content

Made some bug fixes from pull requests

Compare
Choose a tag to compare
@timmyomahony timmyomahony released this 03 Jan 20:25
· 109 commits to master since this release
ea37b78
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