Re: syncdb inital sql data

2006-03-03 Thread Steven Armstrong
On 03/04/06 01:34, Russell Keith-Magee wrote: > On 3/4/06, Steven Armstrong <[EMAIL PROTECTED]> wrote: >> >> Hi django devs >> >> In a app I'm currently building I rely on the 'sqlinitialdata' feature. >> I've recently switched to the magical-removal branch where this is not >> yet implemented. >

Re: syncdb inital sql data

2006-03-03 Thread Russell Keith-Magee
On 3/4/06, Steven Armstrong <[EMAIL PROTECTED]> wrote: > > Hi django devs > > In a app I'm currently building I rely on the 'sqlinitialdata' feature. > I've recently switched to the magical-removal branch where this is not > yet implemented. sqlinitialdata _was_ implemented, but it's been removed

syncdb inital sql data

2006-03-03 Thread Steven Armstrong
Hi django devs In a app I'm currently building I rely on the 'sqlinitialdata' feature. I've recently switched to the magical-removal branch where this is not yet implemented. I've opened a ticket #1438 [1] and sent a patch that implements it. It currently just fetches .sql files from the app/s