~ubuntu-branches/ubuntu/saucy/python-django/saucy-updates

« back to all changes in this revision

Viewing changes to tests/modeltests/model_inheritance_same_model_name/models.py

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2012-03-31 14:48:00 UTC
  • mfrom: (1.2.12)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: package-import@ubuntu.com-20120331144800-6a44u7d8z6pd2br4
Tags: upstream-1.4
Import upstream version 1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
this feature by redefining the Copy model from model_inheritance/models.py
7
7
"""
8
8
 
 
9
from __future__ import absolute_import
 
10
 
9
11
from django.db import models
10
 
from modeltests.model_inheritance.models import NamedURL
 
12
 
 
13
from ..model_inheritance.models import NamedURL
11
14
 
12
15
#
13
16
# Abstract base classes with related models