Re: GSOC 2015 project ideas suggestion

2015-02-22 Thread Cheng Chi
What about a built-in models.BitField ? Or a generic tagging function giving related items recommended by TF-IDF ? On Monday, February 23, 2015 at 4:01:11 AM UTC+11, Asif Saifuddin wrote: > > Seems my previous idea

Re: GSOC 2015 project ideas suggestion

2015-02-22 Thread Asif Saifuddin
Seems my previous idea is not well suited for gsoc right now. have to look for more convanient ideas then. what about best practise update? where will I get Ideas about what are considered as best practise in django 1.8/+? or other suggestions? Regards On Sun, Feb 22, 2015 at 6:36 AM, Russell Kei

Re: Making the test suite run faster

2015-02-22 Thread Aymeric Augustin
**tl;dr** I can run the full test suite in 85 seconds on SQLite, a 4.8x speedup. Hello, Since I last wrote about this project, I improved parallelization by: - reworking the IPC to avoid exchanging tracebacks - implementing database duplication for SQLite, PostgreSQL and MySQL The code is stil