Skip to content

Releases: matagus/django-planet

v1.1.0

09 May 19:20
cdd5005

Choose a tag to compare

What's Changed

  • pre-commit autoupdate fixes + improvements to admin & public post page by @matagus in #139
  • Fix navbar search form losing query and dropdown selection after a search
  • Fix Blog admin changelist crash on language/is_active filters
  • Fix planet_add_feed crash on duplicate post URL and deduplicate test mock helpers
  • Fix IntegrityError when re-adding an existing feed via planet_add_feed
  • Bump django from 6.0.3 to 6.0.5 in /project

Full Changelog: v1.0.0...v1.1.0

v1.0.0

17 Mar 00:38
8adbfe7

Choose a tag to compare

What's Changed

  • Add Python 3.14 compatibility across all configuration files: by @matagus in #134
  • Add Django 6.0 compatibility support by @matagus in #135
  • Update hatch & CI gh action matrix by @matagus in #136
  • Several fixes and improvements towards version 1.0.0 by @matagus in #137
  • Several fixes before version 1.0.0 by @matagus in #138

Full Changelog: v1.0.0-alpha1...v1.0.0

v1.0.0-alpha.2

25 Sep 17:01
58f8921

Choose a tag to compare

WARNING: Latest changes are backward incompatible with previous versions. I'm working in a new, minimal version compatible w/ latest Django and Python versions.

What's Changed

  • Fixed docs for v0.10 by @matagus in #70
  • Added link in README to demo project source code by @matagus in #71
  • Properly indenting the restructured text example by @orsenthil in #72
  • Updated README to show work in new/unstable branch by @matagus in #78
  • New minimal version compatible w/ Django 4.x + dropped python2.x support by @matagus in #107
  • Bump django from 4.1.5 to 4.2.24 in /project by @dependabot[bot] in #110
  • Bump ipython from 8.8.0 to 8.10.0 in /project by @dependabot[bot] in #109
  • Bump gunicorn from 20.1.0 to 23.0.0 in /project by @dependabot[bot] in #108
  • Fixes to packaging config before dropping bdist_wheel mechanism by @matagus in #111
  • Upgraded sample project to use latest versions of Django & other libs by @matagus in #112
  • Remove reqs not used in sample project by @matagus in #114
  • Make it all responsive by @matagus in #115
  • Update README.rst to fix screenshots by @matagus in #116
  • Modernized repo + package layouts and setup using django-app-starter by @matagus in #117
  • continued previous commit: adding missing hidden files and folders by @matagus in #118
  • Fix test matrix defined in CI github action by @matagus in #122

New Contributors

Full Changelog: https://github.com/matagus/django-planet/commits/v1.0.0-alpha.2