summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-05Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause ↵Mads Jensen
docs.
2018-07-05Refs #28643 -- Added math database functions.Junyi Jiao
Thanks Nick Pope for much review.
2018-07-04Fixed typo in docs/ref/templates/builtins.txt.Stephen James
2018-07-04Fixed #29541 -- Fixed Cursor.execute() crash when setinputsizes() is called ↵Mariusz Felisiak
without arguments wit cx_Oracle 6.4.
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 ↵Tim Graham
without installing contrib.auth." This reverts commit 3333d935d2914cd80cf31f4803821ad5c0e2a51d due to a crash if USERNAME_FIELD isn't a CharField.
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-07-02Removed unused code in django.db.backends.utils.format_number().Tim Graham
2018-07-02Fixed #29530 -- Fixed aliases ordering when chaining annotate() and filter().Mariusz Felisiak
2018-07-02Simplified SQLite's Decimal adapter.Sergey Fedoseev
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
Thanks Vinay Karanam for the initial patch.
2018-06-29Fixed #28144 -- Added FileSystemStorage.OS_OPEN_FLAGS to allow customization.Jon Prindiville
2018-06-29Fixed #29536 -- Fixed SelectFilter2.js resizing to make boxes have equal height.Claude Paroz
Thanks Tim Graham for the review.
2018-06-29Fixed #29480 -- Made MySQL backend retrieve constraint columns in their ↵Thomas Grainger
defined order.
2018-06-29Fixed #29525 -- Allowed is_safe_url()'s allowed_hosts arg to be a string.Przemysław Suliga
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-28Refs #29514 -- Added test for get_default_timezone()/timezone.utc equality.Carlton Gibson
2018-06-28Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for ↵Tim Graham
better performance." This reverts commit 27ca5ce19f5f184018a61611c1bc319113b1d107 due to a regression.
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-27Fixed #29520 -- Fixed test client crash when posting bytes.Tim Graham
Regression in b8a41a2872624a6d9e61308932dd81d001e31eb9.
2018-06-27Refs #12663 -- Removed Meta API upgrade guide.Tim Graham
2018-06-27Refs #29253 -- Fixed method_decorator() crash if decorator sets a new attribute.Chris Jerdonek
Regression in fdc936c9130cf4fb5d59869674b9a31cc79a7999.
2018-06-27Refs #28457 -- Tweaked colors/layout of the congrats page for readability.Timothy Allen
2018-06-25Fixed #29517 -- Added support for SQLite column check constraints on ↵Tim Graham
positive integer fields.
2018-06-25Fixed #29447 -- Made RelatedManager.set() pass bulk argument to clear().Alexandr Tatarinov
2018-06-25Fixed #29518 -- Added validation for sqlmigrate's app_label argument.oliver
2018-06-25Refs #29516 -- Reverted inadvertent change in Model.__init__().Tim Graham
2018-06-25Fixed #29517 -- Rephrased error message when passing incorrect kwarg to ↵Federico Bond
model constructor
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 ↵Sergey Fedoseev
lookups.
2018-06-22Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type header.Tim Graham
2018-06-21Updated a test example to use snake case.Adam Johnson
2018-06-21Refs #18620 -- Refactored ContentTypes view tests to group related field ↵Paulo
test cases.
2018-06-21Fixed #18620 -- Made ContentTypes shortcut view prefer current site if ↵Paulo
available. Thanks Mike Tigas (mtigas) for the initial patch.
2018-06-21Added test for contenttype redirect with m2m objects.Paulo
Thanks carltongibson for the test logic.
2018-06-21Corrected location of some contenttypes_tests.Tim Graham
2018-06-21Removed views.i18n.null_javascript_catalog().Tim Graham
Unused since de40cfbe74642df1e94c131e1adaa3363173c0cf.
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