nessita

Results 13 issues of nessita

This is a draft PR since we need to decide on whether the "check reminders" action to be an isolated workflow, or part of the daily task scheduler.

It's useful to test that when POSTing to views they require login, so adding this param to the `assertLoginRequired` helper would be quite handy.

The current signature of `assertGoodView` looks like this: ```python def assertGoodView(self, url_name, *args, **kwargs): ``` but the implementation never `reverse`s the `url_name` param so a valid url name results in...

# Trac ticket number N/A # Branch description This work increases the test coverage of file name and file path validation, in the context of the Storage base class and...

# Trac ticket number N/A # Branch description Following the latest Django release done in the context of mentoring the new Fellow, I'm updating the Django release process docs including...

To be merged AFTER `stable/5.1.x` is branched. # Branch description Following [the new stable branch docs](https://docs.djangoproject.com/en/dev/internals/howto-release-django/#new-stable-branch-tasks), this work performs necessary cleanup for bootstrap Django 5.2. # Checklist - [X] This...

# Branch description Review and cleanup of 5.1 release notes in preparation for the feature freeze happening on May 22nd. # Checklist - [X] This PR targets the `main` branch....

# Trac ticket number Refs ticket-35380 # Branch description Updated admin screenshots used in the admin docs prior to feature freeze and stable/5.1.x branch cut happening on May 22nd. #...

This is a draft! And this is far from a final version. Known things that needs improvement: * the `news` app should not be under `tests`, it should not be...