Changes between Initial Version and Version 2 of Ticket #23182


Ignore:
Timestamp:
Aug 5, 2014, 9:48:50 AM (10 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23182 – Description

    initial v2  
    44
    55{{{#!python
    6 from django.contrib.auth import User
     6from django.contrib.auth.models import User
    77from django.db.models import Model, ForeignKey
    88
Back to Top