Python 3.11 is one month away, can you believe it? This snake is still
trying to bite as it has been an interesting day of fighting fires, release
blockers, and a bunch of late bugs but your friendly release team always
delivers :)
You can get this new release while is still fresh here:
https://w
Suddenly I can no longer add blogs to Django. Django says 'blog
matching query does not exist'. That seems strange to me because I want
to add something to the database and not request a blog. What could be
going on here?
admin.py:
class blogadmin(admin.ModelAdmin):
def save_model(self, reques
On 9/12/2022 5:00 AM, hongy...@gmail.com wrote:
I want to do the query from with in script based on the interface here [1]. For this
purpose, the underlying posting URL must be obtained, say, the URL corresponding to
"ITA Settings" button, so that I can make the corresponding query URL and issu
unsubscribe
-Bat
> On Sep 12, 2022, at 14:32, mailingli...@vanwingerde.nl wrote:
>
> Suddenly I can no longer add blogs to Django. Django says 'blog
> matching query does not exist'. That seems strange to me because I want
> to add something to the database and not request a blog. What could b