summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-07-25Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.Andrew Brown
2018-07-25Corrected location of prenotfication email list.Tim Graham
2018-07-24Fixed typo in docs/topics/http/urls.txt.minusf
2018-07-24Fixed #29591 -- Fixed numbering words in docs/topics/db/examples/many_to_many...Tim Graham
2018-07-20Fixed #29412 -- Stopped marking slugify() result as HTML safe.Claude Paroz
2018-07-19Fixed IntegrityError in docs/topics/db/examples/many_to_one.txt.Tim Graham
2018-07-18Fixed utils.html.escape()'s docs with regards to string coercion.Claude Paroz
2018-07-18Added doc links for django.utils.html.escape().Claude Paroz
2018-07-18Removed duplicate words in docs.Maxime Lorant
2018-07-13Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...Peter Inglesby
2018-07-13Fixed #28566 -- Added path matching to collectstatic ignore patterns.Daniel Wiesmann
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote
2018-07-09Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.Sergey Fedoseev
2018-07-09Fixed #29549 -- Doc'd that Field.choices are enforced by model validation.Tim Graham
2018-07-09Refs #29478 -- Doc'd how to use cached_property with a mangled name.Sergey Fedoseev
2018-07-09Fixed #29553 -- Made test client set Content-Length header to a string rather...Tim Graham
2018-07-07Fixed word choice in ContentFile example.Josh Schneier
2018-07-07Removed usage of 'object' variable name in docs.Harry Moreno
2018-07-06Corrected cached_property() signature in docs.Sergey Fedoseev
2018-07-05Fixed #29544 -- Fixed regex lookup on MariaDB.Michal Čihař
2018-07-05Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause ...Mads Jensen
2018-07-05Refs #28643 -- Added math database functions.Junyi Jiao
2018-07-04Fixed typo in docs/ref/templates/builtins.txt.Stephen James
2018-07-03Doc'd that template variables & attributes may not start with an underscore.Greg Kaleka
2018-07-03Added stub release notes for 2.0.8.Tim Graham
2018-07-02Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms wi...Tim Graham
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-07-02Added release date for 1.11.14.Carlton Gibson
2018-06-30Fixed argument name for validators inheriting from BaseValidator.sedrubal
2018-06-29Fixed #21333 -- Doc'd the & and | queryset operators.Colm O'Connor
2018-06-29Fixed #29261 -- Doc'd the reason for LICENSE.python.James Bennett
2018-06-29Fixed #28077 -- Added support for PostgreSQL opclasses in Index.Ian Foote
2018-06-29Fixed #29535 -- Updated email.MIME* references for Python 3.José L. Patiño
2018-06-28Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.Floris den Hengst
2018-06-28Refs #29513 -- Linked the testing docs from the multi-db topic guide.Mattia Cattarinussi
2018-06-28Fixed #29458 -- Doc'd how related_query_name affects Model._meta.get_field().Jeffrey Yancey
2018-06-28Forwardported 2.0.7 release note.Tim Graham
2018-06-28Refs #28814 -- Documented Python 3.7 compatibility.Asif Saifuddin Auvi
2018-06-28Fixed links for i18n context processor docs.Tim Graham
2018-06-28Fixed location of a few doc labels.Tim Graham
2018-06-27Refs #12663 -- Removed Meta API upgrade guide.Tim Graham
2018-06-25Fixed #29517 -- Added support for SQLite column check constraints on positive...Tim Graham
2018-06-22Refs #17419 -- Removed IE8 support in json_script example.Tim Graham
2018-06-22Added description, example, and SQL equivalents for equals and same_as GIS lo...Sergey Fedoseev
2018-06-21Updated a test example to use snake case.Adam Johnson
2018-06-21Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.Sergey Fedoseev
2018-06-21Refs #28841 -- Added ForcePolygonCW to GIS database functions table.Sergey Fedoseev
2018-06-20Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...Jan Pieter Waagmeester
2018-06-20Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.Tom
2018-06-20Fixed #29507 -- Added Oracle support for Envelope GIS function.Sergey Fedoseev