Opened 17 years ago
Closed 17 years ago
#5894 closed (fixed)
FilePathField needs to be updated to newforms
Reported by: | Alex Gaynor | Owned by: | Jacob |
---|---|---|---|
Component: | Forms | Version: | dev |
Severity: | Keywords: | FilePathField | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
FilePathField still Old Forms in newforms-admin
Attachments (11)
Change History (19)
by , 17 years ago
comment:1 by , 17 years ago
Has patch: | set |
---|
comment:2 by , 17 years ago
Component: | Admin interface → django.newforms |
---|---|
Keywords: | newforms-admin removed |
Patch needs improvement: | set |
Summary: | FilePathField still uses Old Forms in newforms-admin → FilePathField needs to be updated to newforms |
Version: | newforms-admin → SVN |
This is actually a bug in newforms and not just newforms-admin. newforms-admin is effected because it uses newforms in the admin.
comment:3 by , 17 years ago
Needs documentation: | set |
---|---|
Needs tests: | set |
Patch needs improvement: | unset |
Triage Stage: | Unreviewed → Accepted |
comment:4 by , 17 years ago
Needs documentation: | unset |
---|
by , 17 years ago
Attachment: | diff.6.diff added |
---|
by , 17 years ago
Attachment: | diff.9.diff added |
---|
Refixed the tests, and made the patch more PEP8(thanks brosner)
comment:6 by , 17 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:7 by , 17 years ago
Owner: | changed from | to
---|
comment:8 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Newforms didn't have a filepath field, so I have created one, this should be the first step to fixing the admin, I think