Re: DEP Pre-posal: Re-Designing Django Forms

2018-02-03 Thread Jamesie Pic
On Thu, Feb 1, 2018 at 12:46 PM, Marc Tamlyn wrote: > This is a huge project to achieve everything you mentioned in your email, and it has implications across a large number of Django packages (not least the admin). I don't want to discourage you, but don't underestimate how much work it would be

Re: models.CalculatedField feature

2018-02-03 Thread Robert Roskam
Hey, So has this stalled? Because this looked really great, and I was looking forward to seeing it! On Monday, November 20, 2017 at 10:31:31 PM UTC-5, ilya.ka...@jetbrains.com wrote: > > Thank you all. > > I've created a feature request https://code.djangoproject.com/ticket/28822 > and > wil

Re: DEP Pre-posal: Re-Designing Django Forms

2018-02-03 Thread Robert Roskam
Hey Marc, Yeah, I totally agree it's a big job. It's just that the first step for proposing (sry about the previous misspelling) the idea. I saw the issues I've run into, and It just seemed like a better interface could be provided. I'll look at what you have worked on. Robert Roskam On Thu

Fellow Report - February 3, 2018

2018-02-03 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/29080 - SELECT @@SQL_AUTO_IS_NULL query for every page (invalid) https://code.djangoproject.com/ticket/29077 - Why JSONField for MySql/MariaDB etc are not supported in Django? (invalid) https://code.djangoproject.com/ticket/29033 - Sitem

Redirect query parameters

2018-02-03 Thread Jeffrey Eliasen
Right now the `django.contrib.redirects` app only redirects the URL path, it ignores query parameters. I believe it should be optional for the user to pass-through query parameters in the redirect; this is especially important for marketing campaigns where query parameters are used to identify

Re: RFC : Migration Adapters

2018-02-03 Thread Markus Holtermann
Hey Curtis, the key of the migration operations ordering is in https://github.com/django/django/blob/d0a42a14c06e033922f6d51e6384cba53be887b6/django/db/migrations/autodetector.py#L159-L195 as you probably have figured out. What _could_ work, it's not more than idea w/o much thinking about it, tu

RFC : Migration Adapters

2018-02-03 Thread Curtis Maloney
Hey, I've recently written an app that implements a closure tree using views... and in order to make the migrations work as needed you must manually add an entry to the migrations. Another friend of mine, a recent django convert, was wanting a way to add to the migration script generated whe