django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
1 년 전 |
Mariusz Felisiak
|
ac90529cc5
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
|
2 년 전 |
Brad
|
c7152cb58e
Fixed typo in docs/topics/logging.txt.
|
3 년 전 |
Daniele Procida
|
013a1824d3
Refs #32880 -- Created a new logging how-to document.
|
3 년 전 |
Daniele Procida
|
62988afbea
Refs #32880 -- Renamed/reordered logging topic sections.
|
3 년 전 |
Daniele Procida
|
261ca6ce2e
Removed trailing whitespace in logging topic.
|
3 년 전 |
Daniele Procida
|
e3d55eeb14
Refs #32880 -- Moved logging reference to new document.
|
3 년 전 |
Daniele Procida
|
d79be3ed39
Refs #32880 -- Rearranged logging security notes.
|
3 년 전 |
Daniele Procida
|
e9fbd73480
Refs #32880 -- Improved some how-to notes in logging topic.
|
3 년 전 |
Daniele Procida
|
64839512a6
Refs #32880 -- Improved some headings and text in logging topic.
|
3 년 전 |
Carlton Gibson
|
2a55431a56
Fixed #32016 -- Clarified manual logging config docs.
|
4 년 전 |
Mariusz Felisiak
|
4c5236ef93
Removed versionadded/changed annotations for 3.0.
|
4 년 전 |
Adam Johnson
|
d17b380653
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
4 년 전 |
Ben Li-Sauerwine
|
fc84848cd9
Made logging config examples more accessible.
|
4 년 전 |
Kal Sze
|
aa6c620249
More accurate terminology ("logger" instead of "logging handler") in logging documentation.
|
5 년 전 |
Jon Dufresne
|
5e00bd1f77
Removed unnecessary code-block directives in various docs.
|
5 년 전 |
Mariusz Felisiak
|
3e5b349535
Fixed #31008 -- Fixed typos in docs/topics/logging.txt.
|
5 년 전 |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 년 전 |
Nasir Hussain
|
25706d7285
Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.
|
5 년 전 |
swatantra
|
03cd3d137e
Fixed #30553 -- Clarified the default value of disable_existing_loggers.
|
5 년 전 |
Curtis Maloney
|
4442ee8a51
Added filename caption to LOGGING documentation examples.
|
5 년 전 |
Ahisahar Pretel
|
717362d810
Fixed #30316 -- Added source code link to the default logging configuration in logging docs.
|
5 년 전 |
raratiru
|
793a71b7be
Fixed #29991 -- Doc'd logger propogation for the default logging config.
|
6 년 전 |
Jon Dufresne
|
e90af8bad4
Capitalized "Python" in docs and comments.
|
6 년 전 |
Curtis Maloney
|
c49ea6f591
Refs #20910 -- Replaced snippet directive with code-block.
|
6 년 전 |
Samir Shah
|
10b44e4525
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
|
7 년 전 |
Brett Cannon
|
64b74804c5
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
|
6 년 전 |
Frédéric Massart
|
a5f1e5809f
Clarified who the AdminEmailHandler emails.
|
7 년 전 |
Chris Lamb
|
3af305e8b8
Fixed #28810 -- Replaced '%' style logging formatting with str.format() style.
|
7 년 전 |
Tim Graham
|
e62165b898
Refs #27175 -- Removed exception silencing from the {% include %} template tag.
|
7 년 전 |