#1642 closed enhancement (duplicate)
a directory option for FilePathField, or a DirPathField
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | normal | Keywords: | fs-rf |
Cc: | Triage Stage: | Design decision needed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I would like to use FilePathField to return a list of directories. Alternatively, a DirPathField could be created that works just like FilePathField but on directories and not on files...
Attachments (1)
Change History (8)
Changed 16 years ago by
comment:1 Changed 16 years ago by
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Design decision needed |
comment:2 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closing in favor of #5361.
comment:3 Changed 15 years ago by
Keywords: | fs-rf added |
---|
comment:4 Changed 15 years ago by
milestone: | → post-1.0 |
---|---|
Resolution: | duplicate |
Status: | closed → reopened |
Version: | → SVN |
As it turns out, I won't be dealing with FilePathField
at all as part of #5361. I'm reopening this ticket so it can be debated on its own merits, apart from my refactor.
comment:6 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
I'm going to close this in favor of #5893 since it's patch is more up to date.
Note: See
TracTickets for help on using
tickets.
a possible way to implement this, works fine here :)