-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
…ntry-webpack, rm djangocms helpers
) | ||
email.attach_alternative(html_msg, "text/html") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this shouldn't work as it's not EmailMultiAlternatives
@@ -0,0 +1,48 @@ | |||
# Generated by Django 3.2.15 on 2024-03-31 14:57 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
django 3.2? Can this be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same with localgroups
eahub/tests/e2e/test_signup.py
Outdated
@@ -10,6 +10,9 @@ def test_signup(self): | |||
user_email = "[email protected]" | |||
user_password = "Wa4@;fh>A/~W#6SH" | |||
|
|||
print("LIVE SERVER URL") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Changes because of upgrade to Django 4.2:
django_pwned_passwords
withpwned-passwords-django
as the other was no longer working after django upgradecrispy-bootstrap3
(needed with v2 of Django-crispy-forms)DateRangeFilter
importrecaptcha
packagedjango.urls.re_path
instead ofurl
(depracated)last_name
, notname
pytest.ini
(selenium was failing after upgrade because it was missing)django-cmshelpers
send_email
method (no longer maintained) with Django's default methodload_seed_data
SocialApp
if in local or test environment to ensure that website can loadprovide_login_url
template tag was throwing an error. Came after upgrading to 0.60Changes to functionality: Groups page
table.js
as it has outdated JS dependencies, which are a pain to keep updatedtables.js
needs to be brought back or some other, new code usedOther changes
NODE_OPTIONS=--openssl-legacy-provider
tonpm run build
, which is needed with node18django-sluggable
to specific commit in requirements.in (not .txt)