summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2019-04-18[2.2.x] Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over...can
2019-04-15[2.2.x] Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in...Mariusz Felisiak
2019-04-14[2.2.x] Fixed #30350 -- Prevented recreation of migration for operations with...Florian Apolloner
2019-04-08[2.2.x] Fixed #30330 -- Fixed setting of primary key to None during fast-delete.Florian Apolloner
2019-04-07[2.2.x] Refs #27807 -- Removed docs for User.username_validator.Tim Graham
2019-04-06[2.2.x] Fixed #30332 -- Fixed crash of ordering by expressions with params in...Simone Pellizzari
2019-04-05[2.2.x] Fixed #30324 -- Forced utf-8 encoding when loading the template for t...Nick Pope
2019-04-05[2.2.x] Fixed #30331 -- Added support for psycopg2 2.8.Mariusz Felisiak
2019-04-04[2.2.x] Fixed #30307 -- Fixed incorrect quoting of database user password whe...msg
2019-04-03[2.2.x] Added stub release notes for 2.2.1.Mariusz Felisiak
2019-04-02[2.2.x] Fixed typo in docs/releases/2.2.txt.Alex Gaynor
2019-04-01[2.2.x] Corrected date format in 2.2 release notes.Carlton Gibson
2019-04-01[2.2.x] Set release date in v2.2 release notes.Carlton Gibson
2019-03-30[2.2.x] Fixed #30289 -- Prevented admin inlines for a ManyToManyField's impli...Tim Graham
2019-03-30[2.2.x] Added stub 2.1.8 release notes.Tim Graham
2019-03-28[2.2.x] Fixed "byte string" typo in various docs and comments.Mariusz Felisiak
2019-03-27[2.2.x] Updated spelling and RFCs in HttpOnly cookie flag docs.Nick Pope
2019-03-18[2.2.x] Fixed #30263 -- Doc'd changes to form Media sorting (refs #30179).Carlton Gibson
2019-02-14[2.2.x] Fixed #30171 -- Fixed DatabaseError in servers tests.Jon Dufresne
2019-02-12[2.2.x] Refs #29478 -- Clarified cached_property 2.2 release note.Tim Graham
2019-02-11[2.2.x] Added CVE-2019-6975 to the security release archive.Tim Graham
2019-02-11[2.2.x] Refs #30177 -- Forwardported 2.0.13 release notes.Tim Graham
2019-02-11[2.2.x] Refs #30175 -- Added release notes for 2.1.7, 2.0.12, and 1.11.20 rel...Carlton Gibson
2019-02-11[2.2.x] Fixed typo in docs/releases/2.2.txt.Atul Varma
2019-02-11[2.2.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat....Carlton Gibson
2019-02-08[2.2.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2019-02-07[2.2.x] Added stub release notes for security releases.Carlton Gibson
2019-02-07[2.2.x] Updated Oracle docs links to Oracle 18c.Mariusz Felisiak
2019-02-04[2.2.x] Fixed duplicate word in docs/releases/2.0.txt.Daniel Hahler
2019-02-01[2.2.x] Used extlinks for GitHub commits.Tim Graham
2019-01-29[2.2.x] Fixed typo in docs/releases/2.2.txt.Daniel Hahler
2019-01-28[2.2.x] Refs #30033 -- Doc'd change regarding apps without migrations dependi...Tim Graham
2019-01-17Removed empty sections from 2.2 release notes.Carlton Gibson
2019-01-16Fixed #20147 -- Added HttpRequest.headers.Santiago Basulto
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
2019-01-15Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...Collin Anderson
2019-01-14Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.Nick Pope
2019-01-14Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.Nick Pope
2019-01-14Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.Nick Pope
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2019-01-12Refs #28643 -- Added Reverse database function.Nick Pope
2019-01-11Refs #29738 -- Allowed registering serializers with MigrationWriter.can
2019-01-11Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() optio...MaximZemskov
2019-01-11Refs #23829 -- Made ping_google command/function use https for the sitemap URL.Sanyam Khurana
2019-01-10Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.Simon Charette
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2019-01-10Refs #28643 -- Added NullIf database function.Mads Jensen
2019-01-10Added Armenian languageClaude Paroz
2019-01-09Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().Joshua Cannon
2019-01-09Fixed #28658 -- Added DISTINCT handling to the Aggregate class.Simon Charette