Ross Lawley

Results 120 comments of Ross Lawley

also patches welcome! ;)

Simple covered index support has been added to 0.6

From the mailing list - clean up Pokemon exceptions: base.py: except: document.py: except: fields.py: except: fields.py: except: fields.py: except: fields.py: except: queryset.py: except:

hmm, Not currently, all defaults are created on instantiation then any existing / loaded data is overloaded. You could use signals to set the _id the pre_save signal could set...

Hi, I'm not 100% sure on this and would have to look into the implications / cost of implementation. I can definitely understand your reasoning but I'm not sure of...

Hi, Thanks for the ticket. This is related to #352, which suggests removing the fields from the model all together when doing an only() lookup. I will ponder on this...

Now that `setup_databases` is in a plugin is this still an issue?

I've created a work around: https://github.com/rozza/django-nose/commit/2cbc87170eb99df162d87ef040c9ae429dfea182 MOVED TO: https://github.com/sbook/django-nose/commit/2cbc87170eb99df162d87ef040c9ae429dfea182

kmmbvnr - for my hack to work you need to add a setting: `TEST_INSTALLED_APPS` Which should include the test models. Its not nice I'm afraid :(

My hack / fix has been moved to: https://github.com/sbook/django-nose/commit/2cbc87170eb99df162d87ef040c9ae429dfea182 and requires `TEST_INSTALLED_APPS` to be added to your settings.