[damned-lies] Reflect recent changes in help_text strings in migrations



commit ae81f380aa4c8a938ded2168c33f43458aea2751
Author: Claude Paroz <claude 2xlibre net>
Date:   Sat Apr 24 14:48:35 2021 +0200

    Reflect recent changes in help_text strings in migrations

 stats/migrations/0009_remove_null_on_text_fields.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/stats/migrations/0009_remove_null_on_text_fields.py 
b/stats/migrations/0009_remove_null_on_text_fields.py
index 515c78d1..5e8740e2 100644
--- a/stats/migrations/0009_remove_null_on_text_fields.py
+++ b/stats/migrations/0009_remove_null_on_text_fields.py
@@ -23,7 +23,7 @@ class Migration(migrations.Migration):
         migrations.AlterField(
             model_name='domain',
             name='linguas_location',
-            field=models.CharField(blank=True, default='', help_text="Use 'no' for no LINGUAS check, or 
path/to/file#variable for a non-standard location.\n            Leave blank for standard location 
(ALL_LINGUAS in LINGUAS/configure.ac/.in for UI and DOC_LINGUAS in Makefile.am for DOC)", max_length=50),
+            field=models.CharField(blank=True, default='', help_text="Use 'no' for no LINGUAS check, or 
path/to/file#variable for a non-standard location.\nLeave blank for standard location (ALL_LINGUAS in 
LINGUAS/configure.ac/.in for UI and DOC_LINGUAS in Makefile.am for DOC)", max_length=50),
             preserve_default=False,
         ),
         migrations.AlterField(
@@ -35,7 +35,7 @@ class Migration(migrations.Migration):
         migrations.AlterField(
             model_name='domain',
             name='red_filter',
-            field=models.TextField(blank=True, default='', help_text='pogrep filter to strip po file from 
unprioritized strings (format: location|string, "-" for no filter)'),
+            field=models.TextField(blank=True, default='', help_text='pogrep filter to strip po file from 
unprioritized strings (format: location|string, “-” for no filter)'),
             preserve_default=False,
         ),
         migrations.AlterField(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]