Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release:v0.2.3 #317

Merged
merged 9 commits into from
Oct 20, 2024
Merged

Release:v0.2.3 #317

merged 9 commits into from
Oct 20, 2024

Conversation

Gustavo-SF
Copy link
Contributor

Changes

  • Add count of submissions to the Leaderboard of Hackathons.
  • Fixed the password reset view to not validate the email address. (update the django-allauth)
  • Improve Team Admin page to make it easier to adjust the team members.

Gustavo-SF and others added 9 commits October 13, 2024 21:06
## Changes

- `botocore` has been spamming the logs, and makes it hard to see old
logs. I am changing this logger to `WARNING`. Should clean up the logs
by a lot! I am also adding `s3transfer` and `urllib3` since we have a
few from them as well. No need to have `DEBUG` logs coming from there

## Issue(s)

- #
## Changes

- Make it easier to change hackathon teams in the admin page
## Changes

- Bugfix the reset password to not validate the email. `clean_email` is
the function that needed to be modified here since it is being used by
the account registration and password reset forms. This function should
allow both cases, that's why I'm adding a condition for when it is a
password reset, it doesn't need to validate the email.
@Gustavo-SF Gustavo-SF self-assigned this Oct 20, 2024
@Gustavo-SF Gustavo-SF merged commit ca497e8 into main Oct 20, 2024
3 checks passed
@Gustavo-SF Gustavo-SF deleted the release/v0.2.3 branch October 20, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant