Kamil Paduszyński
Kamil Paduszyński
The app is great! 😀 You do a great job for Django users! However, a nice feature would to have admin toggler turning the 503 mode on and off. Something...
When trying to bake a model with mandatory generic relation and set `_fill_optional=True` at the same time, I get `AttributeError` due to invalid reference to generic FK field's `null` attribute....
Resolves #374.
The link: https://github.com/jazzband/django-configurations/blob/38641a9dea8e1ea219ea02604e5d24a000053f6d/configurations/base.py#L106C10-L106C10 responses with 404. It believe it should be: https://wellfire.co/learn/easier-12-factor-django/ I decided to file it as an issue. I don't want to become a contributor due to such...
### How would this feature be useful? Having a session using different versions of Python, it would be nice (as I think, of course 😄) to have those printed by...
Hi! Have you ever considered extending label customization? For instance, one could define (in `labeler.yml`) a color and/or description of the labels when applying the rules. ```yaml labels: - label:...
### Description We all use GitHub's [auto-links](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls) to refer to commits and pull requests. I think it would be nice if the changelogs generated by the tool had them as...
### Description The package is nicely type-annotated but Mypy complains about missing library stubs or py.typed marker. ### Possible Solution Add py.typed file to the project's package root, see Mypy...
### Description In general the Conventional Commits / Angular scheme is suitable for me (as for most of the people write code with VSC, I guess). It is nicely implemented...
I was recently working with `django.core.serializers.python` module. It implements both serializer and deserializer classes that enable export/import the Django ORM objects into/from "Python objects". Such an object is actually as...