home / django_tickets / tickets

tickets: 21381

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
21381 2013-11-03 20:58:56 2018-03-21 12:24:44 2022-03-06 04:16:19.749987 Accepted assigned contrib.redirects New feature Normal dev   Remove contrib.redirects dependency on contrib.sites Most websites aren't served on multiple domains. It'd be nice if redirects didn't depend on sites. The Redirect model would omit the ForeignKey to Site entirely when the sites framework isn't installed. Redirections would use a RequestSite instead of a Site. At first sight it looks like this can be achieved without breaking backwards-compatibility, as we're lifting a constraint. Users will have to generate a migration to add / remove the ForeignKey if the enable / disable sites while redirects in installed. dspechnikov aaugustin   0 1 1 1 0 0
Powered by Datasette · Queries took 1.165ms