Re: [Django] #11607: ForeignKeyRawIdWidget render throws uncaught exception if value does not exist

2010-03-01 Thread Django
#11607: ForeignKeyRawIdWidget render throws uncaught exception if value does not
exist
---+
  Reporter:  Rupe  | Owner:  nobody 
 
Status:  closed| Milestone:  1.2
 
 Component:  django.contrib.admin  |   Version:  SVN
 
Resolution:  fixed |  Keywords:  
ForeignKeyRawIdWidget widget admin render uncaught exception
 Stage:  Accepted  | Has_patch:  1  
 
Needs_docs:  0 |   Needs_tests:  0  
 
Needs_better_patch:  0 |  
---+
Changes (by kmtracey):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Fixed in r12648/r12649 for #11465. Wish I had found this ticket with test
 in the patch earlier.

-- 
Ticket URL: 
Django 
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.



Re: [Django] #11607: ForeignKeyRawIdWidget render throws uncaught exception if value does not exist

2009-10-10 Thread Django
#11607: ForeignKeyRawIdWidget render throws uncaught exception if value does not
exist
---+
  Reporter:  Rupe  | Owner:  nobody 
 
Status:  new   | Milestone:  1.2
 
 Component:  django.contrib.admin  |   Version:  SVN
 
Resolution:|  Keywords:  
ForeignKeyRawIdWidget widget admin render uncaught exception
 Stage:  Accepted  | Has_patch:  1  
 
Needs_docs:  0 |   Needs_tests:  0  
 
Needs_better_patch:  0 |  
---+
Changes (by Rupe):

  * milestone:  => 1.2

-- 
Ticket URL: 
Django 
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-updates@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
-~--~~~~--~~--~--~---



Re: [Django] #11607: ForeignKeyRawIdWidget render throws uncaught exception if value does not exist

2009-08-31 Thread Django
#11607: ForeignKeyRawIdWidget render throws uncaught exception if value does not
exist
---+
  Reporter:  Rupe  | Owner:  nobody 
 
Status:  new   | Milestone: 
 
 Component:  django.contrib.admin  |   Version:  SVN
 
Resolution:|  Keywords:  
ForeignKeyRawIdWidget widget admin render uncaught exception
 Stage:  Accepted  | Has_patch:  1  
 
Needs_docs:  0 |   Needs_tests:  0  
 
Needs_better_patch:  0 |  
---+
Changes (by baumer1122):

 * cc: p...@lincolnloop.com (added)

Comment:

 Here's a patch (with test) that checks the exception being thrown.

-- 
Ticket URL: 
Django 
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-updates@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
-~--~~~~--~~--~--~---



[Django] #11607: ForeignKeyRawIdWidget render throws uncaught exception if value does not exist

2009-07-31 Thread Django
#11607: ForeignKeyRawIdWidget render throws uncaught exception if value does not
exist
--+-
 Reporter:  Rupe  | 
  Owner:  nobody
   Status:  new   |   
Milestone:
Component:  django.contrib.admin  | 
Version:  SVN   
 Keywords:  ForeignKeyRawIdWidget widget admin render uncaught exception  | 
  Stage:  Unreviewed
Has_patch:  1 |  
--+-
 The label_for_value() method will (rightfully) throw an exception saying
 that the record does not exist if the user types a value that doesn't
 exist. The clean() method will have already caught the error but because
 of the uncaught exception in the render you never that.

-- 
Ticket URL: 
Django 
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-updates@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
-~--~~~~--~~--~--~---