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

Migrating to Python 3, attempt numero uno #114

Closed
wants to merge 37 commits into from

Conversation

ianeli1
Copy link
Contributor

@ianeli1 ianeli1 commented Apr 25, 2022

Overall:

  • Fixed most obvious problems with py2 to py3 migration
  • Updated imports for Django components that changed over time
  • Made a polyfill for string_concat
  • Assumed ugettext_lazy is the same as gettext_lazy since Py3 removed the need for unicode()
  • Swapped unicode with str
  • More stuff i forgot

Also, django-recaptcha3 is dead, been inactive since 2020. A replacement is needed. Patched out the imports for now so we can test if this works at all lol

@ianeli1 ianeli1 changed the title Way too many changes Migrating to Python 3, attempt numero uno Apr 25, 2022
@ianeli1 ianeli1 closed this Dec 9, 2022
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.

None yet

1 participant