Changes between Initial Version and Version 8 of Ticket #35547


Ignore:
Timestamp:
Jun 24, 2024, 2:05:56 AM (3 months ago)
Author:
Sarah Boyce
Comment:

Replying to Tim Graham:

I think the summary is slightly misleading. It can be imported with from django.db import reset_queries but not with from django.db import *, right?

Yes, it's misleading 👍

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35547

    • Property Triage Stage UnreviewedReady for checkin
    • Property Has patch set
    • Property Summary reset_queries cannot be imported from django.dbreset_queries not included in __all__ of django/db/__init__.py
  • Ticket #35547 – Description

    initial v8  
    1 Currently, the reset_queries method cannot be imported from `django.db`.
     1Currently, the reset_queries method cannot be imported via `from django.db import *`.
Back to Top