Gary Reynolds
Gary Reynolds
This bit me this morning... I added an application to `INSTALLED_APPS` but forgot to include it in `TENANT_APPS`; when I started migrating the migration code was not being executed, although...
We use Conan internally at work and it would be nice to have this available as a package we can include. I plan to contribute a patch to the Conan...
## Summary Adds support for Django 6.0 (currently alpha) and Python 3.14 to the testing matrix and classifiers. ### Changes to `.github/workflows/actions.yml` - Added Python 3.13 and 3.14 to CI...
Added convenience wrapper for Django's `MessagesTestMixin.assertMessages`: - Uses `self.last_response` by default following library conventions - Clean compatibility wrapper in `compat.py` with single try/except - Comprehensive tests with proper `Message` construction...
- Add `DeprecationWarning` to all `response_###()` methods - Migrate internal usage from `response_###()` to `assert_http_###_()` - Add docstrings to all HTTP status code assertion methods - Add missing assertions per...