#14881: Do not assume ``User.id`` to be an integer in django.contrib.auth's 
pasword
reset feature
----------------------------+-----------------------------------------------
 Reporter:  jonash          |       Owner:  nobody    
   Status:  new             |   Milestone:  1.3       
Component:  Authentication  |     Version:  SVN       
 Keywords:                  |       Stage:  Unreviewed
Has_patch:  1               |  
----------------------------+-----------------------------------------------
 This is a request to cherry-pick a recently submitted patch to Django-
 nonrel that makes it possible to use ``django.contrib.auth`` with
 databases that don't use integer-based auto IDs.

 The URL token has to be changed anyway when Django-nonrel gets merged into
 Django trunk in 1.4 (or whenever), so it might be more convenient to
 change this behaviour earlier.

 The patch does not do any backwards compatibility handling because I think
 it's not worth the effort although it should be rather easy (simply a
 compatibility URL associated with a view that un-base36s the id and then
 calls the wrapped view with the base64d ID).

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14881>
Django <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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to