Juntagrico

Latest version: v1.6.0

Safety actively analyzes 629811 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

1.6

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.6.0-rc5...1.6.0

1.6.0

Upgrade instructions
See https://juntagrico.org/juntagrico-1-6-upgrade-anleitung/ or Release notes of RC releases for details

Fixes
* Fixed a test

For Developers
* Upgrade xhtml2pdf (and reportlab) for easier installability on alpine linux

What's Changed

1.6.0rc5

Upgrade instructions
* Replace SERVER_URL with ORGANISATION_WEBSITE and add URL_PROTOCOL setting.

Admin Features
* Unpaid share management list

Fixes
* Fixed some translations
* Minor Template fixes
* Other minor fixes

For Developers
* Added deprecation warning for old settings
* Added `subscribed` signal triggered by job, when a member subscribes to it
* Created ExtendableFormMixin for easy addition of form validators
* Added more template blocks

1.6.0rc4

Upgrade instructions
* Hooks `register_show_admin_menu_method`, `register_sub_overview` and `register_sub_change` were removed. See hooks documentation.

Fixes
* Fix menu icon in mobile view
* fix: make mass job copy work if USE_TZ=False by pascalfree in https://github.com/juntagrico/juntagrico/pull/663

For Developers
* Refactored js around datatables and standardized templates
* Tests are now 75% faster
* `JuntagricoTestCase` and fixtures are now available for tests in own project or addon
* More arguments to generate test data, and fixed subscriptions added. by iulica in https://github.com/juntagrico/juntagrico/pull/659

Moved Templates
`menu/user_menu.html` -> `juntagrico/menu/user.html`
`menu/admin_menu.html` -> `juntagrico/menu/admin.html`
`members.html` -> `management_lists/members.html`
`subscriptions.html` -> `management_lists/subscriptions.html`

New Contributors
* iulica made their first contribution in https://github.com/juntagrico/juntagrico/pull/659

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.6.0-rc3...1.6.0-rc4

1.6.0rc3

Fixes
* Fix package finder for build

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.6.0-rc2...1.6.0-rc3

1.6.0rc2

Upgrade Instructions
* `path(r'', juntagrico.views.home),` can be removed from the projects `urls.py` as it is now included in juntagrico.
* In `settings.py` change `LOGIN_REDIRECT_URL = "/my/home"` to `LOGIN_REDIRECT_URL = "/"`.

Fixes
* Fix: package dependencies were not included in the RC1 build

For Developers

New build configuration
* Moved from `setup.py` to `pyproject.toml`
* Dependencies are now maintained in `pyproject.toml` instead of `requirements.txt`
* `requirements.txt` replaces `requirements-local.txt`, i.e. it contains all dependencies for development
* include `ruff.toml` in `pyproject.toml`

For addons
* `addon.register_version()` should now be called without the `version` argument and the `name` must match the package name of the addon, i.e., the one that is used in the import statement.

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.6.0-rc1...1.6.0-rc2

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.