Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1223 closed defect (fixed)

[patch] magic-removal: left-over magic in django.parts.auth.formfields and django.views.registration.passwords

Reported by: nick@… Owned by: Adrian Holovaty
Component: Core (Other) Version: magic-removal
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This patch fixes django.part.auth.formfields and django.views.registration.passwords in magic-removal rev 1958 by importing User from django.contrib.auth.models instead of django.models.auth and Site from django.contrib.sites.models instead of django.models.core.

Attachments (2)

diffs (999 bytes ) - added by nick@… 18 years ago.
Fix for left-over magic in django.parts.auth.formfields and django.views.registration.passwords
tmp.diff (999 bytes ) - added by nick@… 18 years ago.
Fix for left-over magic in django.parts.auth.formfields and django.views.registration.passwords

Download all attachments as: .zip

Change History (4)

by nick@…, 18 years ago

Attachment: diffs added

Fix for left-over magic in django.parts.auth.formfields and django.views.registration.passwords

by nick@…, 18 years ago

Attachment: tmp.diff added

Fix for left-over magic in django.parts.auth.formfields and django.views.registration.passwords

comment:1 by nick@…, 18 years ago

Please ignore the first attachment - forgot to use .diff extension!

comment:2 by jkocherhans, 18 years ago

Resolution: fixed
Status: newclosed

(In [1959]) magic-removal: Fixed #1223. Thanks nick at efford dot net.

Note: See TracTickets for help on using tickets.
Back to Top