mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-30 08:42:04 +00:00
merged
This commit is contained in:
parent
3bf0d4aabb
commit
98d6043f2d
20
apps/users/migrations/0005_auto_20160816_2252.py
Normal file
20
apps/users/migrations/0005_auto_20160816_2252.py
Normal file
@ -0,0 +1,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10 on 2016-08-16 14:52
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0004_auto_20160815_2257'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='user',
|
||||
name='comment',
|
||||
field=models.TextField(blank=True, max_length=200, verbose_name='\u63cf\u8ff0'),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user