Javier Buzzi

Results 46 issues of Javier Buzzi

[Related PR](https://github.com/django/django/pull/19380) When managing multiple databases—over six in our case—we don’t focus on tracking queries for each one individually (e.g., db1 vs. db2 vs. db3). Instead, our priority is the...

* Add pypy3.11 * Removes remembrance of pypy3.9 that was discontinued back in Aug * Removes old db environment that was no longer used

Fixes: https://github.com/FactoryBoy/factory_boy/issues/1122 Adds [official] support for Django 5.2

The need has arisen to distribute our schema migrations, we have 150+ schemas and while parallel is a great add-on, and greatly speeds up our process, i'd like to propose...

enhancement

Updated supported Django writer hashes for versioning.

**Describe the bug** Orbstack docker image fails when running arm64 or amd64 **To Reproduce** 1. Be on OSX 2. Install orbstack 3. `docker run...` **Expected behavior** For it to work....

Related: * https://github.com/FactoryBoy/factory_boy/pull/1124 * https://github.com/FactoryBoy/factory_boy/pull/1123 Ensure that the current version of django gets tested

Two major improvements; developer quality of life. * Removes `branches: [master]` from `pull_request` Allows the CI to now run when you're linking one PR to another (mostly in the local...

# Please squash Updates the Django Haystack project's configuration to simplify and modernize the test matrix setup by replacing verbose naming conventions with abbreviated ones and adding support for Django's...

# Please squash Updates the tox configuration to simplify environment naming conventions and streamline the testing workflow. The changes improve the maintainability of the test configuration by removing redundant setenv...