| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-01 | [2.2.x] Set release date in v2.2 release notes. | Carlton Gibson | |
| Backport of 7191beec4e2140bf2d6ff7e6ad2e1c25913c9c48 from master | |||
| 2019-03-30 | [2.2.x] Fixed #30289 -- Prevented admin inlines for a ManyToManyField's ↵ | Tim Graham | |
| implicit through model from being editable if the user only has the view permission. Backport of 8335d59200e4c64dfe3348ea93989d95e0107439 from master. | |||
| 2019-03-30 | [2.2.x] Added stub 2.1.8 release notes. | Tim Graham | |
| Backport of e245046bb6e8b32360aa48b8a41fb7050f0fc730 from master | |||
| 2019-03-28 | [2.2.x] Fixed "byte string" typo in various docs and comments. | Mariusz Felisiak | |
| Backport of 881362986a1ee8f650752de8471a895890b71f96 from master | |||
| 2019-03-27 | [2.2.x] Updated spelling and RFCs in HttpOnly cookie flag docs. | Nick Pope | |
| Backport of 398afba084679f1055926f6f91bd33fe124a92c5 from master. | |||
| 2019-03-18 | [2.2.x] Fixed #30263 -- Doc'd changes to form Media sorting (refs #30179). | Carlton Gibson | |
| Thanks to Tim Graham for review. Backport of 418263c457636d3301f2068c47f09a0f42e15c52 from master | |||
| 2019-02-14 | [2.2.x] Fixed #30171 -- Fixed DatabaseError in servers tests. | Jon Dufresne | |
| Made DatabaseWrapper thread sharing logic reentrant. Used a reference counting like scheme to allow nested uses. The error appeared after 8c775391b78b2a4a2b57c5e89ed4888f36aada4b. Backport of 76990cbbda5d93fda560c8a5ab019860f7efaab7 from master. | |||
| 2019-02-12 | [2.2.x] Refs #29478 -- Clarified cached_property 2.2 release note. | Tim Graham | |
| Backport of 3b64e2b77570c73a0d7092124fa73439e0fb4305 from master. | |||
| 2019-02-11 | [2.2.x] Added CVE-2019-6975 to the security release archive. | Tim Graham | |
| Backport of d6e5aad5c7eba3d8061c09902de16cd2b22619af from master. | |||
| 2019-02-11 | [2.2.x] Refs #30177 -- Forwardported 2.0.13 release notes. | Tim Graham | |
| Backport of 1b8f552b08eb7642be598ba7512e7eaecefbdc6d from master. | |||
| 2019-02-11 | [2.2.x] Refs #30175 -- Added release notes for 2.1.7, 2.0.12, and 1.11.20 ↵ | Carlton Gibson | |
| releases. Backport of b39bd0aa6d5667d6bbcf7d349a1035c676e3f972 from master | |||
| 2019-02-11 | [2.2.x] Fixed typo in docs/releases/2.2.txt. | Atul Varma | |
| Backport of b6bb912e9cd2d4497f010a362eff4662ba10f653 from master. | |||
| 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-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-04 | [2.2.x] Fixed duplicate word in docs/releases/2.0.txt. | Daniel Hahler | |
| Backport of fdc4518fe296c169cf54f23fdad2e0fc8785c059 from master. | |||
| 2019-02-01 | [2.2.x] Used extlinks for GitHub commits. | Tim Graham | |
| Backport of c34c6d0a2fc6d9bc55fb2db94b9ed40141babb15 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] 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-17 | Removed empty sections from 2.2 release notes. | Carlton Gibson | |
| 2019-01-16 | Fixed #20147 -- Added HttpRequest.headers. | Santiago Basulto | |
| 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-15 | Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a ↵ | Collin Anderson | |
| through model. | |||
| 2019-01-14 | Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin. | Nick Pope | |
| Keeps precision instead of forcing DecimalField to FloatField. | |||
| 2019-01-14 | Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin. | Nick Pope | |
| Keeps precision instead of forcing DecimalField to FloatField. | |||
| 2019-01-14 | Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin. | Nick Pope | |
| Keeps precision instead of forcing DecimalField to FloatField. | |||
| 2019-01-13 | Fixed #27685 -- Added watchman support to the autoreloader. | Tom Forbes | |
| Removed support for pyinotify (refs #9722). | |||
| 2019-01-12 | Refs #28643 -- Added Reverse database function. | Nick Pope | |
| Thanks Mariusz Felisiak for Oracle advice and review. | |||
| 2019-01-11 | Refs #29738 -- Allowed registering serializers with MigrationWriter. | can | |
| 2019-01-11 | Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() ↵ | MaximZemskov | |
| optional. Restored backwards compatibility after refs #27991. Regression in be6ca89396c031619947921c81b8795d816e3285. | |||
| 2019-01-11 | Refs #23829 -- Made ping_google command/function use https for the sitemap URL. | Sanyam Khurana | |
| 2019-01-10 | Fixed #28478 -- Make DiscoverRunner skip creating unused test databases. | Simon Charette | |
| SimpleTestCase.databases makes it possible to determine the set of databases required to run the discovered tests. | |||
| 2019-01-10 | Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in ↵ | Simon Charette | |
| favor of databases. | |||
| 2019-01-10 | Refs #28643 -- Added NullIf database function. | Mads Jensen | |
| Thanks Nick Pope, Mariusz Felisiak, and Tim Graham for reviews. | |||
| 2019-01-10 | Added Armenian language | Claude Paroz | |
| 2019-01-09 | Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user(). | Joshua Cannon | |
| 2019-01-09 | Fixed #28658 -- Added DISTINCT handling to the Aggregate class. | Simon Charette | |
| 2019-01-09 | Refs #23748 -- Added AutoField introspection for SQLite. | Nick Pope | |
| 2019-01-08 | Added stub 2.1.6 release notes. | Tim Graham | |
| 2019-01-04 | Added CVE-2019-3498 to the security release archive. | Tim Graham | |
| 2019-01-03 | Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the ↵ | Tom Hacohen | |
| default 404 page. Co-Authored-By: Tim Graham <timograham@gmail.com> | |||
| 2019-01-01 | Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called with ↵ | Tim Graham | |
| non-None obj during add. Thanks andreage for the report and suggested fix. | |||
| 2019-01-01 | Fixed #30060 -- Moved SQL generation for indexes and constraints to ↵ | Paveł Tyślacki | |
| SchemaEditor. | |||
| 2018-12-27 | Fixed #30024 -- Made urlencode() and Client raise TypeError when None is ↵ | Jon Dufresne | |
| passed as data. | |||
| 2018-12-24 | Fixed #30056 -- Added SQLite support for StdDev and Variance functions. | Nick Pope | |
| 2018-12-22 | Fixed #30055 -- Dropped support for SQLite < 3.8.3. | Tim Graham | |
| 2018-12-22 | Refs #29928 -- Adjusted release notes of SQLite test constraint checking. | Simon Charette | |
| 2018-12-21 | Fixed #29750 -- Added View.setup() hook for class-based views. | François Freitag | |
| 2018-12-20 | Refs #30015 -- Added 2.1.5 release note and removed 'we' in comments. | Carlton Gibson | |
