issues
search
django-commons
/
django-typer
Use Typer (type hints) to define the interface for your Django management commands.
https://django-typer.rtfd.io
MIT License
83
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix a few howto doc typos
#137
bckohan
closed
2 days ago
0
make linter happy
#136
bckohan
closed
1 week ago
1
update scheduled actions to run weekly instead of daily
#135
bckohan
closed
1 week ago
0
How to define command-level option when using multicommand class?
#133
pySilver
closed
2 weeks ago
0
Merge v2.3.0
#132
bckohan
closed
3 weeks ago
1
Inheritance more than one level deep of TyperCommands does not work.
#131
bckohan
closed
3 weeks ago
0
Drop python 3.8 support.
#130
bckohan
closed
3 weeks ago
0
Command help order should respect definition order for class based commands.
#129
bckohan
closed
3 weeks ago
0
Overriding the command group class does not work.
#128
bckohan
closed
3 weeks ago
0
Add Django Commons release GHA
#127
tim-schilling
closed
4 weeks ago
0
Add project to test PyPI
#126
tim-schilling
closed
4 weeks ago
1
add security and architecture docs
#125
bckohan
closed
1 month ago
0
Open up vulnerability reporting and add security policy.
#124
bckohan
closed
1 month ago
0
Adapt to upstream changes in typer autocomplete interface.
#123
bckohan
opened
1 month ago
0
Add example of custom plugin logic to plugins tutorial
#122
bckohan
closed
3 weeks ago
0
Move architecture in docs to ARCHITECTURE.md
#121
bckohan
closed
1 month ago
0
Add django-commons CoC
#120
bckohan
closed
1 month ago
0
Merge in commons CoC
#119
bckohan
closed
1 month ago
0
🤖 Update Code of Conduct 🤖
#118
github-actions[bot]
closed
1 month ago
0
Transfer to django-commons
#117
bckohan
closed
4 weeks ago
1
Add howto for how to change the display order of commands in help.
#116
bckohan
closed
3 weeks ago
0
try fix docutils dependency for CI
#115
bckohan
closed
1 month ago
0
fix rtd build for poetry > 1.8
#114
bckohan
closed
2 months ago
0
V2.x.x
#113
bckohan
closed
2 months ago
1
remove rtd theme
#112
bckohan
closed
2 months ago
0
add version specifiers to scikit-learn
#111
bckohan
closed
2 months ago
0
V2.2.2
#110
bckohan
closed
2 months ago
0
Support python 3.13
#109
bckohan
closed
2 months ago
0
typer > 0.12.5 toggles rich help renderings off by default
#108
bckohan
closed
2 months ago
0
v2.2.1
#107
bckohan
closed
2 months ago
0
V2.x.x
#106
bckohan
closed
3 months ago
0
fix comment size on howto example
#105
bckohan
closed
3 months ago
0
move to furo theme from sphinx rtd theme
#104
bckohan
closed
3 months ago
0
V2.2.0
#103
bckohan
closed
3 months ago
0
fix groups app tree diagram
#102
bckohan
closed
3 months ago
0
V2.x.x
#101
bckohan
closed
3 months ago
0
add Django 5.1 classifier
#100
bckohan
closed
3 months ago
0
V2.x.x
#99
bckohan
closed
3 months ago
0
Move from django_typer to django_typer.management broke doc reference links.
#98
bckohan
closed
3 months ago
0
Support Django 5.1
#97
bckohan
closed
3 months ago
0
ModelObjectCompleter should optionally accept a QuerySet in place of a Model class.
#96
bckohan
closed
3 months ago
0
Remove management imports in django_typer/__init__.py
#95
bckohan
opened
5 months ago
0
fix #93, remove pylint pragmas
#94
bckohan
closed
5 months ago
0
Type hint kwargs to silence pylance warnings about partially unknown types
#93
bckohan
closed
5 months ago
0
bump version to 2.1.1
#92
bckohan
closed
5 months ago
0
V2.1.1
#91
bckohan
closed
5 months ago
0
handle = None does not work for mypy to silence type checkers
#90
bckohan
closed
5 months ago
0
V2.1.0
#89
bckohan
closed
5 months ago
0
Only attempt to import rich and typer if settings has not disabled tracebacks.
#88
bckohan
closed
5 months ago
0
Move tests into top level dir.
#87
bckohan
closed
5 months ago
0
Next