Re: prepopulate_from delimiter

2007-11-20 Thread RajeshD
On Nov 20, 1:11 am, Mogga <[EMAIL PROTECTED]> wrote: > great article... very interesting and answered some old questions... > not using it for URLS... > i'm developing some file system mgmt tools for software packages that > don't like hyphens. i'll have to hack the slugifier or create my own >

Re: prepopulate_from delimiter

2007-11-19 Thread Mogga
great article... very interesting and answered some old questions... not using it for URLS... i'm developing some file system mgmt tools for software packages that don't like hyphens. i'll have to hack the slugifier or create my own js... On Nov 19, 3:43 pm, RajeshD <[EMAIL PROTECTED]> wrote: > >

Re: prepopulate_from delimiter

2007-11-19 Thread RajeshD
> is it possible to specify a custom delimeter for the prepopulate_from > option for slugfields? ie. underscore instead of hyphen? > thanks in advance!! The delimiter is part of a hardcoded regular expression used by the "slugifier" Javascript. So, it's not customizable short of providing your ow