Changes between Initial Version and Version 2 of Ticket #26827


Ignore:
Timestamp:
Jul 2, 2016, 4:54:29 AM (8 years ago)
Author:
Zaheer Soebhan
Comment:

Confirmed the bug in 1.9.7 and 1.11.dev.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26827

    • Property Owner changed from nobody to Zaheer Soebhan
    • Property Status newassigned
  • Ticket #26827 – Description

    initial v2  
    1212
    1313{{{
     14class Run(models.Model):
     15       pass
     16
    1417class _RunsField(models.ManyToManyField):                                       
    1518                                                                                 
Back to Top