#2873: django.conf.urls.registration contains World Online cruft
---------------------------+------------------------------------------------
Reporter: ubernostrum | Owner: adrian
Status: new | Component: Core framework
Version: | Resolution:
Keywords: | Stage: Accepted
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
---------------------------+------------------------------------------------
Comment (by [EMAIL PROTECTED]):
This and it isn't quite as simple as it seems because none the
registration views that are referred to in the ellington modules are
currently in django.* code. For instance, in registration.py:13,
'...profile/edit$' refers to
ellington.registration.views.profile.edit_profile. But no view with the
name 'edit_profile' exists in any of the files in the main trunk
(django.*). If suitable registration views/functions are added to the
public release of django, then these changes should be trivial. Until
then, it might be best to comment out these lines in publically released
versions.
--
Ticket URL: <http://code.djangoproject.com/ticket/2873#comment:2>
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
-~----------~----~----~----~------~----~------~--~---