Changes between Version 1 and Version 3 of Ticket #26585


Ignore:
Timestamp:
May 10, 2016, 11:56:17 AM (8 years ago)
Author:
Tobin Brown
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26585 – Description

    v1 v3  
    11Create three models:
    22
    3 {{{
     3{{{#!python
    44from django.db import models
    55from django.contrib.contenttypes import generic
Back to Top