• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

netzkolchose / django-computedfields / 6710585420

31 Oct 2023 05:57PM UTC coverage: 94.858%. Remained the same
6710585420

push

github

jerch
fix RTD

471 of 512 branches covered (0.0%)

Branch coverage included in aggregate %.

1134 of 1180 relevant lines covered (96.1%)

7.69 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/computedfields/migrations/0002_contributingmodelsmodel.py
1
from django.db import migrations
8✔
2

3

4
class Migration(migrations.Migration):
8✔
5

6
    dependencies = [
8✔
7
        ('contenttypes', '0002_remove_content_type_name'),
8
        ('computedfields', '0001_initial'),
9
    ]
10

11
    operations = [
8✔
12
        migrations.CreateModel(
13
            name='ContributingModelsModel',
14
            fields=[
15
            ],
16
            options={
17
                'verbose_name': 'Model with contributing Fk Fields',
18
                'verbose_name_plural': 'Models with contributing Fk Fields',
19
                'ordering': ('app_label', 'model'),
20
                'managed': False,
21
                'proxy': True,
22
            },
23
            bases=('contenttypes.contenttype',),
24
        ),
25
    ]
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc