#5163: django.contrib.auth.views.login depends on sites framework
----------------------------+-----------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Status: new | Component: Contrib apps
Version: SVN | Resolution:
Keywords: | Stage: Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
----------------------------+-----------------------------------------------
Changes (by mtredinnick):
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
There's a bunch of stuff that depends on the sites framework like this and
having the correct domain name available is important in some of these
places. So we would need a way to have access to the correct domain name
even if sites wasn't available.
This is possible in any number of ways, but anybody wanting to write a
patch for this should ensure it works with aliased DNS names, Apache
virtual hosts, as well as standard single-home, single named servers. It
should also work seamlessly, in that existing code shouldn't break,
ideally.
--
Ticket URL: <http://code.djangoproject.com/ticket/5163#comment:1>
Django Code <http://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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---