Re: The low down on the "Unsettings" project

2014-06-22 Thread Tom Evans
Google "django-development unsettings". It's been discussed at length on list. Cheers Tom On Fri, Jun 20, 2014 at 8:06 PM, Andy Baker wrote: > This sounds really interesting. Is there anything about this in writing? I'm > not a fan of listening to audio on tech subjects (must... skim... read...

Re: [GSOC] Weekly update

2014-06-22 Thread Daniel Pyrathon
RE work in progress code The main functions to optimize are get_new_fields, get_new_field, they are found here: https://github.com/PirosB3/django/blob/a92c37f0cad6bdd7a3b24ef235c81a7dab6bee72/django/db/models/options.py On Sunday, June 22, 2014 11:49:05 AM UTC+2, Daniel Pyrathon wrote: > > Sur

Re: [GSOC] Weekly update

2014-06-22 Thread Daniel Pyrathon
Sure! https://github.com/PirosB3/django/compare/soc2014_meta_refactor_performance?expand=1 This contains the following: - Recently merged unit test suite for model/options - New API implementation: get_new_fields, get_new_field. - Implementation of recently merged unit test suite with new API