Changes between Initial Version and Version 1 of Ticket #32971


Ignore:
Timestamp:
Jul 29, 2021, 3:13:54 PM (3 years ago)
Author:
Chris Jerdonek
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32971 – Description

    initial v1  
    22
    33The proposed change, then, would be to change methods like the following to yield their items instead of creating and returning a list: https://github.com/django/django/blob/f331eba6d576752dd79c4b37c41d981daa537fe6/django/db/models/fields/__init__.py#L243-L254
     4
     5It looks like there are 23 methods in that file with a name starting with `_check...`.
Back to Top