littleq0903 / appengine-admin

Automatically exported from code.google.com/p/appengine-admin
0 stars 0 forks source link

Date, Time, and DateTime fields do not render properly when editFields not specified #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a ModelAdmin for Model containing a user-enterable date property
2. Do not specify a editFields property
3. View the form

What is the expected output? What do you see instead?
Date, Time, and DateTime fields should render with the AdminDateWidget, 
etc.  Fields rendering as text fields

What version of the product are you using? On what operating system?
r109.  Google App Engine

Please provide any additional information below.
Modified admin_forms.py attached

Original issue reported on code.google.com by david.c...@jcwebco.com on 27 Sep 2009 at 3:23

Attachments: