.. |
_images
|
…
|
|
auth
|
Doc'd PasswordChangeView/PasswordResetView.success_url defaults.
|
2020-04-24 08:21:51 +02:00 |
class-based-views
|
Refs #30997 -- Added HttpRequest.accepts().
|
2020-01-24 14:24:59 +01:00 |
db
|
Fixed #31423 -- Clarified nested atomic() example.
|
2020-04-04 20:39:33 +02:00 |
forms
|
Added missing backticks in various docs.
|
2020-03-06 11:52:49 +01:00 |
http
|
Used :rfc: role in various docs.
|
2020-04-15 18:31:30 +02:00 |
i18n
|
Capitalized Unicode in docs, strings, and comments.
|
2020-04-20 12:10:33 +02:00 |
testing
|
Clarified async documentation.
|
2020-03-26 16:46:24 +01:00 |
async.txt
|
Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example.
|
2020-04-14 07:26:16 +02:00 |
cache.txt
|
Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-Control directive.
|
2020-01-16 13:39:16 +01:00 |
checks.txt
|
…
|
|
conditional-view-processing.txt
|
Used :rfc: role in various docs.
|
2020-04-15 18:31:30 +02:00 |
email.txt
|
Added additional note that tests use locmem email backend.
|
2020-03-25 15:01:39 +01:00 |
external-packages.txt
|
…
|
|
files.txt
|
Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.
|
2020-04-08 11:26:17 +02:00 |
index.txt
|
…
|
|
install.txt
|
Fixed #31212 -- Updated psycopg links to HTTPS and new location.
|
2020-01-29 06:25:40 +01:00 |
logging.txt
|
Made logging config examples more accessible.
|
2020-03-17 11:51:05 +01:00 |
migrations.txt
|
Improved docs on migration reversibility. (#12619)
|
2020-03-25 14:37:54 +01:00 |
pagination.txt
|
…
|
|
performance.txt
|
…
|
|
security.txt
|
Added link to Mozilla's infosec page on web security.
|
2020-04-22 16:26:15 +02:00 |
serialization.txt
|
…
|
|
settings.txt
|
…
|
|
signals.txt
|
Fixed #31327 -- Deprecated providing_args argument for Signal.
|
2020-03-05 09:38:52 +01:00 |
signing.txt
|
Used :rfc: role in various docs.
|
2020-04-15 18:31:30 +02:00 |
templates.txt
|
Fixed highlightlang deprecation warning on Sphinx 1.8+.
|
2020-04-07 09:48:52 +02:00 |