You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/changelog.rst
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Change Log
7
7
v3.0.0 (202X-XX-XX)
8
8
===================
9
9
10
+
* Fixed `Model objects with null lookup fields should not be included in model field completion output <https://github.com/django-commons/django-typer/issues/160>`_
10
11
* Implemented `Add security scans to CI. <https://github.com/django-commons/django-typer/issues/158>`_
11
12
* Implemented `Add a performance regression. <https://github.com/django-commons/django-typer/issues/157>`_
* Fixed `Installed shellcompletion scripts do not pass values of --settings or --pythonpath <https://github.com/django-commons/django-typer/issues/68>`_
26
27
* Fixed `shellcompletion complete should print to the command's stdout. <https://github.com/django-commons/django-typer/issues/19>`_
27
28
* Implemented `Add completer/parser for FileField and FilePathField <https://github.com/django-commons/django-typer/issues/17>`_
29
+
* Implemented `Add completer/parser for DateField <https://github.com/django-commons/django-typer/issues/14>`_
0 commit comments