Re: Keeping/accessing the data Django generates during a test run

2023-12-05 Thread dilo...@gmail.com
HelloI am running into the same problem but I do not understand what needs to be done. I use keepdb but how can I get the database cursor connection. Do I need to modify the test script? Thanks for your help. Le mercredi 13 février 2019 à 10:54:04 UTC+1, Anton Melser a écrit : > When you use dj

Re: Is DATE_TIME_FORMAT in settings operationnal

2021-09-30 Thread dilo...@gmail.com
ttings/#std:setting-DATE_FORMAT > >When USE_L10N > <https://docs.djangoproject.com/en/3.2/ref/settings/#std:setting-USE_L10N> > is True, the locale-dictated format has higher precedence and will be > applied instead > > On Wednesday, September 29, 2021 at 6:27:47 PM

Is DATE_TIME_FORMAT in settings operationnal

2021-09-29 Thread dilo...@gmail.com
I have carefully read the documentation for the use of DATE_TIME8ROMAT in settings. It is here https://docs.djangoproject.com/en/3.2/ref/templates/builtins/#date If I put the format string in the template it does format it correctly. If I put the format in the settings, I get the default format