Changes between Initial Version and Version 1 of Ticket #20244, comment 12
- Timestamp:
- May 23, 2013, 12:43:15 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20244, comment 12
initial v1 1 1 It would seem a reasonable API restriction for Groups in the specific case, and swappable models in the general case to say that related_names take the name of the swapped model 2 2 3 so group.user_set would remain, in this case 'user' is the role of the model, not the name of the spec 3 so group.user_set would remain, in this case 'user' is the role of the model, not the name of the specific replacement. 4 4 5 5 The relatively easy place to set this would be {{{get_accessor_name}}}