Do Fixtures have a limit?

2010-11-22 Thread Ryno in Stereo
I'm trying to create around 32,000 rows in a table via a json fixture and although Django confirms via the commandline that it's worked (Installed 32423 object(s) from 1 fixture(s) ), I can only ever see 20,149 records in my MySQl database. I can't any mention of an upper limit for fixtures and th

Re: Do Fixtures have a limit?

2010-11-22 Thread Reinout van Rees
On 11/22/2010 03:16 PM, Ryno in Stereo wrote: I'm trying to create around 32,000 rows in a table via a json fixture and although Django confirms via the commandline that it's worked (Installed 32423 object(s) from 1 fixture(s) ), I can only ever see 20,149 records in my MySQl database. I can't a

Re: Do Fixtures have a limit?

2010-11-23 Thread Ryno in Stereo
Hey Reinot, Thanks so much for replying! It wasn't quite as simple as those rows were duplicates but that got me on the right track and now it works perfectly. Cheers, Ryan On Nov 23, 12:22 am, Reinout van Rees wrote: > On 11/22/2010 03:16 PM, Ryno in Stereo wrote: > > > I'm trying to create ar