Changes between Initial Version and Version 1 of Ticket #17774
- Timestamp:
- Feb 26, 2012, 8:39:21 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17774 – Description
initial v1 1 1 My code: 2 ---------------------------- 2 {{{ 3 3 class Employee(models.Model): 4 4 class Meta: … … 27 27 print form.errors.as_text() 28 28 29 ----------------------- 29 }}} 30 30 Output is: 31 31