Changes between Initial Version and Version 1 of Ticket #9368, comment 2
- Timestamp:
- Oct 8, 2015, 2:13:36 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9368, comment 2
initial v1 1 1 Great, thanks for the feedback. 2 2 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.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.