mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 00:07:09 +08:00
* Add type hints for the postgres CursorDebugWrapper, expand the BaseCursorDebugWrapper. * Fix how Optinal gets applied. * Fix optional handling further. * Adjust postgres debugcursorwrapper to look more like the implementation. * Apply review feedback. * Use the more generic HttpResponseBase when appriopriate. * Fix failing test and add new test. * Remove the other test again, it was the wrong location. Add new tests in the correct location. Co-authored-by: LanDinh <coding+sourcetree@khaleesi.ninja>