Changes between Initial Version and Version 1 of Ticket #30437


Ignore:
Timestamp:
May 3, 2019, 10:43:52 AM (5 years ago)
Author:
Batuhan Taşkaya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30437 – Description

    initial v1  
    1 Why urlpatterns has to be a *Python list*? Doesn't all sequences (an object that implements collections.abc.Sequence interface) counts for that. IMO this description should change at url dispatching page. As a real example i'm using collections.UserList based pattern manager for it (can be found in [that page](https://github.com/isidentical/Aspava/blob/f7d7953090574e30f45d300ab1d06b46b0e18142/social/urls.py#L5).)
     1Why urlpatterns has to be a *Python list*? Doesn't all sequences (an object that implements collections.abc.Sequence interface) counts for that. IMO this description should change at url dispatching page. As a real example i'm using collections.UserList based pattern manager for it (can be found in [https://github.com/isidentical/Aspava/blob/f7d7953090574e30f45d300ab1d06b46b0e18142/social/urls.py#L5 here])
Back to Top