summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Collapse)Author
2018-06-01[2.1.x] Corrected typo in outputting-csv.txt.Dr. Shubham Dipt
Backport of 44441d673bb39815dae1b14019357226c6a7c8ee from master
2018-05-25[2.1.x] Fixed #29423 -- Documented Field.value_from_object().Srinivas Reddy Thatiparthy
Backport of 4c35a173e881deaff17e5343181dcbc36177a4af from master
2018-05-15Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz
Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews.
2018-05-13Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
2018-04-29Fixed #29360 -- Removed Fabric examples in docs.Srinivas Reddy Thatiparthy
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-03-28Replaced 'python -Wall' with 'python -Wa'.Daniel Chimeno
2018-03-28Fixed #29265 -- Removed the suggestion to hardcode static URLs.Tim Graham
2018-03-08Fixed #29165 -- Clarified how to load initial data with migrations.Tim Graham
2018-02-26Removed "Remove any old versions of Django" install instructions.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
They are obsolete given the prevalence of pip.
2018-02-10Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes
2018-01-31Renamed the "Supported versions" label.Tim Graham
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2018-01-12Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs #24073.Tim Graham
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2018-01-03Refs #23919 -- Removed obsolete __init__.py files in management command ↵я котик пур-пур
directories.
2017-12-23Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
Thanks Andrey Martyanov for the reporti, and Tim Graham for the review.
2017-10-30Fixed 'a'/'an' mix-ups in docs.Ville Skyttä
2017-09-02Fixed #28367 -- Doc'd how to override management commands.jkrzy
2017-07-26Replaced "not A== B" with "A != B" in docs/howto/writing-migrations.txt.Berker Peksag
2017-07-24Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.Emmanuel
2017-07-20Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and ↵Tim Graham
Expression.convert_value(). Unused since a0d166306fbdc41f49e6fadf4ec84b17eb147daa.
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f.
2017-06-20Fixed #28327 -- Removed contradictory description of mod_wsgi docs.Tim Graham
2017-06-02Fixed #26028 -- Added overriding templates howto.Philip James
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
Thanks Tim Graham for the review.
2017-04-06Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).Richard Barrell
2017-04-03Fixed typos in docs/howto/static-files/index.txt.Aleksej Manaev
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
argparse automatically sets the default value for store_true/false arguments to its opposite.
2017-03-27Made a few cosmetic updates to "Migrations that add unique fields".Paolo Melchiorre
2017-03-01Fixed typo in docs/howto/custom-template-tags.txt.albertoconnor
2017-02-13Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.Tim Graham
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
Thanks Tim Graham for the review.
2017-01-30Added missing word in docs/howto/error-reporting.txt.Ryan Castner
2017-01-30Refs #23919 -- Removed usage of obsolete SafeBytes classClaude Paroz
The class will be removed as part of #27753. Thanks Tim Graham for the review.
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-21Removed unused imports in example migrations.Arkadiusz Adamski
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #18651 -- Removed assignment_tag per deprecation timeline.Tim Graham
2017-01-17Fixed #27739 -- Documented LabelCommand.label.Ed Morley
2016-12-28Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.Adam Chainz
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-11-22Updated doc links to virtualenv website.Daniel Musketa
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki