index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
howto
Age
Commit message (
Expand
)
Author
2020-01-29
[3.0.x] Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files ho...
Abhijeet
2020-01-21
[3.0.x] Made examples concrete in upgrade documentation.
Adam Johnson
2020-01-17
[3.0.x] Fixed #31171 -- Fixed wording in auto-escaping section of custom temp...
Takayuki Hirayama
2019-12-20
[3.0.x] Refs #30767 -- Improved deployment documentation.
Katie McLaughlin
2019-12-19
[3.0.x] Refs #28954 -- Remove remaining Jython documentation.
Nick Pope
2019-12-18
[3.0.x] Updated Pytest example in upgrade documentation.
Adam Johnson
2019-11-19
[3.0.x] Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.
Hasan Ramezani
2019-10-25
[3.0.x] Fixed #30906 -- Fixed an example of using the template system to gene...
Hasan Ramezani
2019-10-09
[3.0.x] Fixed #30858 -- Clarified that AdminEmailHandler processes all 5xx re...
Carlton Gibson
2019-09-09
Fixed #30767 -- Improved references to deployment documentation.
Katie McLaughlin
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-31
Refs #30736 -- Added missing versionadded annotations for Storage.get_alterna...
Mariusz Felisiak
2019-08-30
Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.
yukihira1992
2019-08-17
Fixed #30694 -- Documented FileResponse does not seek its file source.
Claude Paroz
2019-07-16
Updated WSGI servers ordering according to the more commonly used.
Frank Wiles
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-19
Fixed typos in signals and custom management commands docs.
Hasan Ramezani
2019-05-22
Fixed datetime string format examples in docs/howto/custom-template-tags.txt.
Alex Gaynor
2019-05-20
Changed poll_id to poll_ids in examples of custom management commands.
mentix02
2019-05-17
Changed docs to link to Python's description of iterable.
Jon Dufresne
2019-04-23
Fixed #30365 -- Fixed syntax highlighting in SQL examples.
Daniel Musketa
2019-04-23
Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django o...
Ramiro Morales
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2019-03-29
Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-03-12
Clarified deconstruct() in Custom Model Field docs.
David Beitey
2019-02-08
Removed extra characters in docs header underlines.
Mariusz Felisiak
2019-02-08
Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644.
Himanshu Lakhara
2019-02-06
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2018-12-27
Fixed broken links to PyYAML page.
CHI Cheng
2018-12-06
Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work for atomic...
Rodrigo
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-11-10
Updated some links to https and new locations.
Mads Jensen
2018-10-11
Simplified deployment checklist docs on customizing error views.
Adam Johnson
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-11
Emphasized that TemplatesSetting must be used to override widget templates.
Stephen Finucane
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-08-23
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
priyanshsaxena
2018-08-04
Refs #28540 -- Added FILE_UPLOAD_PERMISSIONS to deployment checklist.
Carlton Gibson
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-06-16
Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in ma...
humbertotm
2018-06-01
Corrected typo in outputting-csv.txt.
Dr. Shubham Dipt
2018-05-25
Fixed #29423 -- Documented Field.value_from_object().
Srinivas Reddy Thatiparthy
2018-05-15
Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.
Claude Paroz
2018-05-13
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-04-29
Fixed #29360 -- Removed Fabric examples in docs.
Srinivas Reddy Thatiparthy
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-03-28
Replaced 'python -Wall' with 'python -Wa'.
Daniel Chimeno
[next]