Changes between Initial Version and Version 1 of Ticket #33733


Ignore:
Timestamp:
May 23, 2022, 12:24:55 AM (2 years ago)
Author:
Shiva Kumar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33733 – Description

    initial v1  
    1313}}}
    1414
    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
     15ipython 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)]]
    1617
    1718The issue is due to the code at https://github.com/django/django/blob/fe2e1478464846638082219c933a4302e5cf3037/django/db/models/manager.py#L84
Back to Top