Commit Graph

8 Commits

Author SHA1 Message Date
Brian Kohan
3299e38050
update release function to perate on upstream and remove dynamic versioning 2025-12-01 23:22:52 -08:00
Brian Kohan
2fbd9b9d64
add playwright test capability, fix #546
Update src/polymorphic/tests/settings.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Update src/polymorphic/tests/test_admin.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Update src/polymorphic/tests/test_admin.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

address copilot code review suggestions
2025-12-01 14:49:26 -08:00
Brian Kohan
c26b84a85e
support django 6 and python 3.14, update databases in CI 2025-11-29 22:29:06 -08:00
Brian Kohan
015e72d73f
refresh docs, add missing intersphinx references, update CONTRIBUTING 2025-08-26 14:24:17 -07:00
Brian Kohan
c64b097be2
Add tests to all django supported RDBMS to CI, also add macos and windows tests.
Remove development dependency on gettext - compilemessages is run in release action and during just build
2025-08-25 23:44:18 -07:00
Brian Kohan
8d5f62ec17
fix dj-database-url dependency to work with django 3.2 2025-08-24 18:29:36 -07:00
Brian Kohan
8875e8ea04
add tomlkit, needed for direct test locking 2025-08-24 18:20:50 -07:00
Aarni Koskela
4264288ed6
Modernize build to use uv and hatchling as the build backend.
The source is moved into the canonical src/ directory.

Co-authored-by: Aarni Koskela <akx@iki.fi>
Co-authored-by: Brian Kohan <bckohan@gmail.com>
2025-08-22 21:48:37 -07:00