Re: Custom collation support

2020-07-20 Thread charettes
> I like this idea, but I think we'd still want to offer the option of using strings, since most projects run only against one database backend. Compilable objects would be more effort so perhaps best to leave for now, at least until the PR is much more developed. Makes sense, lets focus on

Re: Auto-installation of 3rd party packges

2020-07-20 Thread Kacper Szmigiel
Hey! Back in the day, like 2017 or something, I was using Ansible tool for such things. As far as I know (unfortunately I don't work on Django projects on daily basis today) now it's pretty standard to set up a project once, and later just use Docker for a unified dev environment. I've starred

child pages url update when changing parent's slug (only when logged)

2020-07-20 Thread Beniamino Nobile
Hello I've a problem in my site menu. The django cms version is 3.7.2 I've four languages (en, it, de, fr) When an anonymous user use the site the menu is correct. When I'm logged from the admin panel i see some strange behaviors: when I've a second level page the url is composed with the

Auto-installation of 3rd party packges

2020-07-20 Thread Dave R
Hello all, I recently got done with v1 of this project: https://github.com/pandichef/indjections It's an installation utility for 3rd party Django packages. But then I started thinking about the issue more generally... I'm writing here because I'm kind of amazed why Django package installation

Re: Custom collation support

2020-07-20 Thread Adam Johnson
> > I like where it's heading but I wonder if it'd be more appropriate to > start by supporting a _compilable_ object instead of a string at first. > I like this idea, but I think we'd still want to offer the option of using strings, since most projects run only against one database backend.

Re: Should the docs suggest namespace packages?

2020-07-20 Thread Florian Apolloner
There are also various issues in python itself like https://bugs.python.org/issue23882 -- so I strongly recommend against namespace packages unless you actually need them. On Monday, July 20, 2020 at 1:14:41 AM UTC+2 re...@fleschenberg.net wrote: > Hi, > > On 7/19/20 10:25 PM, Tim Graham

Re: Fellow Reports - July 2020

2020-07-20 Thread Mariusz Felisiak
Week ending July 19, 2020. *Triaged:* https://code.djangoproject.com/ticket/31782 - Missing statements while creating [appName] on templates (invalid) https://code.djangoproject.com/ticket/31781 - Not Found The requested resource was not found on this server (invalid)

Django 3.1 release candidate 1 released

2020-07-20 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2020/jul/20/django-31-release-candidate-1-released/ -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe