summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-07-31[2.1.x] Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django.u...Florian Apolloner
2019-07-31[2.1.x] Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index...Mariusz Felisiak
2019-07-29[2.1.X] Fixed CVE-2019-14233 -- Prevented excessive HTMLParser recursion in s...Florian Apolloner
2019-07-29[2.1.X] Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues w...Florian Apolloner
2019-07-25[2.1.x] Added stub release notes for security releases.Carlton Gibson
2019-07-01[2.1.x] Added CVE-2019-12781 to the security release archive.Mariusz Felisiak
2019-07-01[2.1.x] Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SS...Carlton Gibson
2019-07-01[2.1.x] Added stub release notes for security releases.Mariusz Felisiak
2019-06-03[2.1.x] Added CVE-2019-12308 to the security release archive.Nick Pope
2019-06-03[2.1.x] Added CVE-2019-11358 to the security release archive.Nick Pope
2019-06-03[2.1.x] Fixed typos in 1.11.21, 2.1.9, 2.2.2 release notes.Mariusz Felisiak
2019-06-03[2.1.x] Applied jQuery patch for CVE-2019-11358.Carlton Gibson
2019-06-03[2.1.x] Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before ...Carlton Gibson
2019-06-03[2.1.x] Added stub release notes for security releases.Carlton Gibson
2019-04-07[2.1.x] Refs #27807 -- Removed docs for User.username_validator.Tim Graham
2019-04-05[2.1.x] Refs #30331 -- Doc'd that psycopg2 < 2.8 is required.Mariusz Felisiak
2019-03-30[2.1.x] Fixed #30289 -- Prevented admin inlines for a ManyToManyField's impli...Tim Graham
2019-03-30[2.1.x] Added stub 2.1.8 release notes.Tim Graham
2019-03-21[2.1.x] Fixed #30277 -- Fixed broken links to packaging.python.org.Tim Graham
2019-02-28[2.1.x] Clarified permission-related docs.Tobias Bengfort
2019-02-25[2.1.x] Refs #29683 -- Updated multi-db docs for view permission.Tim Graham
2019-02-25[2.1.x] Fixed documentation of database representation for ManyToManyField.Mariusz Felisiak
2019-02-16[2.1.x] Fixed #30187 -- Moved "install Django" command to a console box.Mariusz Felisiak
2019-02-11[2.1.x] Added CVE-2019-6975 to the security release archive.Tim Graham
2019-02-11[2.1.x] Refs #30177 -- Forwardported 2.0.13 release notes.Tim Graham
2019-02-11[2.1.x] Refs #30175 -- Added release notes for 2.1.7, 2.0.12, and 1.11.20 rel...Carlton Gibson
2019-02-11[2.1.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat....Carlton Gibson
2019-02-08[2.1.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2019-02-07[2.1.x] Added stub release notes for security releases.Carlton Gibson
2019-02-04[2.1.x] Fixed duplicate word in docs/releases/2.0.txt.Daniel Hahler
2019-02-01[2.1.x] Used extlinks for GitHub commits.Tim Graham
2019-01-31[2.1.x] Corrected output of Prefetch.to_attr example.Sergey Fedoseev
2019-01-11[2.1.x] Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission...MaximZemskov
2019-01-08[2.1.x] Added stub 2.1.6 release notes.Tim Graham
2019-01-04[2.1.x] Added CVE-2019-3498 to the security release archive.Tim Graham
2019-01-03[2.1.x] Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in t...Tom Hacohen
2019-01-02[2.1.x] Fixed typo in docs/ref/migration-operations.txt.Jozef
2019-01-01[2.1.x] Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called...Tim Graham
2018-12-29[2.1.x] Added examples to HttpRequest.build_absolute_uri() docs.Adam Johnson
2018-12-27[2.1.x] Updated OWASP Top 10 link to the latest version.Vedran Karačić
2018-12-27[2.1.x] Fixed broken links to PyYAML page.CHI Cheng
2018-12-24[2.1.x] Added import locations to contrib.postgres aggregates and validators ...Marten Kenbeek
2018-12-20[2.1.x] Fixed #30015 -- Ensured request body is properly consumed for keep-al...Konstantin Alekseev
2018-12-17[2.1.x] Fixed #30023 -- Prevented SQLite schema alterations while foreign key...Simon Charette
2018-12-12[2.1.x] Fixed #30036 -- Removed unused imports in pagination example.Carlton Gibson
2018-12-07[2.1.x] Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.Simon Charette
2018-12-06[2.1.x] Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work fo...Rodrigo
2018-12-05[2.1.x] Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with m...Tim Graham
2018-12-04[2.1.x] Added stub release notes for 2.1.5 release.Carlton Gibson
2018-12-03[2.1.x] Added release date for 2.1.4.Carlton Gibson