Changes between Initial Version and Version 1 of Ticket #13872
- Timestamp:
- Jul 2, 2010, 5:45:14 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13872 – Description
initial v1 7 7 Here are my models. Adding a Baz works just fine, but adding a Bar causes the exception: 8 8 9 {{{from django.db import models 9 {{{ 10 from django.db import models 10 11 11 12 class Bar(models.Model): … … 20 21 21 22 And a traceback: 22 {{{Environment: 23 24 {{{ 25 Environment: 23 26 24 27 Request Method: POST … … 86 89 87 90 Exception Type: AttributeError at /admin/foo/bar/add/ 88 Exception Value: 'module' object has no attribute 'day_abbr'}}} 91 Exception Value: 'module' object has no attribute 'day_abbr' 92 }}}