Re: Changing the order of SQL generation

2021-07-28 Thread Luke Plant
I haven't had chance to dig into this, but django-shared-property looks very interesting. IMO it would be great to be able to support it well, or even include that kind of functionality in Django itself. The closest SQLAlchemy equivalent to this seems to be hybrid attributes

Re: RSS access to Google groups?

2021-07-28 Thread Jason Johns
https://support.google.com/groups/thread/118690869/when-will-googlegroups-rss-feed-be-back-online?hl=en Apparently you're not the only one having this error, and seems the solution only applies to public groups. On Tuesday, July 27, 2021 at 11:38:47 AM UTC-4 Claude Paroz wrote: > > Hi, > It l

Re: Changing the order of SQL generation

2021-07-28 Thread schinckel
Hey Luke, Yeah, I had seen hybrid attributes. I think I came across them after starting this, but I think they are pretty much the same idea. Not sure if their hybrid methods are new, but that looks fun too ;) I'll be more than happy to look at a PR to include this in Django, once I've got a c