Collin Anderson

Results 20 issues of Collin Anderson

I'm finding lots of packages that _have_ python3 support (as seen by .travis/tox.ini), but don't have any "Language :: Python" classifiers in setup.py.

my fix matches what django does https://github.com/django/django/blob/d8e157d5ab1648a509b25d5ec571572ae936de79/django/contrib/admin/options.py#L575

I have a field with unique=True, but mongoforms does not seems to ignore that.

needinfo

*Please describe how you installed Flake8* ``` $ sudo apt install flake8. # Ubuntu 20.04.3. I might pip-install if this feature request gets released. ``` *Please provide the exact, unmodified...

Hi All, Currently there's a hint in the readme that asgiref provides thread locals, but they're undocumented as far as I can tell. Thanks! Collin

documentation
exp/intermediate

I would use this and help support it if it didn't have the not-null models.ForeignKey('sites.Site'). Similar to https://code.djangoproject.com/ticket/21381

Python 3.8 added the ability to include type comments in the abstract syntax tree. Currently pyflakes uses `tokenize` to find the comments, which is slow. Using type_comments from `ast` when...