Increasing support for Microsoft SQL Server

2020-11-03 Thread Warren Chu
Hi All, Microsoft has commissioned internal resources, of which I'm a member, to drive development and support of an open source Microsoft SQL Server backend solution for Django. This project would exist under the github.com/microsoft organization. We recognize there is an existing and active

Re: Email console backend via docker logs not accessible

2020-11-03 Thread Gil Obradors
Sorry, my fault The email is not sent if there isnt password set. Working fine with docker. El dt., 3 de nov. 2020, 19:32, Gil Obradors va escriure: > > Hi, > My name is Gil, new from here from Spain. > A pleasure trying to contribute content to this wonderful project > > I'm dealiing with

Email console backend via docker logs not accessible

2020-11-03 Thread Gil Obradors
Hi, My name is Gil, new from here from Spain. A pleasure trying to contribute content to this wonderful project I'm dealiing with a project dockerized. I have seen when you have configured 'django.core.mail.backends.console.EmailBackend' as EMAIL_BACKEND the emails are written to stdout. In

Re: Improved labels for M2M relations

2020-11-03 Thread Julian Klotz
Hey there, thanks! I agree, "Relation between and " will work in all cases. Here’s a draft implementation: https://github.com/django/django/compare/master...julianklotz:feature_better_m2m_relation_labels Here’s what needs to be improved: - `create_many_to_many_intermediary_model`: The

Re: Fellow Reports - October 2020

2020-11-03 Thread Mariusz Felisiak
Week ending November 1, 2020. *Triaged: * https://code.djangoproject.com/ticket/32143 - Use EXISTS to exclude multi-valued relationships (accepted) https://code.djangoproject.com/ticket/32141 - Translated content becomes ugly due to line-down on new admin side-bar (duplicate)