On 12/5/22 10:02, Odhiambo Washington wrote:
On Mon, Dec 5, 2022 at 8:54 PM Mark Sapiro <mark@msapiro.net> wrote:
Thus, putting
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
in your settings will maintain compatibility with pre 3.2 versions and existing tables and this is the correct thing to do.
Thank you very much for the clarification.
Also note that for the past year or so, the files postorius/example_project/settings.py:, mailman_web/settings/base.py, hyperkitty/example_project/settings.py and mailman-suite/mailman-suite_project/settings.py have all contained
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
and if you follow https://docs.mailman3.org/en/latest/install/virtualenv.html#initial-configur... you will import mailman_web/settings/base.py and pick this up from mailman-web 0.0.6 and both https://wiki.list.org/x/17892066 and https://wiki.list.org/x/17891998 suggest that your settings.py should be a copy of the mailman-suite settings.py file but with DEBUG = False, the implication being that when that file changes, yours should too.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan