-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
e2b99f6
commit ea37b78
Showing
5 changed files
with
30 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
appdirs==1.4.3 | ||
Django==1.11 | ||
Django==2.0 | ||
django-pagedown==0.1.3 | ||
packaging==16.8 | ||
pyparsing==2.2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters