Sarah Boyce
Sarah Boyce
I couldn't push up changes (I wanted to add minor edits and squash commits) and so I have raised a new PR from this here: https://github.com/django/django/pull/18155
Screenshots can be seen in the Artifacts here: https://github.com/django/django/actions/runs/8701792464/ They are the ones with `forced_colors` in the file name Here are a couple of examples:   This aims to...
> Firstly, congratulations on your new role! 🥳 Thank you very much 😊 - Renamed to `high_contrast` - This will still generate screenshots on other browsers but they will just...
Thank you for this Nina ⭐ > removing changes to docs as out of date (not sure what updates are needed here now?) All new features need some docs and...
Thank you for the updates @bcail, have you seen [this suggestion](https://github.com/django/django/pull/18020#discussion_r1590011076)? As it would change how `exists` works (a method we should overwrite/define) rather than `get_available_name` (that in theory we...
To clarify my thoughts, if we look at the [docs for `exists`](https://docs.djangoproject.com/en/5.0/ref/files/storage/#django.core.files.storage.Storage.exists) > Returns True if a file referenced by the given name already exists in the storage system, or...
Thank you @bcail 🥳 this looks great, I pushed up small edits and will seek a second opinion before merging 👍
> Should I go ahead and implement these suggestions, or should I wait for buy-in from others with authority? I'm happy to do whatever will get the ticket closed. @adamzap...
> I wonder about backward compatability here. It's been this way _forever_ so, while it's not recommended, I'm sure someone will be relying on it being mutable. Oh you make...
Hi @bcail 👋 Thank you for this I created a Django project with a SQLite backend and followed the instructions from the ticket i.e. > 1. create new model, set...