Changes between Initial Version and Version 2 of Ticket #33636


Ignore:
Timestamp:
Apr 11, 2022, 9:06:55 AM (2 years ago)
Author:
Myung Eui Yoon
Comment:

Issued Pull Request https://github.com/django/django/pull/15577

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33636

    • Property Owner changed from nobody to Myung Eui Yoon
    • Property Status newassigned
    • Property Has patch set
  • Ticket #33636 – Description

    initial v2  
    2727        self.assertEqual(100_000, BulkyModel.objects.all().count())
    2828}}}
     29
     30https://github.com/django/django/pull/15577
Back to Top