Changes between Initial Version and Version 1 of Ticket #3914
- Timestamp:
- Apr 3, 2007, 9:23:47 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3914 – Description
initial v1 1 1 If you use this model: 2 2 3 {{{ 4 #!python 3 5 class Page(models.Model): 4 6 title = models.CharField(maxlength=192) … … 12 14 class Admin: 13 15 list_display = ['title','parent','visible_on_menu'] 16 }}} 14 17 15 18 And try to go to the model in the admin interface, the development server just dies. There is no error, it just goes back to a command prompt waiting.