Skip to content

Conversation

@hugovk
Copy link
Member

@hugovk hugovk commented Nov 22, 2025

Description

Add "Python 3.XY.aN" as the placeholder for the name field. Results in this HTML change:

-<input type="text" name="name" class="vTextField" maxlength="200" required="" id="id_name">
+<input type="text" name="name" class="vTextField" maxlength="200" placeholder="Python 3.X.YaN" required="" id="id_name">

This is a useful prompt, as I often have to check the existing releases to check if I need to include Python or write the short or long form of pre-release ("3.15.0a5" or "3.15.0 alpha 5").

Before: https://www.python.org/admin/downloads/release/add/

image

After: http://0.0.0.0:8000/admin/downloads/release/add/

image

And you type in the real value:

image

Closes

@hugovk hugovk added enhancement This is an improvement to existing code or configuration app/downloads Relates to the downloads app labels Nov 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

app/downloads Relates to the downloads app enhancement This is an improvement to existing code or configuration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant