summaryrefslogtreecommitdiff
path: root/docs/releases/1.11.txt
AgeCommit message (Expand)Author
2025-08-28Ensured :doc: role uses absolute targets in docs.Adam Johnson
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2023-09-18Refs #27236 -- Removed Meta.index_together per deprecation timeline.Mariusz Felisiak
2023-04-17Used extlinks for PyPI links.Tim Graham
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-08-03Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-01-14Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...Mariusz Felisiak
2020-09-25Fixed #28009 -- Doc'd empty_value for CharField subclasses.David Smith
2020-05-13Used :mimetype: role in various docs.Nick Pope
2020-04-14Fixed term warning on Sphinx 3.0.1+.Mariusz Felisiak
2020-04-01Corrected docs spelling of PgBouncer.Carlton Gibson
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2019-11-26Used :ticket: role in all tickets links.Sergey Fedoseev
2018-11-17Refs #28814 -- Doc'd Python 3.7 compatibility in Django 1.11.x.Tim Graham
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-08-04Fixed #28540 -- Doc'd a change to file upload permissions in Django 1.11.Tim Graham
2018-07-18Removed duplicate words in docs.Maxime Lorant
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-10Refs #28062 -- Doc'd PostgreSQL server-side cursors as a backwards incompatib...Tim Graham
2018-01-11Fixed #29002 -- Corrected cached template loader docs about when it's automat...Tim Graham
2017-11-14Fixed #28786 -- Doc'd middleware ordering considerations due to CommonMiddlew...Tim Graham
2017-10-13Refs #28643 -- Reorganized database functions docs.Mariusz Felisiak
2017-08-11Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.Tim Graham
2017-06-14Fixed #28308 -- Doc'd removal of Select.render_option() (refs #15667).Tim Graham
2017-06-06Clarified purpose of "Database backend API" backwards incompatible changes se...Tim Graham
2017-06-01Fixed #28242 -- Moved ImageField file extension validation to the form field.Manatsawin Hanmongkolchai
2017-05-30Fixed #28212 -- Allowed customizing the port that LiveServerTestCase uses.Robert Rollins
2017-05-11Fixed #28148 -- Doc'd ImageField name validation concerns with the test client.Riccardo Magliocchetti
2017-05-06Fixed #28095 -- Doc'd Widget.build_attrs() signature change in Django 1.11.Tim Graham
2017-04-26Fixed #28074 -- Doc'd template-based widget rendering changes for contrib.gis.Tim Graham
2017-04-26Fixed #28125 -- Clarified 1.11 release note about Template.render() prohibiti...Tim Graham
2017-04-10Clarified HStoreField model/form difference in 1.11 release notes.Tim Graham
2017-04-05Back to the future.Florian Apolloner
2017-04-04Added stub release notes for security releases.Tim Graham
2017-03-21Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
2017-03-21Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.Tim Graham
2017-03-10Fixed #27924 -- Added support for cx_Oracle 5.3.Mariusz Felisiak
2017-03-07Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.Camilo Nova
2017-02-24Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures ...Tim Graham
2017-02-11Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2017-02-07Fixed typo in docs/releases/1.11.txt.Atul Varma
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