vasuporov / snapboard

Automatically exported from code.google.com/p/snapboard
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ForumUserData form fields do not render correctly #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The form generated from ForumUserData class/object has a field allowing
the user to select a User from a dropdown list despite editable=False in
the model definition;  this is a bug:

    http://code.djangoproject.com/ticket/3247

ForumUserData.avatar does not render properly in newforms:

    http://code.djangoproject.com/ticket/3297

Original issue reported on code.google.com by bs1...@gmail.com on 30 Jan 2007 at 11:11

GoogleCodeExporter commented 8 years ago
Attached diff fixes the above rendering problems (works with trunk as of 
today). 
Have not tested file upload as yet.

Also, PPP and TPP (post/thread per page) have 'choices' attribute set in the 
Model
but this does not display in newforms:

    http://code.djangoproject.com/ticket/3268

Original comment by bs1...@gmail.com on 8 Feb 2007 at 9:26

Attachments:

GoogleCodeExporter commented 8 years ago
Patches from tickets

3401 (alternative to 3268)
3297
3247

Combined into attachment for r4502

Original comment by bs1...@gmail.com on 13 Feb 2007 at 4:16

Attachments:

GoogleCodeExporter commented 8 years ago
Dropped in favor of generic views for now.

Original comment by bs1...@gmail.com on 14 Feb 2007 at 4:42