Django

Code

Ticket #6318 (closed: duplicate)

Opened 9 months ago

Last modified 9 months ago

Changing contrib.auth.views to use newforms

Reported by: Shabda <shabda.raaj@gmail.com> Assigned to: shabda
Milestone: Component: Contrib apps
Version: newforms-admin Keywords: auth, newforms
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

==Changing contrib.auth.views to use newforms== django.contrib.auth.views still is using the oldforms library. I have modified the files django\contrib\auth\views.py and django\contrib\auth\forms.py to use the newforms library, since the transition to newforms is being done against the newforms-admin branch, i have created a patach on newforms-admin branch, revision 6996. ==Issues== # Template admin/auth/user/change_password.html, needs to be modified to use the newforms. I do not have much idea about the admin templates, so can't do that. # Method password_reset gives, me a (10061, 'Connection refused') error, but that is coz I am on a winodws machine, with no smtp server.

Attachments

auth.diff (20.2 kB) - added by Shabda <shabda.raaj@gmail.com> on 01/05/08 01:21:55.
Patch modifying contrib/auth/views.py and contrib/auth/forms.py

Change History

01/05/08 01:21:55 changed by Shabda <shabda.raaj@gmail.com>

  • attachment auth.diff added.

Patch modifying contrib/auth/views.py and contrib/auth/forms.py

01/05/08 01:23:19 changed by Shabda <shabda.raaj@gmail.com>

  • owner changed from nobody to shabda.
  • needs_better_patch changed.
  • needs_tests changed.
  • needs_docs changed.

01/05/08 02:26:18 changed by brosner

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicate of #6083.


Add/Change #6318 (Changing contrib.auth.views to use newforms)




Change Properties
Action