Changes between Initial Version and Version 1 of Ticket #9368, comment 2


Ignore:
Timestamp:
Oct 8, 2015, 2:13:36 PM (9 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9368, comment 2

    initial v1  
    11Great, thanks for the feedback.
    22
    3 As for #2, _new_from_select_values does actually call __init__ on the model (I realize my docstring was confusing about that). It makes sense though if you want to put that functionality inline in QuerySet, since it's only used twice and (as you mentioned) isn't very complicated.
     3As for 2, `_new_from_select_values` does actually call `__init__` on the model (I realize my docstring was confusing about that). It makes sense though if you want to put that functionality inline in `QuerySet`, since it's only used twice and (as you mentioned) isn't very complicated.
Back to Top