Juntagrico

Latest version: v1.6.9

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

Scan your dependencies

Page 1 of 10

1.7.0a1

Upgrade Instructions

Depot Description is now public
The description can now be read during signup, i.e., non-members can see it. Make sure it doesn't contain any sensitive information. Move all sensitive information to the "access information" field, which remains only accessible to members of that depot.

Dropped support for Python 3.8
Use python 3.9, 3.10 or 3.11

Add new Context Processor
Add this new context process for juntagrico in your `settings.py`:

TEMPLATES = [
{
...
'OPTIONS': {
'context_processors': [
...
'juntagrico.context_processors.vocabulary',
],
...
},
},
]



Member Features
* New assignment status widget in https://github.com/juntagrico/juntagrico/pull/598
* Make assignment view clearer 487 in https://github.com/juntagrico/juntagrico/pull/735
* Allow cancellation of unpaid share and clean up share view 670 in https://github.com/juntagrico/juntagrico/pull/736
* allow members to deregister from signed up jobs (Option). by tcinbis in https://github.com/juntagrico/juntagrico/pull/631
* See setting `ALLOW_JOB_UNSUBSCRIBE`
* Flexible required minimum shares amount on registration (allow signup without shares) 623 in https://github.com/juntagrico/juntagrico/pull/667
* See setting `REQUIRED_SHARES`
* Support for depot pickup times in https://github.com/juntagrico/juntagrico/pull/495
* Add documents to membership and subscription overview 678 in https://github.com/juntagrico/juntagrico/pull/734
* server side processing if job list is huge in https://github.com/juntagrico/juntagrico/pull/751

Admin Features
* store signup comment in member object in https://github.com/juntagrico/juntagrico/pull/757
* Add option to specify extra cost for certain depots 510 in https://github.com/juntagrico/juntagrico/pull/671
* Edit job assignments directly in job in https://github.com/juntagrico/juntagrico/pull/722
* Users with the following permissions can change/delete all or some job assignments in the job view: `juntagrico.is_area_admin`, `juntagrico.change_assignment`, `juntagrico.delete_assignment`
* Setting to reduce job signup notification emails in https://github.com/juntagrico/juntagrico/pull/750
* Improve job type admin in https://github.com/juntagrico/juntagrico/pull/675
* More intuitive job admin in https://github.com/juntagrico/juntagrico/pull/752
* Native dates and numbers in export in https://github.com/juntagrico/juntagrico/pull/696
* show member number in admin and to member (if set) 396 in https://github.com/juntagrico/juntagrico/pull/737

Management Lists
* overhaul management lists in https://github.com/juntagrico/juntagrico/pull/679
* Date range selection on assignment managment in https://github.com/juntagrico/juntagrico/pull/597
* pending subscription changes management list in https://github.com/juntagrico/juntagrico/pull/694
* show recent subscription changes in management list in https://github.com/juntagrico/juntagrico/pull/674

Fixes
* show helpful error when adding share without member in https://github.com/juntagrico/juntagrico/pull/726
* 504 make join leave subscription more robust in https://github.com/juntagrico/juntagrico/pull/506
* Don't send password reset emails to inactive members 318 in https://github.com/juntagrico/juntagrico/pull/732
* responsive job table in https://github.com/juntagrico/juntagrico/pull/741
* send share canceled notification email in https://github.com/juntagrico/juntagrico/pull/756
* Allow adding co-member on same day the left another subscription in https://github.com/juntagrico/juntagrico/pull/758

For Developers
* Add notification docs and complete mailtexts in https://github.com/juntagrico/juntagrico/pull/755
* Add adjustable text and add vocabulary to context in https://github.com/juntagrico/juntagrico/pull/730
* Cleanup methods regarding membership on subscription model in https://github.com/juntagrico/juntagrico/pull/681
* Security upgrades of dependencies 1.7 in https://github.com/juntagrico/juntagrico/pull/727
* Add management command "createadmin" to replace "createsuperuser" in https://github.com/juntagrico/juntagrico/pull/746

Changed Templates

<details>
<summary>Added</summary>


juntagrico/job/list/all.html
juntagrico/job/list/snippets/header.html
juntagrico/job/snippets/edit_assignment.html
juntagrico/job/snippets/participant_list.html
juntagrico/mails/admin/assignment/changed.txt
juntagrico/mails/admin/assignment/removed.txt
juntagrico/mails/admin/job/changed_subscription.txt
juntagrico/mails/admin/job/signup.txt
juntagrico/mails/admin/job/unsubscribed.txt
juntagrico/mails/member/assignment/changed.txt
juntagrico/mails/member/assignment/removed.txt
juntagrico/mails/member/job/subscription_changed.txt
juntagrico/mails/member/job/unsubscribed.txt
juntagrico/manage/base.html
juntagrico/manage/member/snippets/display_linked.html
juntagrico/manage/member/snippets/email_linked.html
juntagrico/manage/member/snippets/phone_linked.html
juntagrico/manage/member/snippets/toggle_buttons.html
juntagrico/manage/subscription/pending.html
juntagrico/manage/subscription/recent.html
juntagrico/manage/subscription/snippets/display_linked.html
juntagrico/manage/subscription/snippets/members_linked.html
juntagrico/manage/subscription/snippets/parts_by_date.html
juntagrico/manage/subscription/snippets/primary_linked.html
juntagrico/manage/subscription/snippets/row_class.html
juntagrico/menu/navigation.html
juntagrico/menu/widgets.html
juntagrico/my/area/snippets/intro.html
juntagrico/signup/base.html
juntagrico/snippets/action_date.html
juntagrico/snippets/depot/descriptions.html
juntagrico/snippets/depot/fee.html
juntagrico/snippets/depot/select.html
juntagrico/snippets/documents.html
juntagrico/snippets/subscription/depot_fee.html
juntagrico/snippets/subscription/recipients.html
juntagrico/widgets/assignment_progress.html
juntagrico/widgets/assignment_progress/bars.html
juntagrico/widgets/assignment_progress/classic.html
juntagrico/widgets/assignment_progress/text.html
management_lists/snippets/deprecation_warning.html
messages/alert.html


</details>

<details>
<summary>Modified</summary>


areas.html
base.html
cancelmembership.html
createsubscription/add_member_cs.html
createsubscription/select_depot.html
createsubscription/select_shares.html
createsubscription/select_start_date.html
createsubscription/select_subscription.html
createsubscription/summary.html
depot.html
depot_change.html
exports/depotlist.html
exports/snippets/snippet_depotlist_header.html
exports/snippets/snippet_depotlist_style.css
forms/no_subscription_field.html
forms/subscription_type_label.html
job.html
js/i18n.js
juntagrico/manage/share/unpaid.html
juntagrico/manage/subscription/depot/changes.html
juntagrico/menu/admin/activityareas.html
juntagrico/menu/admin/assignments.html
juntagrico/menu/admin/depots.html
juntagrico/menu/admin/extra_subscriptions.html
juntagrico/menu/admin/lists.html
juntagrico/menu/admin/members.html
juntagrico/menu/admin/shares.html
juntagrico/menu/admin/subscriptions.html
juntagrico/my/depot/snippets/depot_summary.html
juntagrico/my/subscription/none.html
juntagrico/my/subscription/single.html
mails/admin/member_canceled.txt
mails/admin/member_created.txt
mails/admin/subpart_created.txt
mails/admin/subscription_created.txt
mails/member/depot_changed.txt
mails/member/job_canceled.txt
mails/member/job_reminder.txt
mails/member/job_signup.txt
mails/member/job_time_changed.txt
manage_shares.html
management_lists/canceledlist.html
management_lists/part_canceledlist.html
management_lists/part_waitinglist.html
management_lists/waitinglist.html
memberjobs.html
profile.html
signup.html
snippets/snippet_jobs.html
snippets/snippet_subscription_change_nickname.html
subscription.html
welcome.html


</details>

<details>
<summary>Moved</summary>

`management_lists/inconsistent.html` -> `juntagrico/manage/subscription/inconsistent.html`
`management_lists/assignments.html` -> `juntagrico/manage/assignments.html`
`management_lists/member_canceledlist.html` -> `juntagrico/manage/member/canceled.html`
`management_lists/members.html` -> `juntagrico/manage/member/show.html`
`management_lists/share_canceledlist.html` -> `juntagrico/manage/share/canceled.html`
`management_lists/subscriptions.html` -> `juntagrico/manage/subscription/show.html`

</details>

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.6.9...1.7.0a1

1.6.9

Bugfixes
* fix: use the correct new subscription type in notification about part change 683 by pascalfree in https://github.com/juntagrico/juntagrico/pull/744
* fix: show depots on map in selection view, even if only some depots have coordinates by pascalfree in https://github.com/juntagrico/juntagrico/pull/745
* fix: show job creation on top of job list to everybody who can create jobs links by pascalfree in https://github.com/juntagrico/juntagrico/pull/748
* fix: price of trials is not per year by pascalfree in https://github.com/juntagrico/juntagrico/pull/749


**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.6.8...1.6.9

1.6.8

Bugfixes
* Fix crash on future subscription deactivation via django admin by pascalfree in https://github.com/juntagrico/juntagrico/pull/733
* Fix crash on adding cancelled and/or deactivated subscription in admin 715 by pascalfree in https://github.com/juntagrico/juntagrico/pull/740
* Fix crash when searching in tour admin and remove broken "show on website" link by pascalfree in https://github.com/juntagrico/juntagrico/pull/738
* Don't send any emails during mailtexts command and fix potential crash on share email generation 729 by pascalfree in https://github.com/juntagrico/juntagrico/pull/739

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.6.7...1.6.8

1.6.7

What's Changed
* security upgrades of dependencies by pascalfree in https://github.com/juntagrico/juntagrico/pull/728


**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.6.6...1.6.7

1.6.6

What's Changed
* fix: various bugs when disabling shares by pascalfree in https://github.com/juntagrico/juntagrico/pull/724
* member: Display accurate info on changed depot by pascalfree in https://github.com/juntagrico/juntagrico/pull/723
* fix: Some typos and some translations

Changed Templates


M juntagrico/templates/cancelsubscription.html
M juntagrico/templates/depot_change.html
M juntagrico/templates/export.html
A juntagrico/templates/juntagrico/my/depot/snippets/change_pending_info.html
M juntagrico/templates/juntagrico/my/depot/snippets/depot_summary.html


**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.6.5...1.6.6

1.6.5

What's Changed
* fix: sort depot list 709 by pascalfree in https://github.com/juntagrico/juntagrico/pull/711
* fix: deduplicate job reminder recipients 704 by pascalfree in https://github.com/juntagrico/juntagrico/pull/712
* fix: subscription deactivation via django admin by pascalfree in https://github.com/juntagrico/juntagrico/pull/713
* fix: assignment management list with inconsistent subscription by pascalfree in https://github.com/juntagrico/juntagrico/pull/719
* fix: admin assignment inline display for infinite slots by pascalfree in https://github.com/juntagrico/juntagrico/pull/720
* fix: show cancel option for extras in part list 717 by pascalfree in https://github.com/juntagrico/juntagrico/pull/721


**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.6.4...1.6.5

Changed Templates

M juntagrico/templates/juntagrico/my/subscription/snippets/part_list.html
M juntagrico/templates/management_lists/assignments.html

Page 1 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.