3 | | 1. User fires up admin site in browser (bug is not browser specific), and goes to admin/app_name/model_name/ |
4 | | 2. User clicks the add button in upper-right-hand corner. |
5 | | 3. The change_form.html template is rendered, and ready to add a new object. |
6 | | 4. Then the user's browser complains and throws an error, because the user |
7 | | (for whatever--probably strange and arguably wrong--reason) made created_datetime |
8 | | of type DateTimeField be the first_field. |
| 3 | 1. User fires up admin site in browser (bug is not browser specific), and goes to admin/app_name/model_name/ |
| 4 | 2. User clicks the add button in upper-right-hand corner. |
| 5 | 3. The change_form.html template is rendered, and ready to add a new object. |
| 6 | 4. Then the user's browser complains and throws an error, because the user (for whatever--probably strange and arguably wrong--reason) made created_datetime of type DateTimeField be the first_field. |