Skip to content

Commit 117d473

Browse files
committed
Tweak language to be more explicit about what we're after.
1 parent 6cf2841 commit 117d473

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

djangoproject/templates/aggregator/ecosystem.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ <h2>Packages - use community solutions</h2>
9595

9696
<hr />
9797
<h3>Exploratory packages needing feedback</h3>
98-
<p>These packages are being explored by the Django Software Foundation for their viability and can use your feedback.</p>
98+
<p>The Steering Council is exploring the viability of these packages and would benefit from your help. Please try them out and open an issue with your feedback!</p>
9999
<ul>
100-
<li><a href="https://github.com/RealOrangeOne/django-tasks">Django Tasks</a> &mdash; A lightweight task queue for Django applications, suitable for simple background task processing.</li>
101-
<li><a href="https://github.com/khanxmetu/django-admin-keyshortcuts">Django Admin with Keyboard Shortcuts</a> &mdash; A Django package that adds keyboard shortcuts to the Django Admin interface for improved accessibility.</li>
100+
<li><a href="https://github.com/RealOrangeOne/django-tasks">Django Tasks</a> &mdash; A lightweight task queue for Django applications, suitable for simple background task processing. We want to know if the API is a quality interface for task queues across a variety of brokers.</li>
101+
<li><a href="https://github.com/khanxmetu/django-admin-keyshortcuts">Django Admin with Keyboard Shortcuts</a> &mdash; A Django package that adds keyboard shortcuts to the Django Admin interface for improved accessibility. We want to know how the tool works for users to identify improvements.</li>
102102
</ul>
103103
<hr />
104104

0 commit comments

Comments
 (0)