summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2017-01-17Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...Tim Graham
2017-01-17Fixed #27666 -- Delayed rendering of recursivly related models in migration o...Markus Holtermann
2017-01-16Fixed #27735 -- Doc'd form widget l10n change (refs #15667).Tim Graham
2017-01-16Removed empty sections from 1.11 release notes.Tim Graham
2017-01-15Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen
2017-01-14Fixed #27149 -- Added Subquery and Exists database expressions.Matthew Schinckel
2017-01-14Fixed #27718 -- Added QuerySet.union(), intersection(), difference().Florian Apolloner
2017-01-13Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...Romain Garrigues
2017-01-11Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag
2017-01-11Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.David Sanders
2017-01-09Fixed #27707 -- Removed shell support for IPython < 1.0.Tim Graham
2017-01-06Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.Sebastian Spiegel
2017-01-04Added stub release notes for 1.10.6.Tim Graham
2017-01-04Added release date for 1.10.5.Tim Graham
2017-01-04Fixed #27658 -- Prevented collectstatic from overwriting newer files in remot...Tim Graham
2017-01-03Fixed #25912 -- Added binary left/right shift operators to F expressions.anabelensc
2017-01-02Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz
2017-01-02Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.vinay karanam
2016-12-29Fixed #27649 -- Bumped required cx_Oracle to 5.2.Tim Graham
2016-12-29Fixed #25415 -- Made DiscoverRunner run system checks.Adam Chainz
2016-12-28Fixed #27258 -- Prohibited django.Template.render() with non-dict context.Shivang Bharadwaj
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-12-27Fixed #27648 -- Deprecated (iLmsu) regex groups in url() patterns.Tim Graham
2016-12-27Refs #27025 -- Documented Python 3.6 compatibility for Django 1.11.Tim Graham
2016-12-27Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.Mariusz Felisiak
2016-12-15Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.Sergey Fedoseev
2016-12-15Fixed #27602 -- Added Oracle support for BoundingCircle GIS function.Sergey Fedoseev
2016-12-15Fixed #27607 -- Added Oracle support for AsGML GIS function.Sergey Fedoseev
2016-12-15Fixed #27582 -- Allowed HStoreField to store null values.David Hoffman
2016-12-14Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.Waldemar Kornewald
2016-12-14Fixed #27313 -- Allowed overriding admin popup response template.Michael Scott
2016-12-14Fixed #27598 -- Allowed specifying directories for a filesystem template loader.Tim Graham
2016-12-08Fixed #13312 -- Allowed specifying the order of null fields in queries.Yohann Gabory
2016-12-07Refs #17235 -- Made MultiPartParser leave request.POST immutable.Vinay Karanam
2016-12-06Fixed #27567 -- Fixed crash in the debug view when request.user errors.Andreas Pelme
2016-12-02Added stub release notes for 1.10.5.Tim Graham
2016-12-01Added release dates for 1.10.4, 1.9.12, 1.8.17.Tim Graham
2016-12-01Refs #27558 -- Added test for no index on InnoDB ForeignKey.Ed Morley
2016-11-30Fixed #27556 -- Added Oracle support for IsValid function and isvalid lookup.Sergey Fedoseev
2016-11-30Refs #16859 -- Allowed storing CSRF tokens in sessions.Raphael Michel
2016-11-29Fixed #27555 -- Removed django.utils.functional.lazy_property.Adam Chainz
2016-11-29Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with prefix_defaul...Krzysztof Urbaniak
2016-11-29Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash on SQLite.Andrew Nester
2016-11-28Fixed #27321 -- Added detection for table case name sensitivity on MySQL.Adam Chainz
2016-11-28Refs #26327 -- Renamed JsonAgg to JSONBAgg.Mads Jensen
2016-11-25Fixed #27532 -- Deprecated Model._meta.has_auto_fieldAdam Chainz
2016-11-25Fixed #25966 -- Made get_user_model() work at import time.Aymeric Augustin
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-11-23Fixed #26920 -- Made GEOSGeometry equality check consider the sridJackie Leng
2016-11-16Fixed #27488 -- Added SpatiaLite suppport for IsValid, MakeValid, and __isvalid.Sergey Fedoseev