Sarah Boyce

Results 64 comments of 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: ![test_collapsible_fieldset_forced_colors-collapsed](https://github.com/django/django/assets/42296566/6cc100fa-8784-4cbe-88e0-6100a68130ed) ![test_first_field_focus_forced_colors-focus-multi-widget](https://github.com/django/django/assets/42296566/912606e8-667f-46b5-a6f8-336f205de240) 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...