Re: final_catch_all_view

2021-01-19 Thread אורי
rn urls[:-1] + [ > # custom urls > ... > ] + urls[-1] > > ‪On Tue, 19 Jan 2021 at 16:06, ‫אורי‬‎ wrote:‬ > >> Hi, >> >> I installed Django 3.2 alpha and found out the change related to >> *final_catch_all_view*. I use *Ad

Re: final_catch_all_view

2021-01-19 Thread Carlton Gibson
] + urls[-1] > > ‪On Tue, 19 Jan 2021 at 16:06, ‫אורי‬‎ wrote:‬ > >> Hi, >> >> I installed Django 3.2 alpha and found out the change related to >> *final_catch_all_view*. I use *AdminSite* in my websites and I added >> some urlpatterns to the default urlpa

Re: final_catch_all_view

2021-01-19 Thread Adam Johnson
ustom urls ... ] + urls[-1] ‪On Tue, 19 Jan 2021 at 16:06, ‫אורי‬‎ wrote:‬ > Hi, > > I installed Django 3.2 alpha and found out the change related to > *final_catch_all_view*. I use *AdminSite* in my websites and I added > some urlpatterns to the default urlpatterns. However, I wa

final_catch_all_view

2021-01-19 Thread אורי
Hi, I installed Django 3.2 alpha and found out the change related to *final_catch_all_view*. I use *AdminSite* in my websites and I added some urlpatterns to the default urlpatterns. However, I want my urlpatterns to be after Django core's urlpatterns and not before them, so if a Django