Marcelo Galigniana

Results 11 comments of Marcelo Galigniana

> So this isn't going to do anything in this case is it? > > 🤔 Ohh! I missed that part! But for some reason, in Google and Safari seems...

@carltongibson I added the `:has()` and updated the tests, but they are too specific to each browser: as each browser starts to support the `has` property, tests are going to...

@carltongibson 📣 ⚠️ If you combine the two selectors, the highlighted doesn't work even when you click the checbox for 1st time! I divided in two different classes because, I...

@felixxm Yes! This week I'm going to add some progress! 🙏 Sorry, I've been busy these months.

> Another point that is worth mentioning: Django Admin Inline Actions have the `description` attribute which can be used to [give a more friendly human-readable name to the action](https://docs.djangoproject.com/en/4.1/ref/contrib/admin/actions/#writing-action-functions). >...

@nessita I rollback the approach of the new variable! Now uses the same `actions`. I mentioned in the forum the tests that I added to show the cases covered. I...

Hi @nessita! I applied the `description_plural` paramenter and added a new test. Two questions/doubts: - I pass down the `change` parameter (to know if its a change or list view)...

Hi @nessita! Just as a 🎗️, no rush. Any thoughts about https://github.com/django/django/pull/16012#issuecomment-1741925611 and https://github.com/django/django/pull/16012#discussion_r1342654481 ? To move forward and add more tests cases if its necessary. Thank you!