File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1260,11 +1260,10 @@ From a template, it looks like this:
1260
1260
1261
1261
.. note ::
1262
1262
1263
- The host that's used when generating an absolute URL is the host of
1264
- the current ``Request `` object. This is detected automatically. But if
1265
- you generate absolute URLs for scripts run from the command line, this
1266
- won't work. But don't worry! Just see :doc: `/cookbook/console/sending_emails `
1267
- for details.
1263
+ The host that's used when generating an absolute URL is automatically
1264
+ detected using the current ``Request `` object. When generating absolute
1265
+ URLs from outside the web context (for instance in a console command) this
1266
+ won't work. See :doc: `/cookbook/console/sending_emails ` for details.
1268
1267
1269
1268
Summary
1270
1269
-------
You can’t perform that action at this time.
0 commit comments