summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-09Refs #29478 -- Doc'd how to use cached_property with a mangled name.Sergey Fedoseev
2018-07-09Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends an...Simon Charette
2018-07-09Refs #27480 -- Moved FileBasedCache content writing logic to a method.Simon Charette
2018-07-09Fixed #29553 -- Made test client set Content-Length header to a string rather...Tim Graham
2018-07-09Removed unneded str() calls prior to mark_safe(); simplified mark_safe().Sergey Fedoseev
2018-07-09Fixed some assertTrue() that were intended to be assertEqual().Sergey Fedoseev
2018-07-09Refs #27472 -- Fixed crash during pickling of empty GEOS point.Sergey Fedoseev
2018-07-09Made test for memoryview handling in force_bytes() more strict.Sergey Fedoseev
2018-07-09Fixed #20584 -- Fixed memcached's get_many() with single-use iterators.Christian Barcenas
2018-07-07Fixed word choice in ContentFile example.Josh Schneier
2018-07-07Removed usage of 'object' variable name in docs.Harry Moreno
2018-07-06Fixed #29543 -- Fixed CPointerBase.__del__() ImportError crash.Mushtaq Ali
2018-07-06Refs #29451 -- Fixed test_isvalid_lookup on MySQL 8+.Tom
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 unneeded name attribute in window functions.Mads Jensen
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-04Fixed #29541 -- Fixed Cursor.execute() crash when setinputsizes() is called w...Mariusz Felisiak
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-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
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
2018-06-29Fixed #29480 -- Made MySQL backend retrieve constraint columns in their defin...Thomas Grainger
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
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
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
2018-06-27Refs #28457 -- Tweaked colors/layout of the congrats page for readability.Timothy Allen