Sarah Boyce
Sarah Boyce
Moved to https://github.com/django/django/pull/18184
Hi @devin13cox I have merged in https://github.com/django/django/pull/17897 and rebased this PR on main Unfortunately we have a bug here, when I add a new entry using the M2M "+" action,...
Updated images based off new shortened wording:   > have you considered putting this text below the block of "Please read this first"? @tim-schilling the banner would be on...
Hi @zshongyi, this will need a test to be accepted 👍
As a todo, we probably should update the images in [`docs/intro/_images/`](https://github.com/django/django/tree/main/docs/intro/_images) as well
Don't forget to add a release note to Django 5.2 :star:
Another thing we need to think about is, should we update the [Django intro tutorial](https://docs.djangoproject.com/en/5.0/intro/tutorial02/#playing-with-the-api) when it is showing using the shell and importing the models (search for `>>> from...
Maybe we should add it and then if someone is reading the tutorial on 5.2 but has an earlier version of Django installed (for some reason), they have a hint...
> > If we want to add some utilities by default, which ones do you think are the most useful? Should we discuss this on the forum first and then...
> I wanted to ask you something about squashing commits. If I understand correctly, when I squash the latest 8 commits into one, the resulting commit message will be the...