Re: RSS access to Google groups?

2021-08-05 Thread Claude Paroz
> Maybe we could start by moving django-i18n and geodjango lists? > > > So, rough steps: > > 0: Update docs to point to Forum rather than Google Groups. > 1. Post on django-i18n and geodjango lists that the action is now on the > Forum. https://forum.djangoproject.com > 2. We can create new sub-

Re: RSS access to Google groups?

2021-08-05 Thread Carlton Gibson
OK, I don't think I have the powers to set that up, so I've asked Andrew, and that you get added to the "staff" there so you can moderate etc. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscri

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

2021-08-05 Thread 김정훈
Hi, Django's default reverse relationship name is a model name followed by a _set suffix. In terms of readability, depending on the type of relationship used, I think it would be good to make the default reverse relationship name in the singular or plural form of the model name. Is there any