Commit 04f4a41b by John Eskew

Change of model manager when makemigrations in Django 1.10

parent b30cbb15
# -*- coding: utf-8 -*-
# Generated by Django 1.10.8 on 2017-12-04 18:24
from __future__ import unicode_literals
from django.db import migrations
import django.db.models.manager
class Migration(migrations.Migration):
dependencies = [
('certificates', '0012_certificategenerationcoursesetting_include_hours_of_effort'),
]
operations = [
migrations.AlterModelManagers(
name='generatedcertificate',
managers=[
('eligible_certificates', django.db.models.manager.Manager()),
],
),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment