Changes between Initial Version and Version 1 of Ticket #17774


Ignore:
Timestamp:
Feb 26, 2012, 8:39:21 AM (13 years ago)
Author:
Ramiro Morales
Comment:

(reformatted description, please use the Preview button to check the format of your ticket description before submitting it)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17774 – Description

    initial v1  
    11My code:
    2 ----------------------------
     2{{{
    33class Employee(models.Model):
    44    class Meta:
     
    2727        print form.errors.as_text()
    2828
    29 -----------------------
     29}}}
    3030Output is:
    3131
Back to Top