File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class Migration(migrations.Migration):
33
33
field = models .CharField (
34
34
blank = True ,
35
35
default = None ,
36
- help_text = 'Sorting pattern supported by BumpVer (<a href="https://github.com/mbarkhau/bumpver#pattern-examples"> See examples</a>' ,
36
+ help_text = 'Sorting pattern supported by BumpVer (<a href="https://github.com/mbarkhau/bumpver#pattern-examples">See examples</a>' ,
37
37
max_length = 32 ,
38
38
null = True ,
39
39
),
@@ -67,7 +67,7 @@ class Migration(migrations.Migration):
67
67
field = models .CharField (
68
68
blank = True ,
69
69
default = None ,
70
- help_text = 'Sorting pattern supported by BumpVer (<a href="https://github.com/mbarkhau/bumpver#pattern-examples"> See examples</a>' ,
70
+ help_text = 'Sorting pattern supported by BumpVer (<a href="https://github.com/mbarkhau/bumpver#pattern-examples">See examples</a>' ,
71
71
max_length = 32 ,
72
72
null = True ,
73
73
),
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ class AddonsConfig(TimeStampedModel):
195
195
null = True ,
196
196
blank = True ,
197
197
help_text = "Sorting pattern supported by BumpVer "
198
- '(<a href="https://github.com/mbarkhau/bumpver#pattern-examples"> See examples</a>' ,
198
+ '(<a href="https://github.com/mbarkhau/bumpver#pattern-examples">See examples</a>) ' ,
199
199
)
200
200
flyout_sorting_latest_stable_at_beginning = models .BooleanField (
201
201
default = True ,
You can’t perform that action at this time.
0 commit comments