Re: Rethink (?) how we handle security headers.

2021-03-26 Thread chris.j...@gmail.com
On Friday, March 26, 2021 at 1:16:30 AM UTC-7 Adam Johnson wrote: > That would be counter to how all current dict based settings work, so I > think it would be too surprising. > I see. The django.conf.settings object should only include the raw settings data and not auxiliary objects that can

Re: Django 3.2rc1: models.W042 is raised on inherited manually specified primary key.

2021-03-26 Thread Mariusz Felisiak
Hi Caram, Django doesn't perform any DDL operations outside of migrations. You've probably set DEFAULT_AUTO_FIELD to BigAutoField, then you generated and run the migrations which caused some failures. We can check migration failures if you can provide a small project to reproduce. Best, Ma

Re: Update - MSSQL support for Django

2021-03-26 Thread Florian Apolloner
Maybe wait with featuring till the licensing issues are cleared up. https://github.com/microsoft/mssql-django/issues/15 does not leave a good impression on a first glance. On Friday, March 26, 2021 at 1:48:50 PM UTC+1 wi...@wsvincent.com wrote: > Yes, what Adam said! We'll certainly feature the

Re: Django 3.2rc1: models.W042 is raised on inherited manually specified primary key.

2021-03-26 Thread Caram
I'm now discovering that some INT keys were subrepticely converting to BIGINT in the database without me noticing. And there is no BigAutoField in any of the migrations. More worrying, there seem to have been several other unwanted changes: 1. NOT NULL changed to DEFAULT NULL (or the other way r

Re: Steps To Contribute ?

2021-03-26 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Welcome! There are many different ways to contribute to Django - the forum, blogging, translating, documenting, writing code, and more. Our Contributing Guide can help you get started with many of these: https://docs.djangoproject.com/en/stable/internals/contributing/ If you’re looking to work wi

Steps To Contribute ?

2021-03-26 Thread Huzaifa
Hi, I'm Huzaifa. I am new to this group and wanna contribute to Django. May I please get a detailed overview of how I should start contributing? Hoping for a quick and positive reply. Thanks, Huzaifa -- You received this message because you are subscribed to the Google Groups "Django develop

Re: Update - MSSQL support for Django

2021-03-26 Thread wi...@wsvincent.com
Yes, what Adam said! We'll certainly feature the project next week in Django News and would happily also include a blog post etc on the project :) On Friday, March 26, 2021 at 7:56:11 AM UTC-4 Adam Johnson wrote: > Great work Warren and co! I see you already have a number of stars on > GitHub.

Re: GSOC intro and guidance

2021-03-26 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Welcome Raj, Have you had a look at the GSoC wiki page? https://code.djangoproject.com/wiki/SummerOfCode2021 . Do you have any ideas what you'd like to work on? I'll also paste below my normal reply for anyone seeking to contribute. Thanks, Adam -- There are many different ways to contribute

Re: Update - MSSQL support for Django

2021-03-26 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Great work Warren and co! I see you already have a number of stars on GitHub. A promotional blog post could help get the word out as well. If you do write one, submit your blog's Django-specific feed to "Community blog posts" on https://www.djangoproject.com/community/ and it will get picked up by

Re: Django 3.2rc1: models.W042 is raised on inherited manually specified primary key.

2021-03-26 Thread Mariusz Felisiak
Can you provide a small project to reproduce? Best, Mariusz -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-develo

Re: Django 3.2rc1: models.W042 is raised on inherited manually specified primary key.

2021-03-26 Thread Caram Dache
My bad, I should have read the documentation more thoroughly before. However, when I set DEFAULT_AUTO_FIELD to BigAutoField and run the migration, I get errors like the following. This was what troubled me in the first place: django.db.utils.IntegrityError: (1452, 'Cannot add or update a child ro

Re: Rethink (?) how we handle security headers.

2021-03-26 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
That would be counter to how all current dict based settings work, so I think it would be too surprising. On Fri, 26 Mar 2021 at 05:35, chris.j...@gmail.com wrote: > I just came across this thread after seeing a related PR. Rather than a > "get_security_header()" function, couldn't Django make t

Re: Django Project idea query

2021-03-26 Thread Muskan Vaswan
This is something that I find myself interested in too! Specifically in the part involving AVS. Here is a little confusion I have: So far, ASV hasn't been integrated into djangobench repo itself (If I'm not missing anything too crucial). So, most of the work that has been put in thus far has be