index
:
chango.git
devmain
fix-31295
initial-branch
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-07-10
[3.1.x] Corrected custom model fields how-to.
Ramiro Morales
2020-06-03
[3.1.x] Updated How to install Django on Windows guide.
David Smith
2020-06-02
[3.1.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.
Jon Dufresne
2020-05-29
[3.1.x] Changed some doc links to use intersphinx.
Jon Dufresne
2020-05-27
[3.1.x] Fixed #31628 -- Updated Windows install guide to recommend venv.
David Smith
2020-05-25
[3.1.x] Removed instructions for unsupported Apache versions.
Claude Paroz
2020-05-13
[3.1.x] Used :envvar: role and .. envvar:: directive in various docs.
Nick Pope
2020-05-13
[3.1.x] Used :pep: role in various docs.
Nick Pope
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-04-30
Fixed #25712 -- Reorganized templates docs.
David Smith
2020-04-14
Refs #29501 -- Allowed customizing exit status for management commands.
Adam Johnson
2020-04-01
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2020-03-25
Improved sessions notes in deployment checklist.
Adam Johnson
2020-03-21
Updated settings example in overriding templates docs.
Mariusz Felisiak
2020-03-10
Clarified SeparateDatabaseAndState docs and added example of changing ManyToM...
Adam Johnson
2020-03-06
Added missing backticks in various docs.
Mariusz Felisiak
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-29
Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to.
Abhijeet
2020-01-21
Made examples concrete in upgrade documentation.
Adam Johnson
2020-01-17
Fixed #31171 -- Fixed wording in auto-escaping section of custom template tag...
Takayuki Hirayama
2020-01-16
Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.
Pavel Lysak
2020-01-10
Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter.
Carlton Gibson
2020-01-10
Refs #23004 -- Allowed exception reporter filters to customize settings filte...
Carlton Gibson
2019-12-20
Refs #30767 -- Improved deployment documentation.
Katie McLaughlin
2019-12-19
Refs #28954 -- Remove remaining Jython documentation.
Nick Pope
2019-12-18
Updated Pytest example in upgrade documentation.
Adam Johnson
2019-12-04
Refs #20935 -- Removed duplicate ToC references.
Fredrik
2019-11-19
Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.
Hasan Ramezani
2019-11-07
Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ...
Jon Dufresne
2019-10-25
Fixed #30906 -- Fixed an example of using the template system to generate CSV.
Hasan Ramezani
2019-10-09
Fixed #30858 -- Clarified that AdminEmailHandler processes all 5xx responses.
Carlton Gibson
2019-10-02
Fixed some typos in comments and docs.
Min ho Kim
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
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
[next]