8000 Merge branch 'main' into dependabot/pip/python-decouple-3.8 · python/pythondotorg@adcced5 · GitHub
[go: up one dir, main page]

Skip to content

Commit adcced5

Browse files
authored
Merge branch 'main' into dependabot/pip/python-decouple-3.8
2 parents 812cba6 + 3fa351b commit adcced5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Required for running tests
44

5-
factory-boy==3.2.1
5+
factory-boy==3.3.1
66
Faker==0.8.1
77
tblib==1.7.0
88
responses==0.13.3

successstories/forms.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ class Meta:
2424
labels = {
2525
'name': 'Story name',
2626
}
27+
help_texts = {
28+
"content": "Note: Submissions in <a href='https://www.markdownguide.org/basic-syntax/'>Markdown</a> "
29+
"are strongly preferred and can be processed faster.",
30+
}
2731

2832
def clean_name(self):
2933
name = self.cleaned_data.get('name')

0 commit comments

Comments
 (0)
0