#1223 closed defect (fixed)
[patch] magic-removal: left-over magic in django.parts.auth.formfields and django.views.registration.passwords
Reported by: | 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)
Change History (4)
by , 19 years ago
by , 19 years ago
Fix for left-over magic in django.parts.auth.formfields and django.views.registration.passwords
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix for left-over magic in django.parts.auth.formfields and django.views.registration.passwords