You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of, great work! I'd like to suggest a more consistent usage of trailing slashes, currently some views use them and some don't. It might also be nice to add a hook for ordering urls when plugging into certain viewsets, perhaps using Django's SortedDict.
The text was updated successfully, but these errors were encountered:
Yes, there is indeed an inconsistency in trailing slashes. What do you suggest? In my opinion, we should only remove the trailing slash of the create view. Since ListView is some kind of directory, I find it relevant to keep the slash.
By the way, do you think we should rename the ListView url name to model_list (instead of model_index)?
First of, great work! I'd like to suggest a more consistent usage of trailing slashes, currently some views use them and some don't. It might also be nice to add a hook for ordering urls when plugging into certain viewsets, perhaps using Django's SortedDict.
The text was updated successfully, but these errors were encountered: