Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#1536 closed defect (fixed)

[patch] FilePathField with recurive option loses subdirectory

Reported by: Andy Dustman <farcepest@…> Owned by: Adrian Holovaty
Component: Validators 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
Pull Requests:How to create a pull request

Description

When using the recursive option to FilePathField, it joins together the initial path and the file name instead of the current path and the file name. Patch coming in a moment.

Change History (4)

by Andy Dustman <farcepest@…>, 19 years ago

Fix for recursive FilePathField

comment:1 by Chris Beaven, 19 years ago

Summary: FilePathField with recurive option loses subdirectory[patch] FilePathField with recurive option loses subdirectory

comment:2 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [2731]) magic-removal: Fixed #1536 -- FilePathField with recursive=True no longer loses subdirectory. Thanks, Andy Dustman

comment:3 by Adrian Holovaty, 18 years ago

milestone: Version 0.92

Milestone Version 0.92 deleted

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