Re: [Django] #10005: Incorrect classname assumed in ModelFormMetaClass modelform_factory()

2009-01-11 Thread Django
#10005: Incorrect classname assumed in ModelFormMetaClass modelform_factory()
-+--
  Reporter:  Jon | Owner:  nobody  
Status:  closed  | Milestone:  post-1.0
 Component:  Forms   |   Version:  
Resolution:  invalid |  Keywords:  modelform_factory assumption
 Stage:  Unreviewed  | Has_patch:  0   
Needs_docs:  0   |   Needs_tests:  0   
Needs_better_patch:  0   |  
-+--
Comment (by kmtracey):

 Replying to [comment:5 Jon]:
 > kmtracey - any chance of removing email address from audit note above?
 > thanks
 Sorry, I don't have any way to do 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
-~--~~~~--~~--~--~---



Re: [Django] #10005: Incorrect classname assumed in ModelFormMetaClass modelform_factory()

2009-01-11 Thread Django
#10005: Incorrect classname assumed in ModelFormMetaClass modelform_factory()
-+--
  Reporter:  Jon | Owner:  nobody  
Status:  closed  | Milestone:  post-1.0
 Component:  Forms   |   Version:  
Resolution:  invalid |  Keywords:  modelform_factory assumption
 Stage:  Unreviewed  | Has_patch:  0   
Needs_docs:  0   |   Needs_tests:  0   
Needs_better_patch:  0   |  
-+--
Comment (by Jon):

 Thank you! (doh!)

 kmtracey - any chance of removing email address from audit note above?
 thanks

-- 
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] #10005: Incorrect classname assumed in ModelFormMetaClass modelform_factory()

2009-01-09 Thread Django
#10005: Incorrect classname assumed in ModelFormMetaClass modelform_factory()
---+
  Reporter:  jdo...@flinttechnology.co.uk  | Owner:  nobody 
 
Status:  new   | Milestone:  post-1.0   
 
 Component:  Forms |   Version: 
 
Resolution:|  Keywords:  
modelform_factory assumption
 Stage:  Unreviewed| Has_patch:  0  
 
Needs_docs:  0 |   Needs_tests:  0  
 
Needs_better_patch:  0 |  
---+
Comment (by Jon):

 Amendment - code to reproduce exception:
 {{{
 class ImportAdminAddForm(forms.ModelForm):

 class Meta:
 model = Import

 class ImportAdminForm(forms.ModelForm):

 class Meta:
 model = Import

 def __init__(self, *args, **kwargs):
 super(ImportAdminForm, self).__init__(self, *args, **kwargs)
 ### Causes Exception

 class ImportAdminAdd(admin.ModelAdmin):

 form = ImportAdminAddForm

 class ImportAdmin(admin.ModelAdmin):

 form = ImportAdminForm

 }}}

-- 
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] #10005: Incorrect classname assumed in ModelFormMetaClass modelform_factory()

2009-01-09 Thread Django
#10005: Incorrect classname assumed in ModelFormMetaClass modelform_factory()
---+
  Reporter:  jdo...@flinttechnology.co.uk  | Owner:  nobody 
 
Status:  new   | Milestone:  post-1.0   
 
 Component:  Forms |   Version: 
 
Resolution:|  Keywords:  
modelform_factory assumption
 Stage:  Unreviewed| Has_patch:  0  
 
Needs_docs:  0 |   Needs_tests:  0  
 
Needs_better_patch:  0 |  
---+
Comment (by Jon):

 Please hide/remove submitters email address - would appreciate update but
 not bot spam. Thanks.

-- 
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
-~--~~~~--~~--~--~---