Re: Improvements to the startproject template

2022-07-28 Thread Michael
Problem with adam's solutions is then where do you place the project's urls.py, asgi.py and wsgi.py? Normally they are in the project dir next to settings.py. With regards to two dirs with same name, I call the outer dir 'src', which usually has related files/dirs for the project next to it,

Settings namespaced by app_label

2022-07-28 Thread Michael
Models and URLSs (kind of) are namespaced by the *app_label*. I am making a Django CSS app to open source, and it requires settings. For now I am just going to copy DRF and use a dict to avoid collisions. What if in *settings.py* we could do something like this (where one has an app with an

Re: Deprecate CICharField, CIEmailField, CITextField

2022-07-28 Thread Mariusz Felisiak
https://code.djangoproject.com/ticket/33872 -- 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

Re: Deprecate CICharField, CIEmailField, CITextField

2022-07-28 Thread Mariusz Felisiak
> Support for PostgreSQL 10 was dropped in Django 4.1, and support for PostgreSQL 11 was dropped in Django 4.2. When CICharField, CIEmailField, CITextField deprecation starts in Django 4.2 they will be removed in Django 5.1. -- You received this message because you are subscribed to the