auction.models: 4 total statements, 100.0% covered

Generated: Mon 2013-04-29 18:13 CST

Source file: /home/slam/workspace/django-auction/auction/models/__init__.py

Stats: 0 executed, 0 missed, 4 excluded, 0 ignored

  1. from auction.models.auctionmodel import *
  2. from auction.models.lot import *
  3. from auction.models.bidbasket import *
  4. from auction.models.biditem import *