Re: RSS access to Google groups?

2021-08-13 Thread Claude Paroz
So according to my experience and confirmed by https://discourse.mozilla.org/t/how-do-i-use-discourse-via-email/15279, mailing list mode is not really an option, unless you want to triage interesting email by mail client filters. I'm trying now different combinations of preferences, but if

Re: RSS access to Google groups?

2021-08-13 Thread Claude Paroz
So I activated mailing list mode, and chose i18n/geodjango in the watch list. I'm still receiving all forum messages by email, which is evidently not an option. If I have to manually mute/exclude all other categories, it will not be very practical either, as I would have to do it again each

Re: RSS access to Google groups?

2021-08-13 Thread Carlton Gibson
Hey Claude. Here: https://forum.djangoproject.com/my/preferences/categories You can set to watch particular categories (or just first posts in a thread or … ) C. > On 13 Aug 2021, at 18:24, Claude Paroz wrote: > > A question received privately: imagine someone wants to follow the >

Re: RSS access to Google groups?

2021-08-13 Thread Claude Paroz
A question received privately: imagine someone wants to follow the Internationalization topic by email, is it possible and how? There is a Mailing list mode in the forum prefs, but then I guess that this will send messages from all forum topics. -- You received this message because you are

Re: Removal of USE_L10N setting

2021-08-13 Thread אורי
In my project USE_L10N = True and USE_I18N = True since the beginning (2016). אורי u...@speedy.net On Fri, Aug 13, 2021 at 4:47 PM Claude Paroz wrote: > I don't think I've ever set USE_L10N to True, and I've been using >> Django in production since 0.96. >> > > What would be most interesting

Re: Removal of USE_L10N setting

2021-08-13 Thread Claude Paroz
> > I don't think I've ever set USE_L10N to True, and I've been using > Django in production since 0.96. > What would be most interesting to know is whether setting USE_L10N to True would cause issues in your projects. Claude -- You received this message because you are subscribed to the

Re: Do people actually squash migrations?

2021-08-13 Thread Shai Berger
On Wed, 12 May 2021 09:37:53 -0700 (PDT) "'Mike Lissner' via Django developers (Contributions to Django itself)" wrote: > > I haven't done the manual approach but I imagine it's something like: > > 1. Check your migrations across all apps with interdependencies for > RunPython or RunSQL