James Bennett

Results 34 comments of James Bennett

To be honest, I never really touch the translation files. I can add the translation marker for the field label, but anything missing from the files themselves will need to...

If you or anyone else has time to update the translation files, I'm likely to do a new release of django-registration once Django 5.2 is released (currently scheduled for April...

Echoing a lot of what @RealOrangeOne said about the need to keep the security team private and invite-only. But also expanding on that: perhaps copying a template for another WG...

> The Accessibility Team wasn't redefined as a Working Group to grant it additional powers. Though it did have the nice benefit of formalizing a relationship between it and the...

I'm already planning to give up on `UserCreationForm` for the next (5.1-compatible) release. Just need to find the time to actually rewrite the thing from scratch and in a way...

Also I feel like probably the Django docs should be updated to clarify that `UserCreationForm` is now essentially an admin-only form class.

Forum discussion: https://forum.djangoproject.com/t/the-purpose-of-usercreationform/33836

WIP of removing django-registration's dependency on `UserCreationForm` is in this branch: https://github.com/ubernostrum/django-registration/tree/remove-usercreationform

Django has fixed this upstream, and the latest django-registration release doesn't depend on `UserCreationForm` anymore anyway, so I'm going to close this.

@irtazaakram do you have any interest in taking over maintenance of this project? If not, I am going to archive it.