Juntagrico

Latest version: v1.6.9

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

Scan your dependencies

Page 8 of 10

1.3.1

Not secure
Upgraded requirements

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.3.0...1.3.1

1.3.0

Not secure
Has migrations

Features & Improvements
Member Features
* Share management: Overview of shares & cancellation of individual shares by motu55 in https://github.com/juntagrico/juntagrico/pull/264
* Subscription management: Option to leave a subscription
* Show membership state on membership page
* Set nickname for subscription as shown on depot list by nixnuex in https://github.com/juntagrico/juntagrico/pull/253
* More readable listing of subscription parts
* Include location in job reminder email
Admin Features
* History of subscription memberships & scheduling of future changes of subscription recipients by motu55 in https://github.com/juntagrico/juntagrico/pull/244
* Shares now store the creation date by nixnuex in https://github.com/juntagrico/juntagrico/pull/284
* Filter members by permissions by motu55 in https://github.com/juntagrico/juntagrico/pull/230
* Batch editing of dates in shares by nixnuex in https://github.com/juntagrico/juntagrico/pull/295
* Also copy unlimited places in job copying
* Show content of future subscriptions in name by nixnuex in https://github.com/juntagrico/juntagrico/pull/294
* Check all timestamps for consistent order by motu55 in https://github.com/juntagrico/juntagrico/pull/310
Improvements in depot list
* Layout optimization by nixnuex in https://github.com/juntagrico/juntagrico/pull/242
* Added vocabulary for "package" in depot list by nixnuex in https://github.com/juntagrico/juntagrico/pull/250
Developer Features
* Upgraded to django 3.1.x, therefore add 'django.template.context_processors.request' to the TEMPLATES setting under 'context_processors'
* Added permissions for admin notifications on subscription part change
* Removed job_id argument from contact-member view
* Remove legacy google maps and API part by nixnuex in https://github.com/juntagrico/juntagrico/pull/241

Fixes
* Fixes in cancellation of extra subscriptions by nixnuex in https://github.com/juntagrico/juntagrico/pull/243 and https://github.com/juntagrico/juntagrico/pull/239
* Hide unused products in subscription order form by nixnuex in https://github.com/juntagrico/juntagrico/pull/280
* Fixed share count in subscription overview by nixnuex in https://github.com/juntagrico/juntagrico/pull/282
* Fixed issue in job copying
* Fixed notification emails with no recipients by motu55 in https://github.com/juntagrico/juntagrico/pull/299
* Assert that active subscriptions have at least 1 active part
* Fix in cancellation of subscription parts
* Minor bugfixes and fixed typos by dimitrifranov in https://github.com/juntagrico/juntagrico/pull/287 and nixnuex in https://github.com/juntagrico/juntagrico/pull/296


Other changes
* 209 recursion for the win by motu55 in https://github.com/juntagrico/juntagrico/pull/249
* Clarify mail address not confirmed text in sub view by nixnuex in https://github.com/juntagrico/juntagrico/pull/267
* added support for config classes registered by addons by samuel-iseli in https://github.com/juntagrico/juntagrico/pull/273
* Show products on depot list only if at least one size is visible by nixnuex in https://github.com/juntagrico/juntagrico/pull/276
* Make share creation text more specific regarding NEW shares by nixnuex in https://github.com/juntagrico/juntagrico/pull/289
* Fix default order on create subscription page by nixnuex in https://github.com/juntagrico/juntagrico/pull/286
* 248 Unify naming of extra subscription to Zusatz-Abo by nixnuex in https://github.com/juntagrico/juntagrico/pull/292
* Refactor to separate future depot activation as function by nixnuex in https://github.com/juntagrico/juntagrico/pull/297
* 302 Prevent new extras and parts for canceled subscriptions by nixnuex in https://github.com/juntagrico/juntagrico/pull/304
* 260 sup parts check by motu55 in https://github.com/juntagrico/juntagrico/pull/262
* 251 infinite slots now available by motu55 in https://github.com/juntagrico/juntagrico/pull/252
* 247 membership state by motu55 in https://github.com/juntagrico/juntagrico/pull/254
* 308 recreated old recipient behaviour by motu55 in https://github.com/juntagrico/juntagrico/pull/312
* 322 Fix depot list sums for future deactivation_date by nixnuex in https://github.com/juntagrico/juntagrico/pull/323
* 322 Fix depot list extras sums for future deactivation_date by nixnuex in https://github.com/juntagrico/juntagrico/pull/324
* Haul by motu55 in https://github.com/juntagrico/juntagrico/pull/321
* 322 Fix depot list sums using Q object is_active by nixnuex in https://github.com/juntagrico/juntagrico/pull/325
* 333 Fix depot admin list remove inactive subscriptions by nixnuex in https://github.com/juntagrico/juntagrico/pull/334
* Area list order should not be undefined by nixnuex in https://github.com/juntagrico/juntagrico/pull/330


**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.2.3...1.3.0

1.2.3

Not secure
Features & Improvements

* Updated subscription management by motu55 in https://github.com/juntagrico/juntagrico/pull/204 and in https://github.com/juntagrico/juntagrico/pull/223
* Added subscription parts as through model for the subscription - type mapping
* Removed all active and cancelled flags. From now on only the corresponding dates are used to calculate the state of a subscription, extrasubscrion or subscription part.
* The new permissions for the subscription part model must be given to the users that manage subscriptions
* Enabled emails to job participants for area admin by pascalfree in https://github.com/juntagrico/juntagrico/pull/221
* More display and filter fields as well as new help texts in the admin section by pascalfree in https://github.com/juntagrico/juntagrico/pull/162
* Recurring jobs can now override the duration for specific instances by pascalfree in https://github.com/juntagrico/juntagrico/pull/190
* Show share id on the export
* Added FROM_FILTER setting
* Email sending has been completely overhauled, including grouping certain emails in threads by motu55 in https://github.com/juntagrico/juntagrico/pull/196 and sunnychw in https://github.com/juntagrico/juntagrico/pull/121
* Added documentation for theming an juntagrico instance
* Rewrite of depot list generation to be more performant and extensible by pascalfree in https://github.com/juntagrico/juntagrico/pull/169
* Allow to disable email in management list
* Refactor of subscription part selection using form objects by pascalfree in https://github.com/juntagrico/juntagrico/pull/160
* Added sortable "active" column to subscription list in admin by motu55 in https://github.com/juntagrico/juntagrico/pull/229

Fixes
* Fix in subscription part selection (only integers allowed)
* Fix in share created mail
* Fix for email address parsing for python 3.8 by nixnuex in https://github.com/juntagrico/juntagrico/pull/171
* Fix in depot list change by nixnuex in https://github.com/juntagrico/juntagrico/pull/187
* Prevent job overassignment by nixnuex in https://github.com/juntagrico/juntagrico/pull/213
* Fixes in job overview page by etteru in https://github.com/juntagrico/juntagrico/pull/181 and PaulKC in https://github.com/juntagrico/juntagrico/pull/192
* Various timezone related fixes by pascalfree in https://github.com/juntagrico/juntagrico/pull/210
* Using logging instead of print in all places by nixnuex in https://github.com/juntagrico/juntagrico/pull/214
* Fix Google Maps link by etteru in https://github.com/juntagrico/juntagrico/pull/179
* Fix member management bugs by pascalfree in https://github.com/juntagrico/juntagrico/pull/198
* Prevent double sign-up by pascalfree in https://github.com/juntagrico/juntagrico/pull/222
* Prevent override of existing co-member data in sign-up by pascalfree in https://github.com/juntagrico/juntagrico/pull/220
* Minor bugfixes and fixed typos by dimitrifranov in https://github.com/juntagrico/juntagrico/pull/217 and nixnuex in https://github.com/juntagrico/juntagrico/pull/226 and motu55 in https://github.com/juntagrico/juntagrico/pull/224

Development

* Added tests for admin pages by motu55 in https://github.com/juntagrico/juntagrico/pull/233

New Contributors
* etteru made their first contribution in https://github.com/juntagrico/juntagrico/pull/179
* sunnychw made their first contribution in https://github.com/juntagrico/juntagrico/pull/121

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.2.2...1.2.3

1.2.2

Not secure
* Various date related fixes for subscription change cancellation and job copying by nixnuex in https://github.com/juntagrico/juntagrico/pull/167
* Recuring jobs can no have instance specific additional descriptions by motu55 in https://github.com/juntagrico/juntagrico/pull/157
* Extra subscription and types can now be hidden on the depot list by nixnuex in https://github.com/juntagrico/juntagrico/pull/164
* The depot overview list is now grouped by day and contains a total
* Jobs can now have an infinite number of participants by motu55 in https://github.com/juntagrico/juntagrico/pull/157
* Job types can be hidden by motu55 in https://github.com/juntagrico/juntagrico/pull/157
* Fix for the coordinator bug
* Fixes on depot list by nixnuex in https://github.com/juntagrico/juntagrico/pull/154 and motu55 in https://github.com/juntagrico/juntagrico/pull/156

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.2.1...1.2.2

1.2.1

Not secure
* Fix in subscription change view bug from version 1.2.0

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.2.0...1.2.1

1.2.0

Not secure
What's Changed
* Mailer code refactored, new permissions to be notified when a member, subscription or share is created or canceled by motu55 in https://github.com/juntagrico/juntagrico/pull/128
* Jobs are visible if they are on the same day even if they have already started by zesinho in https://github.com/juntagrico/juntagrico/pull/120
* Job time changed bugfix
* Removed google maps and corresponding setting by motu55 in https://github.com/juntagrico/juntagrico/pull/126
* Members can leave subscription by motu55 in https://github.com/juntagrico/juntagrico/pull/130
* Main member can be changed by Members themselves by motu55 in https://github.com/juntagrico/juntagrico/pull/129
* Non share holders are deactivated when subscription is deactivated by motu55 in https://github.com/juntagrico/juntagrico/pull/134
* Better gender texts by pascalfree in https://github.com/juntagrico/juntagrico/pull/135
* Billing stubs are moved to addon
* Fix in upcoming jobs widget by wknds in https://github.com/juntagrico/juntagrico/pull/137
* Fix in cancellation date calculation by wknds in https://github.com/juntagrico/juntagrico/pull/140
* Fix in Co Member adding by motu55 in https://github.com/juntagrico/juntagrico/pull/149
* Fix: set primary member after saving recipients by pascalfree in https://github.com/juntagrico/juntagrico/pull/143
* Fixed advanced test data generation by nixnuex in https://github.com/juntagrico/juntagrico/pull/123
* Various minor fixes and typos by PaulKC in https://github.com/juntagrico/juntagrico/pull/127 and flurin-conradin in https://github.com/juntagrico/juntagrico/pull/145 and motu55 in https://github.com/juntagrico/juntagrico/pull/138 and PaulKC in https://github.com/juntagrico/juntagrico/pull/118

Development

* Decorator for notifyable models by motu55 in https://github.com/juntagrico/juntagrico/pull/119
* Add hook for subscription admin submenu by PaulKC in https://github.com/juntagrico/juntagrico/pull/147
* Pack subscription change rows into snippets by PaulKC in https://github.com/juntagrico/juntagrico/pull/146

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

**Full Changelog**: https://github.com/juntagrico/juntagrico/compare/1.1.9...1.2.0

Page 8 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.