Changes between Initial Version and Version 1 of Ticket #33423


Ignore:
Timestamp:
Jan 7, 2022, 10:48:23 AM (2 years ago)
Author:
William
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33423

    • Property Has patch set
  • Ticket #33423 – Description

    initial v1  
    11Instead of immediately raising an error if the {{{urlpatterns}}} in the loaded module is not a list, it would instead check if there is a
    22{{{get_urls}}} function in the module and call it. If there is no such function or it returns something other then a list raise the error, if it returns a list then use that instead of raising an error.
     3
     4[https://github.com/django/django/pull/15293 PR]
Back to Top