Re: Requesting eyeballs on a change to SQLite schema editor

2015-02-12 Thread Alex Hill
Standalone PR now at https://github.com/django/django/pull/4122. Alex On Thursday, February 12, 2015 at 12:09:39 PM UTC+8, Alex Hill wrote: > > Hi all, doing a bit of yak shaving here. > > I'm currently refactoring Django's lazy operations [0], and ran into a bit > of a snag which led me to

1.8 bug fix sprinting this weekend

2015-02-12 Thread Tim Graham
If you would like to contribute to the timely release of 1.8 and if you have some free time over the next couple days, please consider working on something from this list (whether it is writing a patch, reviewing an existing patch, or triaging an issue):

Re: status of 1.8 release blockers

2015-02-12 Thread Markus Holtermann
Hey Tim, Thanks for the update. Could you check if #24282 is fixed by my PR as well and assign it to me in case it is. The error message looks familiar to the one I commented on the PR. Thanks. /Markus On February 13, 2015 2:33:38 AM GMT+01:00, Tim Graham wrote:

Re: status of 1.8 release blockers

2015-02-12 Thread Tim Graham
Status of release blockers: #24320 Unable to serialize UUIDField when running dumpdata with JSON format Status: I wrote a failing test and will try to write a patch tomorrow if no one else takes a look

Re: Formalizing template loader and debug api's

2015-02-12 Thread Preston Timmons
My pull request is updated with a simplified cache loader and docs. I also found some nicer solutions to some of the hackier things, like making origin available to the ExtendsNode. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions

Re: Abstract models and the app registry

2015-02-12 Thread Carl Meyer
On 02/11/2015 08:17 PM, Alex Hill wrote: > I'm still curious as to why abstracts aren't registered – is that a > requirement of some feature of the app registry design, or is it just > that way because? I think it's just a natural consequence of not considering them to be real models. One

Re: Feature proposal: Allow shadowing of abstract fields

2015-02-12 Thread Loïc Bistuer
Hi Marten, Sorry for the late response, it's been a busy week. Thanks for working on this, I'll try to have a look at your branch this weekend. In the meantime I'll leave some comments below. > On Feb 12, 2015, at 22:43, Marten Kenbeek wrote: > > Current status: >

Re: Feature proposal: Allow shadowing of abstract fields

2015-02-12 Thread Marten Kenbeek
Current status: - Models in general seem to be working. - Trying to override a concrete (or explicitly locked) field with an abstract field will keep the concrete field, but not raise any errors. This occurs when inheriting from (AbstractBase, ConcreteBase). - I might still

Re: Django inlineformset autocomplete and autopopulate by ajax

2015-02-12 Thread Raúl
Hi Ajay, Thanks for contacting us and using Django. This list is to discuss about Django development itself. Discuss bugs, new features that can be added to the language. To discuss how to use Django or when having issues using you should use the list django-users@google groups.com You will

Re: Bytecode in Migrations

2015-02-12 Thread Stan
I noticed the same pb yesterday (runserver exception) when doing some git bisect on django repo because of some pyc content_type migration file. Removing the pyc files after each git bisect good|bad fixed the issue. On Thursday, February 12, 2015 at 1:19:32 AM UTC+1, Andrew Godwin wrote: > >