--
Ticket URL: <https://code.djangoproject.com/ticket/19323>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* stage: Unreviewed => Someday/Maybe
* type: Uncategorized => New feature
* needs_tests: => 0
* needs_docs: => 0
Comment:
A reasonable idea, but we're hampered by the lack of a built in schema
migration system.
Marking it someday/maybe; once we have a built-in migration system, this
sort of change will be easy to make, but in the meantime, it's a non-
trivial change.
--
Ticket URL: <https://code.djangoproject.com/ticket/19323#comment:1>
Comment (by ZeevG):
Can I assume this feature can be added now that we do have a built-in
migration system?
I'm happy to write a patch, it seems like it might be a good ticket for me
to get started with.
--
Ticket URL: <https://code.djangoproject.com/ticket/19323#comment:2>
* keywords: redirects, is_active => schemamigration, redirects, is_active
--
Ticket URL: <https://code.djangoproject.com/ticket/19323#comment:3>
* version: 1.4 => master
* easy: 1 => 0
Comment:
@ZeevG, migrations is still under active development and I don't think
we're quite ready to add them to contrib apps yet. Stay tuned.
--
Ticket URL: <https://code.djangoproject.com/ticket/19323#comment:4>
Comment (by aaugustin):
The current plan is to make changes to models in contrib apps in Django
1.8.
--
Ticket URL: <https://code.djangoproject.com/ticket/19323#comment:5>
* stage: Someday/Maybe => Accepted
Comment:
We'd need to include a documentation warning that since the default
`RedirectFallbackMiddleware.response_redirect_class` is
`HttpResponsePermanentRedirect`, the flag may have no effect on users who
have already accessed the redirect and have it cached by their browser.
--
Ticket URL: <https://code.djangoproject.com/ticket/19323#comment:6>
* cc: berker.peksag@… (added)
Comment:
Pull request: https://github.com/django/django/pull/5137
--
Ticket URL: <https://code.djangoproject.com/ticket/19323#comment:7>
* status: new => closed
* resolution: => wontfix
Comment:
Discussion on the pull request with Berker concluded that adding this
feature would likely be too confusing due to the default redirect being
"permanent".
--
Ticket URL: <https://code.djangoproject.com/ticket/19323#comment:8>