1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/docs/ref
Nick Pope 058b38b43e
Improved message example in admin actions documentation.
Avoid partial string construction and make use of ``ngettext`` to show
example of how to handle plural variants with translations. Also make
use of ``messages.SUCCESS`` to highlight customizing the style of the
message - in this case it better fits what the message is conveying.
2020-04-16 11:26:33 +02:00
..
class-based-views
contrib Improved message example in admin actions documentation. 2020-04-16 11:26:33 +02:00
files Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
forms Refs #10427 -- Corrected BoundField.css_classes() signature in docs. 2020-04-10 07:37:54 +02:00
models Fixed term warning on Sphinx 3.0.1+. 2020-04-14 09:32:09 +02:00
templates Fixed typo in docs/ref/templates/builtins.txt. 2020-04-15 10:41:19 +02:00
applications.txt
checks.txt Fixed #31351 -- Added system checks for partial indexes and unique constraints support. 2020-04-10 12:00:27 +02:00
clickjacking.txt
csrf.txt Prevented (and corrected) single backtick usage in docs. 2020-04-01 14:55:11 +02:00
databases.txt Corrected docs spelling of PgBouncer. 2020-04-01 14:55:11 +02:00
django-admin.txt Fixed #29501 -- Allowed dbshell to pass options to underlying tool. 2020-04-14 14:02:51 +01:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Refs #31320 -- Warned against using BEGIN/COMMIT in RunSQL. 2020-04-01 10:58:41 +02:00
paginator.txt
request-response.txt Prevented (and corrected) single backtick usage in docs. 2020-04-01 14:55:11 +02:00
schema-editor.txt
settings.txt
signals.txt
template-response.txt
unicode.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
urlresolvers.txt
urls.txt
utils.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
validators.txt
views.txt