Re: status of 2.0 release blockers

2017-09-18 Thread Tim Graham
completed today: https://github.com/django/django/pull/6385 - Fixed #14370 -- Added select2 widget for related object fields in admin. https://github.com/django/django/pull/7611 - Fixed #26608 -- Add support for OVER-clause (window expressions). todo:

Re: Feature Request: An easier way to pass the parent object to the form of an InlineModelAdmin

2017-09-18 Thread Al Johri
Just bumping this issue. On Saturday, September 10, 2016 at 2:50:11 PM UTC-4, Al Johri wrote: > > Hi All, > > Within the Django Admin, I'm trying to pass the current object from > the ModelAdmin to the InlineModelAdmin. While I've come up with a few > solutions, I'm finding them all to be extrem

Re: Decoupling Forms from Model

2017-09-18 Thread Jamesie Pic
Thanks Tim, I had completely forgotten about this episode. I've given up the idea of changing this (amongst other things) in Django and decided to work a layer on top of Django instead ( https://github.com/yourlabs/crudlfap ). As far as I'm concerned, we can close this. Thanks a heap for answeri

Re: Having a MongoDB connector for Django

2017-09-18 Thread Nes Dis
I completely agree with you! Having a connector for the backend DB means things will be slow. This must be indicated to the end-user. The engineer must whether having two dbs is a better fit or a single one with some trade-offs. Regards Nes Dis On Monday, 18 September 2017 15:22:00 UTC+5:30, T

Re: Decoupling Forms from Model

2017-09-18 Thread Tim Graham
Hi, maybe you forgot that you raised this topic before in https://groups.google.com/d/topic/django-developers/1qzFomJ7VzI/discussion. It's better to continue the existing thread so that past discussion is more easily viewable. On Sunday, September 17, 2017 at 8:40:12 AM UTC-4, Jamesie Pic wrote

Re: Deprecating CachedStaticFilesStorage in Django 2.0

2017-09-18 Thread Ed Morley
On 15 September 2017 at 18:26, Adam Johnson wrote: > (For some reason GMail is clipping your message before any content, I only > saw '... [Message clipped]' and had to click to see it all) This must be due to using the Google Groups interface for posting - I'll stick to email from now on :-)

Re: Having a MongoDB connector for Django

2017-09-18 Thread 'Tom Evans' via Django developers (Contributions to Django itself)
On Fri, Sep 15, 2017 at 6:44 PM, Nes Dis wrote: > I would like to thank everyone for their valuable comments. Simultaneously I > would like to comment on some conceptions regarding using MongoDB. Its not > accurate to state that relational joins cannot happen in MongoDB. It can be > done at the ap

Re: typeshed for Django

2017-09-18 Thread Melvyn Sopacua
Thanks, I'll see what I can integrate and I got the forms for you. I've built mine on top of my typeshed fork (for now not bothering with py2): https://github.com/melvyn-sopacua/typeshed/tree/django/third_party/3/django On Mon, Sep 18, 2017 at 1:00 AM, Maxim Kurnikov wrote: > https://github.com/