Re: Django's issue tracker uses timezone CDT

2021-08-09 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
I'd be +1 on moving the default to UTC. Or we could change Trac to pick up the browser's timezone offset and display datetimes accordingly. On Fri, 6 Aug 2021 at 15:28, Tom Carrick wrote: > While moving the default to UTC is probably a good idea - you can change > this for yourself in Preferenc

Re: Is there any reason to set the default reverse relationship name in the current format?

2021-08-09 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Ruby on Rails uses "correct" plural forms in code. But in order to do this it contains a special library to pluralize words correctly, e.g. octopus -> octopuses. And naturally that strategy requires per-language and per-word knowledge, and can go wrong when trying to use non-english words. Rather

Help: Getting error when trying run test “RuntimeError” Database access not allowed

2021-08-09 Thread Muhammad Shehzad
Image attached [image: ccc.png] -- 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 django-developers+unsubscr...@googlegroups

Re: Help: hi maybe this will help you https://stackoverflow.com/questions/54661112/pytest-and-failed-database-access-not-allowed-use-the-django-db-mark-or-the

2021-08-09 Thread Umar Farooq
It's showing Database access error your test seems to be alright can you send me the db connection On Mon, 9 Aug 2021, 4:48 PM Muhammad Shehzad, wrote: > Image attached > [image: ccc.png] > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Con