Re: Difference in datetime with timezone

2022-03-29 Thread Andrés Alvarez
I need to save some fields in my database in the format YYY-MM-MM 00:00:00+00. So I decide to do this: # setting.py TIME_ZONE = 'America/Mexico_City' USE_I18N = True USE_L10N = True USE_TZ = True # models.py class Program(models.Model): objects = models.Manager() objects_custom = Program

Re: django releases notifications

2022-03-29 Thread webmbackslash
Many thanks Il giorno ven 25 mar 2022 alle ore 20:16 Kasper Laudrup < laud...@stacktrace.dk> ha scritto: > On 25/03/2022 16.44, webmba...@gmail.com wrote: > > Hi, > > how can i get mail notifications per each new django release? > > best regards > > > > Subscribe to the django-announce mailing li