Timo Brembeck

Results 158 comments of Timo Brembeck

> I think that this means that the class `django.db.models.fields.Field` isn't documented so a link can't be added to it. But I'm not sure if this is the actual cause...

> > I'm not sure about this, but maybe the monkeypatch gets bypassed if the module is imported directly from its source? > > I don't think this code ever...

@WhyNotHugo And just because I could need this for [another project](https://github.com/digitalfabrik/integreat-cms/issues/319): Do you know a tool to automatically convert the `:type my_argument: str` docstrings to the `def func(my_argument: str)` syntax?...

Ah, but maybe can the extension `sphinx_autodoc_typehints` help to fix our problem here? I mean it has the configuration option `typehints_fully_qualified` which is `False` by default (which is want we...

Looks like a GitHub issue to me, others also have similar problems: https://github.com/orgs/community/discussions/110255

@cclauss feel free to contribute this change, but I don't think it's strictly necessary. The dummy django app is only used for testing and not contained in the package distribution...

> `setup.py` usually goes untested and more and more it is just getting removed. > > * https://setuptools.pypa.io/en/latest/deprecated/commands.html Right, I'm also fine with removing it. :+1: It should have no...

@sglvladi Do you think this change makes sense, or should I close this PR? Please mark the repository as archived or put a disclaimer in the readme if you don't...