puput

A Django blog app implemented in Wagtail

MIT License

Downloads
2.1K
Stars
624
Committers
55

Bot releases are hidden (Show)

puput - Version 2.1.1 Latest Release

Published by csalom 4 months ago

  • Update docs
puput - Version 2.1.0

Published by csalom 4 months ago

  • Add Wagtail 6.1 support. Drop Wagtail <=5.2 support.
puput - Version 2.0.0

Published by csalom over 1 year ago

  • Add Wagtail 5.0 support. Drop Wagtail <=4.0 support.
  • Add Django 4.2 support.
  • Upgrade jQuery to 2.2.4
puput - Version 1.2.1

Published by csalom over 1 year ago

  • Add Python 3.11 support. Drop Python <=3.7 support.
  • Add Django 4 support. Drop Django <3.2 support.
  • Apply black.
  • Update tox.
  • Add markdown to EntryPages.
puput - 1.2.0

Published by csalom almost 2 years ago

  • Add Wagtail 4 support. Drop Wagtail <3 support.
  • Drop Django <2.2 support.
  • Update requirements-test.
  • Update tox.
  • Fix: include Python 3.10 on setup classifiers.
puput - 1.1.4

Published by csalom almost 2 years ago

  • Add Wagtail 3 support.
  • Add Python 3.10 support. Drop Python 3.6 support.
  • Remove travis.
  • Fix tests suite and apply flake8.
  • Updated some docs.
puput - 1.1.3

Published by bashu almost 3 years ago

  • Add Django 3.2 support. Drop Django <2.2 support.
  • Add Wagtail 2.10-2.14 support.
  • Add Python 3.9 to travis test matrix.
  • Updated some docs.
  • Fix circular imports.
puput - 1.1.1

Published by marctc over 4 years ago

  • Add Django 3.0 support. Drop Python 3.5 support.
  • Add Wagtail 2.9 support.
  • Show authorship on entry page without image.
  • Fix duplicate pages on sitemap.
puput - 1.1.0

Published by marctc over 4 years ago

  • Updated blog model to be extensible
  • Add possibility of introducing new comment providers
puput - 1.0.7

Published by marctc over 4 years ago

puput - 1.0.6

Published by marctc almost 5 years ago

puput - 1.0.4

Published by marctc over 5 years ago

  • Add support for Wagtail 2.4.
  • Update Django version to greater than 2.1.6 to fix security issues.
  • Updated some docs.
  • Fix entry header image.
  • Adding EntryAbstract.content_panels.
puput - 1.0.3

Published by MiltonLn almost 6 years ago

  • Updated some docs
  • Fixing social share urls to match entry_url (Thanks to @misraX )
  • Django URLS upgrading to 2.0 and Wagtail 2.3 support (Thanks to @MiltonLn )
  • Adding support for Django 2.1 and Wagtail 2.3 patch versions (Thanks to @MiltonLn )
  • Arabic translation (Thanks to @ahwebd )
puput - 1.0

Published by marctc over 6 years ago

  • Add support for Django 2.0 and Wagtail 2.0. Drop Python 2.7 support.
  • Add code and block quote options to the entries text editor.
  • Improve default template visualization.
  • Configurable default template color.
  • Add social sharing links.
puput - 0.9.2

Published by marctc over 6 years ago

  • Remove django-compressor dependency.
  • Add German and Polish translations.
puput - 0.9.1

Published by marctc about 7 years ago

puput - 0.9

Published by marctc about 7 years ago

  • Fix issue that creates undesired migrations.
  • Add Django 1.11 & Python 3.6 support. Drop Python 3.3 support
  • Improve RSS feeds generation.
  • Fix issue with templatetags.
  • Add Italian, Russian, Brazilian and French translations.
  • Fix url resolution issues.
puput - 0.8

Published by marctc almost 8 years ago

  • Add Travis CI integration and functional tests.
  • Add Django 1.10 support.
  • Minor template tweaks.
puput - 0.7

Published by marctc about 8 years ago

  • Add initial travis support.
  • Add canonical url and social share tags in templates for SEO purposes.
  • Allow to place Puput's blog at any sitemap level.
  • Fix issue in entry comments update method.
  • Add PageChooserPanel for related entries chooser.
  • Improve flexibility on adding other comment systems.
  • Minor bug fixes.
puput - 0.6

Published by marctc over 8 years ago

  • Fix issue when displaying entries without images.
  • Fix css issues.
  • Add django-compressor as project dependency.
  • Improve tags visualization.