Changes between Initial Version and Version 2 of Ticket #34573


Ignore:
Timestamp:
May 18, 2023, 8:21:28 AM (12 months ago)
Author:
Roman Shrestha
Comment:

The current method name mentioned in the documentation, "assertQuerySetEqual()", is inconsistent with the actual method name used in Django, which is "assertQuerysetEqual()". The correct method name should have a lowercase "s" in "Queryset".

It is important to maintain accuracy and clarity in the documentation to assist users in understanding and using Django effectively. Thank you for your attention to this matter.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34573

    • Property Owner changed from nobody to Roman Shrestha
    • Property Status newassigned
    • Property UI/UX set
  • Ticket #34573 – Description

    initial v2  
    1010
    1111Thank you for your attention to this matter. I hope this helps in improving the accuracy and clarity of the Django documentation.
     12
     13Best regards,
     14Roman Shrestha
Back to Top