Changes between Initial Version and Version 1 of Ticket #33733
- Timestamp:
- May 23, 2022, 12:24:55 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33733 – Description
initial v1 13 13 }}} 14 14 15 ipython and jupyter seem to internally use `inspect.signature` to show documentation when using the `<obj>?` command and they too show incorrect signature information 15 ipython and jupyter seem to internally use `inspect.signature` to show documentation when using the `<obj>?` command and they too show incorrect signature information: 16 [[Image(https://code.djangoproject.com/attachment/ticket/33733/dj_error_ipy.png)]] 16 17 17 18 The issue is due to the code at https://github.com/django/django/blob/fe2e1478464846638082219c933a4302e5cf3037/django/db/models/manager.py#L84