#28779: Customizing REDIRECT_FIELD_NAME is cumbersome
--------------------------------------+------------------------------------
     Reporter:  Meiyer                |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  contrib.auth          |                  Version:  1.11
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by Mateusz Kurowski):

 Here is a monkey patch i am using.
 In the apps.py ready method.
 {{{
  def ready(self):
         from django.conf import settings
         from django.contrib import auth
         auth.REDIRECT_FIELD_NAME = settings.REDIRECT_FIELD_NAME
 }}}

 I think its good for the security to allow this customization. It's always
 good to make identification of the framework running website harder.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28779#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.e55ac1b07cd66c8e5409c5f322d4a685%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to