| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-16 | [1.11.x] Fixed #27828 -- Fixed a crash when subtracting ↵ | Vytis Banaitis | |
| Integer/DurationField from DateField on Oracle/PostgreSQL. Backport of d5088f838d837fc9e3109c828f18511055f20bea from master | |||
| 2017-02-16 | [1.11.x] Clarified that creating a pull request for the tutorial isn't ↵ | Tim Graham | |
| necessary. Backport of 57292725093eb470851b35174c10573bbf717117 from master | |||
| 2017-02-15 | [1.11.x] Made a sentence in default_if_none docs consistent with other ↵ | Joon Hwan 김준환 | |
| template filters. Backport of a7214f0e84913a27e0b73de89d4c827ef1c53b94 from master | |||
| 2017-02-15 | [1.11.x] Removed docs/internals/roles.txt. | Tim Graham | |
| It's moved to https://www.djangoproject.com/foundation/teams/. Backport of 3d14cbc86781ea1051af7f0c421bee3ecf2f9842 from master | |||
| 2017-02-13 | [1.11.x] Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome. | Tim Graham | |
| Backport of 103e6cf26c17ae650b7caa3956b87a215334d761 from master | |||
| 2017-02-13 | [1.11.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash. | amalia | |
| Backport of 2f10216f84b55920de25422842a66260219e393f from master | |||
| 2017-02-11 | [1.11.x] Fixed #27367 -- Doc'd and tested reversing of URLs with the same name. | Robert Roskam | |
| Thanks Reinout van Rees for contributing to the patch. Backport of 98bcc5d81bca578f3a5b4d47907ba4ac40446887 from master | |||
| 2017-02-11 | [1.11.x] Refs #26610 -- Added CIText mixin and CIChar/Email/TextField. | Mads Jensen | |
| Backport of fb5bd38e3b83c7f0d1011de80f922fc34faf740b from master | |||
| 2017-02-09 | [1.11.x] Explained the shell's $ prefix in tutorial 1. | Tim Graham | |
| Thanks Luke Sneeringer for the suggestion. Backport of ad36e5480d6cafb4031e8eb0bacc3a07d2fe4609 from master | |||
| 2017-02-08 | [1.11.x] Fixed typo in docs/topics/testing/tools.txt. | Tim Graham | |
| Backport of 545a88fc162ab02f66812284af24a248deafbf5e from master | |||
| 2017-02-08 | [1.11.x] Fixed #27821 -- Clarified docs of the return value of ↵ | Tim Graham | |
| Form.clean_<fieldname>(). Thanks Christian Ullrich for the report and review. Backport of 8863c475c53f2b44113f25b749a124a5bf3a02f2 from master | |||
| 2017-02-07 | [1.11.x] Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans. | Tim Graham | |
| Backport of 27793431cf21a82809c0c39a7c0188a2d83bf475 from master | |||
| 2017-02-07 | [1.11.x] Fixed typo in docs/releases/1.11.txt. | Atul Varma | |
| Backport of 10c47f7b47c3b58eda579918d8381a066d43e788 from master | |||
| 2017-02-06 | [1.11.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on ↵ | Tim Graham | |
| model fields with a default. Backport of 4353640ea9495d58fabd0357253b82de3b069408 from master | |||
| 2017-01-31 | [1.11.x] Refs #27421 -- Documented GDALRaster creation in detail. | Daniel Wiesmann | |
| Backport of ed3215ad53c0b22c58883f97286a878c577e25d6 from master | |||
| 2017-01-30 | [1.11.x] Added missing word in docs/howto/error-reporting.txt. | Ryan Castner | |
| Backport of dbf79c5acf962a977e1498e3aab588256e7e7af8 from master | |||
| 2017-01-30 | [1.11.x] Fixed incorrect namespace in sitemap example. | Arkadiusz Adamski | |
| Backport of 274ca999825bb782bbbddd769783cf2aa91de7f9 from master | |||
| 2017-01-28 | [1.11.x] Fixed #26708 -- Updated the contributing tutorial to use a GitHub ↵ | Subhrajyoti Sen | |
| workflow. Backport of f5bf11c72b267d717dd4379ec80f9f7c5185f80f from master | |||
| 2017-01-27 | [1.11.x] Fixed #27769 -- Documented option naming differences between ↵ | Andrew Nester | |
| django-admin and call_command(). Backport of c8d21f335113dcf6009d7aa9810d4e77dc58c75d from master | |||
| 2017-01-27 | [1.11.x] Fixed #27678 -- Warned that the template system isn't safe against ↵ | andrewnester | |
| untrusted authors. Backport of d2e40dd8c2031cd03700e72d87d455d5e974800c from master | |||
| 2017-01-26 | [1.11.x] Fixed #27501 -- Documented lazy evaluation of ↵ | chillaranand | |
| ModelChoiceField.queryset. Backport of d9aeee205d93b12c96da449c64c1f17ca8786086 from master | |||
| 2017-01-25 | [1.11.x] Bumped MySQLdb version requirement to 1.2.3. | Tim Graham | |
| Older versions don't support Python 2.7. Partial backport of 2d96c027f5eb32c2c09bd57df2240ae1d343b98e from master | |||
| 2017-01-25 | [1.11.x] Fixed typo in docs/ref/models/expressions.txt. | Paolo Melchiorre | |
| Backport of 5890d6ab03ebc7dac46ce7d9540b5768785caa34 from master | |||
| 2017-01-21 | [1.11.x] Removed unused imports in example migrations. | Arkadiusz Adamski | |
| Backport of a76d12ceb437a68efb6a19a588fb29a7a0e5a5e2 from master | |||
| 2017-01-20 | [1.11.x] Refs #16859 -- Updated CSRF FAQ to mention CSRF_USE_SESSIONS setting. | Alasdair Nicol | |
| Backport of 503e944ac792498e7b38c799d8e4b06f74e9d65a from master | |||
| 2017-01-17 | [1.11.x] Updated man page for Django 1.11 alpha. | Tim Graham | |
| 2017-01-17 | [1.11.x] Bumped django_next_version in docs config. | Tim Graham | |
| 2017-01-17 | Removed obsolete GIS install instructions. | Tim Graham | |
| 2017-01-17 | Fixed #27739 -- Documented LabelCommand.label. | Ed Morley | |
| 2017-01-17 | Refs #24109 -- Doc'd the elidable feature in squashing migrations docs. | Ed Morley | |
| 2017-01-17 | Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on ↵ | Tim Graham | |
| MySQL. | |||
| 2017-01-17 | Fixed #27666 -- Delayed rendering of recursivly related models in migration ↵ | Markus Holtermann | |
| operations. | |||
| 2017-01-16 | Refs #25809 -- Made a few late review comments for BrinIndex. | Mads Jensen | |
| 2017-01-16 | Fixed #27735 -- Doc'd form widget l10n change (refs #15667). | Tim Graham | |
| 2017-01-16 | Removed empty sections from 1.11 release notes. | Tim Graham | |
| 2017-01-15 | Fixed #25809 -- Added BrinIndex support in django.contrib.postgres. | Mads Jensen | |
| Thanks Tim Graham and Markus Holtermann for review. | |||
| 2017-01-14 | Fixed #27149 -- Added Subquery and Exists database expressions. | Matthew Schinckel | |
| Thanks Josh Smeaton for Oracle fixes. | |||
| 2017-01-14 | Fixed #27718 -- Added QuerySet.union(), intersection(), difference(). | Florian Apolloner | |
| Thanks Mariusz Felisiak for review and Oracle assistance. Thanks Tim Graham for review and writing docs. | |||
| 2017-01-14 | Fixed #27387 -- Doc'd required HTML attribute in Field.required docs. | Claude Paroz | |
| 2017-01-13 | Fixed #27518 -- Prevented possibie password reset token leak via HTTP ↵ | Romain Garrigues | |
| Referer header. Thanks Florian Apolloner for contributing to this patch and Collin Anderson, Markus Holtermann, and Tim Graham for review. | |||
| 2017-01-12 | Fixed outdated log level in docs/topics/logging.txt. | André Cruz | |
| Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283. | |||
| 2017-01-11 | Fixed typos in docs/ref/contrib/admin/index.txt | Tim Graham | |
| 2017-01-11 | Fixed typo in docs/topics/db/managers.txt. | M Somerville | |
| 2017-01-11 | Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL. | François Freitag | |
| Thanks to Josh Smeaton for the idea of implementing server-side cursors in PostgreSQL from the iterator method, and Anssi Kääriäinen and Kevin Turner for their previous work. Also Simon Charette and Tim Graham for review. | |||
| 2017-01-11 | Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths. | David Sanders | |
| 2017-01-10 | Fixed #27711 -- Demoted "Installing a distribution-specific package" in ↵ | Tim Graham | |
| install intro. | |||
| 2017-01-09 | Removed SHOUTING in doc examples. | Maxime Lorant | |
| 2017-01-09 | Fixed #27707 -- Removed shell support for IPython < 1.0. | Tim Graham | |
| 2017-01-06 | Fixed #27432 -- Made app_label arguments limit showmigrations --plan output. | Sebastian Spiegel | |
| 2017-01-06 | Refs #24688, #27497 -- Corrected docs: distance's 'spheroid' option isn't ↵ | Tim Graham | |
| PostGIS specific. | |||
