summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Expand)Author
2019-08-17[2.2.x] Fixed #30694 -- Documented FileResponse does not seek its file source.Claude Paroz
2019-07-16[2.2.x] Updated WSGI servers ordering according to the more commonly used.Frank Wiles
2019-06-19[2.2.x] Fixed typos in signals and custom management commands docs.Hasan Ramezani
2019-05-22[2.2.x] Fixed datetime string format examples in docs/howto/custom-template-t...Alex Gaynor
2019-05-20[2.2.x] Changed poll_id to poll_ids in examples of custom management commands.mentix02
2019-05-17[2.2.x] Changed docs to link to Python's description of iterable.Jon Dufresne
2019-03-29[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-03-12[2.2.x] Clarified deconstruct() in Custom Model Field docs.David Beitey
2019-02-08[2.2.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2018-12-27Fixed broken links to PyYAML page.CHI Cheng
2018-12-06Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work for atomic...Rodrigo
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-11-10Updated some links to https and new locations.Mads Jensen
2018-10-11Simplified deployment checklist docs on customizing error views.Adam Johnson
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-09-11Emphasized that TemplatesSetting must be used to override widget templates.Stephen Finucane
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-23Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena
2018-08-04Refs #28540 -- Added FILE_UPLOAD_PERMISSIONS to deployment checklist.Carlton Gibson
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-06-16Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in ma...humbertotm
2018-06-01Corrected typo in outputting-csv.txt.Dr. Shubham Dipt
2018-05-25Fixed #29423 -- Documented Field.value_from_object().Srinivas Reddy Thatiparthy
2018-05-15Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz
2018-05-13Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
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 (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
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 direc...я котик пур-пур
2017-12-23Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
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 Expre...Tim Graham
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
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
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz