| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-11 | [2.2.x] Bumped version for 2.2b1.2.2b1 | Carlton Gibson | |
| 2019-02-11 | [2.2.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in ↵ | Carlton Gibson | |
| utils.numberformat.format(). Thanks Sjoerd Job Postmus for the report and initial patch. Thanks Michael Manfre, Tim Graham, and Florian Apolloner for review. Backport of 402c0caa851e265410fbcaa55318f22d2bf22ee2 from master | |||
| 2019-02-09 | [2.2.x] Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party database ↵ | Tim Graham | |
| backends" as it's inactive. Backport of 56b50cbf73ecfd4577bb7cfe8dc8ccd4befd7e00 from master. | |||
| 2019-02-09 | [2.2.x] Fixed #30153 -- Fixed incorrect form Media asset ordering after ↵ | Matthias Kestenholz | |
| three way merge. Delaying merging assets as long as possible avoids introducing incorrect relative orderings that cause a broken final result. Backport of 959d0c078a1c903cd1e4850932be77c4f0d2294d from master. | |||
| 2019-02-08 | [2.2.x] Removed extra characters in docs header underlines. | Mariusz Felisiak | |
| Backport of 25829197bb94585e94695360065ac614aa9e6a56 from master | |||
| 2019-02-07 | [2.2.x] Added stub release notes for security releases. | Carlton Gibson | |
| Backport of 5cc6f02f91e8860c867cc68cf42e66b5bb54c63d from master | |||
| 2019-02-07 | [2.2.x] Updated Oracle docs links to Oracle 18c. | Mariusz Felisiak | |
| Backport of 759a9b710c0e5a6009cfba406ff562919fa70ef0 from master | |||
| 2019-02-06 | [2.2.x] Refs #15372 -- Removed obsolete docs about manage.py setting sys.path. | Andy Chosak | |
| Backport of 80f4ecc64751d5cf13a7233aa520209fee4757c8 from master | |||
| 2019-02-05 | [2.2.x] Simplified and corrected LOGIN_URL, LOGIN_REDIRECT_URL, and ↵ | Tim Graham | |
| LOGOUT_REDIRECT_URL docs. Backport of b709d701303b3877387020c1558a590713b09853 from master. | |||
| 2019-02-04 | [2.2.x] Removed django.utils.lru_cache usage. | Tim Graham | |
| Backport of 0367bc6d04ca6d1a4a21a69a839f6d404508f8df from master. | |||
| 2019-02-04 | [2.2.x] Fixed duplicate word in docs/releases/2.0.txt. | Daniel Hahler | |
| Backport of fdc4518fe296c169cf54f23fdad2e0fc8785c059 from master. | |||
| 2019-02-04 | [2.2.x] Refs #30055 -- Bumped minimum SQLite version in GIS docs. | Tim Graham | |
| Backport of 4763c9719135f4de17924d9c8524f1cfe41bc645 from master. | |||
| 2019-02-01 | [2.2.x] Used extlinks for GitHub commits. | Tim Graham | |
| Backport of c34c6d0a2fc6d9bc55fb2db94b9ed40141babb15 from master. | |||
| 2019-01-31 | [2.2.x] Used LoginRequiredMixin in "Models and request.user" example. | Daniel Roseman | |
| Backport of 6da28d5edfaee1858c8f7ae603a717aaa05e15cf from master. | |||
| 2019-01-31 | [2.2.x] Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText). | Robert Coup | |
| Backport of a8b03bea180e0660c0e159f3e7cf6192b512925f from master | |||
| 2019-01-31 | [2.2.x] Corrected output of Prefetch.to_attr example. | Sergey Fedoseev | |
| Backport of ba7a420012799b26ec9e969d0276d2ccee93c1f5 from master. | |||
| 2019-01-30 | [2.2.x] Fixed #30091 -- Doc'd middleware ordering requirements with ↵ | Carlton Gibson | |
| CSRF_USE_SESSIONS. Backport of bae66e759faee8513da4b11d3fd16b044b415bdb from master. | |||
| 2019-01-30 | [2.2.x] Fixed E117 and F405 flake8 warnings. | Mariusz Felisiak | |
| Backport of 5a5c77d55dc85c7e6cf910243257e408887f412a from master | |||
| 2019-01-29 | [2.2.x] Fixed typo in docs/releases/2.2.txt. | Daniel Hahler | |
| Backport of 14581553e4ce9918aeb427fee7e5d7b6681e4e85 from master | |||
| 2019-01-28 | [2.2.x] Fixed #29825 -- Fixed JS ngettext if the string is a non-plural ↵ | Claude Paroz | |
| msgid in the catalog. Backport of 16454ac35f6a24a04b23a9340b0d62c33edbc1ea from master. | |||
| 2019-01-28 | [2.2.x] Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader. | Tom Forbes | |
| Backport of 1e92407f83ed35be35f876777935b983ab9587be from master. | |||
| 2019-01-28 | [2.2.x] Made test table cleanup in OperationTestBase more robust. | Paveł Tyślacki | |
| Some non-unique constraint names were added in b69f8eb04cc8762d3dfd5af5ea1fc58e3f2ebcc3 which resulted in failures depending on the order in which tests were run. Backport of 62b8596616ea46849e29ca77a77e1196417dc1f9 from master. | |||
| 2019-01-28 | [2.2.x] Refs #30055 -- Added a helpful error when SQLite is too old. | Tim Graham | |
| Backport of 7444f3252757ed4384623e5afd7dcfeef3e0c74e from master. | |||
| 2019-01-28 | [2.2.x] Refs #30033 -- Doc'd change regarding apps without migrations ↵ | Tim Graham | |
| depending on apps with migrations. The addition of self.connection.check_constraints() in 7289874adceec46b5367ec3157cdd10c711253a0 is the cause. Backport of fcfb7306586184f08c7f75c174f95b54a212320d from master. | |||
| 2019-01-27 | [2.2.x] Fixed typo in docs/ref/request-response.txt. | Sergey Fursov | |
| Backport of 20ea68c4fea2beca258634ef026146d1555cc5b7 from master. | |||
| 2019-01-23 | [2.2.x] Refs #30111 -- Fixed test cleanup in postgres_tests/test_integration.py. | Tim Graham | |
| Fixed "ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?" on Jenkins because report files were put in tests/postgres_tests. Backport of 2de7eb6f4d5a20cec98e4d2eefc276ee38d149ad from master. | |||
| 2019-01-22 | [2.2.x] Fixed #30115 -- Fixed SQLite introspection crash with a varchar ↵ | Nick Pope | |
| primary key. Removed obsolete max_length handling for CharField that caused the issue. Regression in a35d2a4510d5beec398b1007aaa26492d6aedf97. Backport of bff748df3e1e1c0077e02df2b77bda2b827ad129 from master. | |||
| 2019-01-22 | [2.2.x] Fixed #30111 -- Fixed AppRegistryNotReady error with ↵ | Nasir Hussain | |
| django.contrib.postgres in INSTALLED_APPS. Regression in e192223ed996ed30fe83787efdfa7f2be6b1a2ee. Backport of 2804b8d2153505ec49b191db2168302dfb92c3af from master. | |||
| 2019-01-21 | [2.2.x] Corrected GenericRelation's related_query_name manual lookup example. | Pavel Savchenko | |
| And changed related_query_name to a singular noun. Backport of 130192b12b63357a8f5ff448cd0edfa5a8094909 from master. | |||
| 2019-01-21 | [2.2.x] Fixed #30121 -- Fixed assertURLEqual() crash with reverse_lazy() URLs. | Jon Dufresne | |
| Regression in 24959e48d949a20be969f649ece3576dbc7ce422. Backport of d15c61cabbe1c15068ffeb58c64035057f0c7d5c from master. | |||
| 2019-01-21 | [2.2.x] Fixed #30120 -- Fixed invalid SQL in distinct aggregate. | Simon Charette | |
| Regression in bc05547cd8c1dd511c6b6a6c873a1bc63417b111 (refs #28658). Backport of 65858119d23e37872505a4476e7141c33981fb50 from master. | |||
| 2019-01-19 | [2.2.x] Removed redundant period in Watchman unavailable message. | Tom Forbes | |
| Backport of d8a2f4ec09e5b7e73a706a1b1b5bf74d8bdc64b3 from master. | |||
| 2019-01-19 | [2.2.x] Fixed #30117 -- Fixed SchemaEditor.quote_value() test for ↵ | Mariusz Felisiak | |
| mysqlclient 1.4.0+. Backport of f05c02c4b8d4e423e57d453c4bd699dc5ff7eaa7 from master | |||
| 2019-01-17 | [2.2.x] Refs #30097 -- Fixed typos in InlineModelAdmin.has_add_permission() ↵ | Tim Graham | |
| deprecation comments. | |||
| 2019-01-17 | [2.2.x] Refs #28606 -- Corrected deprecation version for ↵ | Tim Graham | |
| CachedStaticFilesStorage. Backport of 6713926ebe22172e50f283185f969275c326416d from master | |||
| 2019-01-17 | [2.2.x] Fixed typo in QuerySet.bulk_update() documentation. | Day Barr | |
| Backport of 51fa59f0b39b24d4a589e01a26e539c3134a6c42 from master. | |||
| 2019-01-17 | [2.2.x] Bumped django_next_version in docs config.2.2a1 | Carlton Gibson | |
| 2019-01-17 | [2.2.x] Bumped version for Django 2.2 alpha 1. | Carlton Gibson | |
| 2019-01-17 | Removed empty sections from 2.2 release notes. | Carlton Gibson | |
| 2019-01-17 | Updated man page for Django 2.2 alpha. | Carlton Gibson | |
| 2019-01-17 | Refs #17198 -- Detected existing total ordering in admin changelist. | Simon Charette | |
| Appending pk is not necessary when a subset of the ordering expressions is contained in a non-nullable unique contraint. Related field ordering through lookups and related ordering introspection is omitted for simplicitly purpose. | |||
| 2019-01-16 | Updated translation catalogs | Claude Paroz | |
| 2019-01-16 | Fixed #30044 -- Raised a FieldError on inherited field update attempts. | Simon Charette | |
| 2019-01-16 | Fixed #20147 -- Added HttpRequest.headers. | Santiago Basulto | |
| 2019-01-16 | Removed unnecessary transaction wrapping in expressions test. | Simon Charette | |
| 2019-01-16 | Refs #30102 -- Added comment on use of Template without placeholders in ↵ | Carlton Gibson | |
| page_not_found() view. | |||
| 2019-01-16 | Fixed #11154, #22270 -- Made proxy model permissions use correct content type. | Arthur Rio | |
| Co-Authored-By: Simon Charette <charette.s@gmail.com> Co-Authored-By: Antoine Catton <acatton@fusionbox.com> | |||
| 2019-01-16 | Refs #9475 -- Simplified dictionary unpacking. | Simon Charette | |
| 2019-01-15 | Refs #9475 -- Fixed typo, used unpacking generalization, and made ↵ | Nick Pope | |
| through_defaults kwarg-only. | |||
| 2019-01-15 | Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a ↵ | Collin Anderson | |
| through model. | |||
