Changes between Initial Version and Version 1 of Ticket #15953


Ignore:
Timestamp:
May 3, 2011, 12:31:46 AM (13 years ago)
Author:
Julien Phalip
Comment:

(fixed description: B inherits from A)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15953 – Description

    initial v1  
    88        abstract = True
    99
    10 class B(models.Model):
     10class B(A):
    1111    pass
    1212}}}
     
    1515
    1616{{{#!python
    17 class B(models.Model):
     17class B(A):
    1818    pass
    1919
Back to Top