0
0
mirror of https://github.com/django/django.git synced 2024-11-24 20:07:01 +01:00
django/docs/topics
Cole D e1431dd92e
Made confirmation prompt in squashmigrations consistent with other prompts.
Prior to this change, squashmigrations would use a [yN] prompt to ask
for user confirmation. A slash was added between the yes/no options
to make it consistent with other commands that print similar prompts.
2024-04-26 09:50:47 -03:00
..
auth Fixed #35030 -- Made django.contrib.auth decorators to work with async functions. 2024-03-07 09:59:33 +01:00
class-based-views
db
forms Fixed incorrect blockquotes in docs/topics/forms/index.txt. 2024-04-22 22:26:55 -03:00
http Refs #31710 -- Improved multiple file upload docs. 2024-04-04 19:18:36 -03:00
i18n
testing
async.txt
cache.txt
checks.txt Fixed #35233 -- Moved template engine system checks to backend methods. 2024-03-27 08:14:54 +01:00
conditional-view-processing.txt
email.txt
external-packages.txt
files.txt
index.txt
install.txt
logging.txt
migrations.txt Made confirmation prompt in squashmigrations consistent with other prompts. 2024-04-26 09:50:47 -03:00
pagination.txt
performance.txt
security.txt
serialization.txt
settings.txt
signals.txt Fixed typo in docs/topics/signals.txt. 2024-03-28 13:45:04 -03:00
signing.txt
templates.txt