Skip to content

Releases: timmyomahony/django-pagedown

Django updates and new upload spinner

30 Jul 19:54
Compare
Choose a tag to compare

Pulled in some PRs to update for latest Django versions, added loading spinner from @jeloagnasin

Unique image upload option and bugfixes

09 Dec 07:55
ea21272
Compare
Choose a tag to compare
Merge pull request #98 from timmyomahony/develop

Image upload PR and bugfix PRs

Fixed issue with JavaScript

06 Nov 14:56
d42ae63
Compare
Choose a tag to compare

Fixed manifest

26 May 12:24
0086e80
Compare
Choose a tag to compare
2.1.2

Update MANIFEST.in (#89)

Fixed deployment static paths

23 May 22:59
Compare
Choose a tag to compare

There was an issue with some of the paths in the deployment

Added Image uploads and updated Django versions

24 May 01:19
c6387f0
Compare
Choose a tag to compare

Finally, better late then never, you can now upload images

Simplified the widget

24 May 01:18
6fee49d
Compare
Choose a tag to compare

Newer LTS versions of Django made it easy to drop a lot of legacy code and vastly simplify the widget, making the codebase easier to read and improve upon.

Updated for Django 2.1 along with other small changes

18 Aug 00:04
Compare
Choose a tag to compare

Made some bug fixes from pull requests

03 Jan 20:25
ea37b78
Compare
Choose a tag to compare
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

Version 1.0.3

11 Apr 15:12
ea37b78
Compare
Choose a tag to compare

Added fixed for Django 1.11