Sync code with commit e4a0d1281236a3cd218f2559d11ea10814d6a4d2
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
Code statistics
|
||||
---------------
|
||||
|
||||
@@ -643,7 +645,7 @@ App name: user_management
|
||||
tests: 31
|
||||
module: mayan/apps/user_management/tests/test_views.py
|
||||
tests: 10
|
||||
----------
|
||||
|
||||
Totals:
|
||||
Tests: 751
|
||||
Function based API views: 0
|
||||
|
||||
@@ -39,7 +39,7 @@ class Migration(migrations.Migration):
|
||||
model_name='workflow',
|
||||
name='internal_name',
|
||||
field=models.CharField(
|
||||
db_index=True, default=' ',
|
||||
db_index=False, default=' ',
|
||||
help_text='This value will be used by other apps to reference '
|
||||
'this workflow. Can only contain letters, numbers, and '
|
||||
'underscores.', max_length=255, unique=False, validators=[
|
||||
|
||||
Reference in New Issue
Block a user