Matthias Schoettle

Results 183 comments of Matthias Schoettle

Thanks @cdce8p. Closing this as it is superseded by #530.

@jheld Would be great if we could merge #283 and then this one to ensure that we run tests with all supported Python and Django combinations.

@jheld Thanks for merging #283. Finalized and rebased.

> Adds an _operation variable to the rendering contexts for exclude and tasks, representing the current operation - either copy, recopy or update. What this PR adds is exactly what...

Based on my understanding hatch already supports PEP 639 as the first build backend. And that's why the syntax is `license = ""`. Is that correct? I wonder if hatch...

Seems like hatch also supports the old/current way of defining it: https://github.com/psf/black/blob/98a580bbdc217a8b1a47b772d2140ed29cdc587a/pyproject.toml#L36 ([PyPI API response](https://pypi.org/pypi/black/json)) ```py $ pip show black Name: black Version: 24.8.0 [...] License: MIT [...] ``` In...

@djch can you please provide the full stack trace of the error you are getting?

> I might not be able to check into this more short term but perhaps @mschoettle has any ideas? I had a look and thought about this a bit and...

I cannot reproduce this. Tried it on our project with Django==5.1 and django-easy-audit==1.3.7b3 and pytest runs without an error related to migrations in CI. I also tried a minimal reproduction:...

@scribejourdan Which Django version are you using? And how do you execute the tests? Please also show the output of `python manage.py showmigrations`.