summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2019-12-02[3.0.x] Finalized release notes for Django 3.0.Carlton Gibson
Backport of 3b347a8a00273e9cc2fd9d4a5c61569c08398769 from master
2019-12-02[3.0.x] Added CVE-2019-19118 to the security archive.Carlton Gibson
Backport of 900ea762e5d1342e84a645483d05b90e6d908f2d from master
2019-12-02[3.0.x] Removed issue reporter name from 2.1.15 and 2.2.8 release notes.Carlton Gibson
Backport of 368b8d20aaa16f0ef763759a0a87d986ef460584 from master
2019-12-02[3.0.x] Added release dates for 2.1.15, 2.2.8 and 3.0.Carlton Gibson
Backport of e31d1852671866f6e52d55f9b7925ecad711fcf5 from master
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for ↵Carlton Gibson
editable inlines in admin. Thank you to Shen Ying for reporting this issue.
2019-12-02[3.0.x] Refs #30953 -- Added 2.1.15 release note for ↵Mariusz Felisiak
0107e3d1058f653f66032f7fd3a0bd61e96bf782. Backport of 39e39d0ac1b720e7460ec8ccf45926c78edb2047 from master
2019-12-02[3.0.x] Fixed #30953 -- Made select_for_update() lock queryset's model when ↵Mariusz Felisiak
using "self" with multi-table inheritance. Thanks Abhijeet Viswa for the report and initial patch. Backport of 0107e3d1058f653f66032f7fd3a0bd61e96bf782 from master
2019-11-29[3.0.x] Fixed #31021 -- Fixed proxy model permissions data migration crash ↵Mariusz Felisiak
with a multiple databases setup. Regression in 98296f86b340c8c9c968375d59f1d3a3479e60c2. Backport of e8fcdaad5c428878d0a5d6ba820d957013f75595 from master
2019-11-28[3.0.x] Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon
Backport of ff1b19da6761217ed1b14cc7e94c6438903565d8 from master
2019-11-28[3.0.x] Refs #31029 -- Added note about :rfc: role in writing documentation ↵Baptiste Mispelon
docs. Backport of 42df1b178b22d499986516b5d3d6bb70c044901a from master
2019-11-27[3.0.x] Fixed #31018 -- Removed django-nonrel in NoSQL databases FAQ.Mariusz Felisiak
Backport of a36f7ed6ac5b2529db7e13fd3754290484928b18 from master
2019-11-26[3.0.x] Improved custom MultiWidget example in docs.Adam Johnson
Backport of 7742cc0c8f620f7b65b02b5018a5f7078325d467 from master
2019-11-26[3.0.x] Used :ticket: role in all tickets links.Sergey Fedoseev
Backport of abc51d44afcb8482c64c0bb8c1022f11e7eb2bbb from master
2019-11-26[3.0.x] Fixed #31031 -- Fixed data loss in admin changelist view when ↵Baptiste Mispelon
formset's prefix contains regex special chars. Regression in b18650a2634890aa758abae2f33875daa13a9ba3. Backport of 52936efacec4df05df2d9872c09c3332335bf21b from master
2019-11-25[3.0.x] Updated link to IBM DB2 backend.Sergey Fedoseev
See https://github.com/ibmdb/python-ibmdb/pull/375 Backport of 5573a54d409bb98b5c5acdb308310bed02d392c2 from master
2019-11-25[3.0.x] Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning ↵Baptiste Mispelon
on Sphinx 1.8+. Backport of 89d41cba392b759732ba9f1db4ff29ed47da6a56 from master
2019-11-25[3.0.x] Doc'd SpatiaLite support of 3D geometry fields.Sergey Fedoseev
Support was added in 65129aac07022f23afa1df7ec7fad2216634cb38. Backport of 85c598900772a00aee2ad4a20e3f3854f1c87fbd from master
2019-11-25[3.0.x] Fixed #28469 -- Doc'd how to create a custom HttpResponse subclass.Baptiste Mispelon
Backport of 9f1ec9efc35bbb375c9cebb3e0d8c1b7be838338 from master
2019-11-21[3.0.x] Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of ↵Carlton Gibson
required SelectDateWidget." This reverts commit f038214d917c982613f5a15db8dfe325b1f7479b. The initial issue was incorrect. Django 2.2, and before, did not generate invalid HTML as reported. With f03821 in place invalid HTML was generated. Thanks to Kevin Brown for follow-up report and investigation. Backport of ee4a19053a32d41cdd79e087b1968980804ce658 from master
2019-11-21[3.0.x] Fixed #30625 -- Doc'd cache.get()/delete() behavior change in Django ↵Hasan Ramezani
2.2. Backport of f69b32782e21642c6184162d888fcc17dd1dd85e from master
2019-11-21[3.0.x] Made versionadded/versionchanged annotations without a content end ↵Sergey Fedoseev
with ".". Regression in d2afa5eb2308e672b6313876856e32e2561b90f3. Backport of 5032556483f16b0b5f182e393eb5c6548fc505be from master
2019-11-20[3.0.x] Fixed #31008 -- Fixed typos in docs/topics/logging.txt.Mariusz Felisiak
Backport of 3e5b349535f011a51dc308898924786143000631 from master
2019-11-20[3.0.x] Pinned asgiref to 3.2 series.Carlton Gibson
Backport of 36453526d3e1a5829864f106d6baa0ebdb20537e from master
2019-11-20[3.0.x] Fixed #27164 -- Fixed an example of using routers in multiple ↵Caio Ariede
databases docs. Make sure that AuthRouter includes ContentType in the same database. Backport of 608e06023e6eaf75f744134a0fd203853260e616 from master
2019-11-19[3.0.x] Added stub release notes for 2.1.15.Mariusz Felisiak
Backport of e9def97d1095efed15a109d82fe0498ebd56fa04 from master
2019-11-19[3.0.x] Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.Hasan Ramezani
Backport of 33eecfa7405ea997669f8edb61c596c3f295c793 from master
2019-11-18[3.0.x] Expanded API stability docs to include our policy of continual ↵Luke Plant
improvement. Backport of 5cef2cd4a10e51035e2728e3e5e59265bc0347e0 from master
2019-11-18[3.0.x] Fixed #30990 -- Fixed example output in 'z' date format docs.Baptiste Mispelon
Backport of 1185c6172b4dd5482b7bc76b12d7a0588320e027 from master
2019-11-18[3.0.x] Updated man page for Django 3.0 release candidate 1.Mariusz Felisiak
2019-11-12[3.0.x] Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.Mariusz Felisiak
Backport of b93a0e34d9b9b99d41103782b7e7aeabf47517e3 from master.
2019-11-12[3.0.x] Added stub release notes for 2.2.8 release.Mariusz Felisiak
Backport of 30359496a3f3d9af0b02afc334710f7e24c74f5b from master
2019-11-12[3.0.x] Fixed #30828 -- Added how to remove/insert many-to-many relations in ↵David Foster
bulk to the database optimization docs. Backport of 6a04e69e686cf417b469d7676f93c2e3a9c8d6a3 from master
2019-11-11[3.0.x] Fixed typo in docs/topics/files.txt.Mariusz Felisiak
Backport of 08c0d8b16bb7e79074bc9c8ab4f0db97a94d336a from master
2019-11-11[3.0.x] Fixed #30252 -- Clarified need to reopen ↵Hasan Ramezani
forms.fields.ImageField.image file to access raw image data. Backport of 2282d9f2e5d08fc782087ebe97ab195303a6e79b from master
2019-11-11[3.0.x] Fixed #30958 -- Used a clearer example in the Cast() docs.Farhaan Bukhsh
Backport of 4cb15450adac4003ed98f4adcb1710c95fd2b919 from master
2019-11-08[3.0.x] Refs #30948 -- Updated install instructions to use pip instead of ↵Jon Dufresne
setup.py. Co-authored-by: Nick Pope <nick.pope@flightdataservices.com> Backport of eee4da3b5748370a5c562bc63d2cae61ea85b16c from master
2019-11-08[3.0.x] Doc'd archiving historical branches as git tags.Carlton Gibson
Backport of a32f983be8f5711963f20d976f13b3354e36f5c7 from master
2019-11-08[3.0.x] Fixed #30955 -- Doc'd that only concrete base models are stored in ↵Shipeng Feng
historical models bases. Abstract models are removed from bases when generating historical model state since 6436f1fad9ce51f18735106ac75aeea3d6d1f310. Backport of 8058d9d7adb189fec75a4b57565f225996c7b22c from master
2019-11-07[3.0.x] Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.René Fleschenberg
Backport of 367634f976ab43db93321bf4eb898449b670e291 from master
2019-11-07[3.0.x] Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed ↵Farhaan Bukhsh
to command-line client. Backport of cc5622ec8c260535c63279cf6eb293f2b5a742f0 from master
2019-11-06[3.0.x] Fixed #15742 -- Fixed an example of collecting selected objects in ↵Daniel Fairhead
ModelAdmin.actions docs. The queryset argument is already filtered, and request.POST doesn't contain all selected objects when "Select All" is used. Backport of e651b3095c950627b1eed1527f2bb011ddad03de from master
2019-11-06[3.0.x] Documented arguments for custom 500 error view.Dan Swain
Backport of 422b875c6586a6548c6bf34a0851ae82198a8818 from master
2019-11-06[3.0.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.Stephen Rauch
Support for sqlparse < 0.2.2 was broken in 782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property was added in sqlparse 0.2.2. Backport of 4b6db766ba4b613d317c87f87d1d63865b7424a4 from master
2019-11-06[3.0.x] Added a link to the file email backend from EMAIL_FILE_PATH setting.Jon Dufresne
Backport of c8debd50617142937191986aec77a5eee472c28e from master
2019-11-05[3.0.x] Fixed #30944 -- Changed reusable apps docs to use a declarative config.Jon Dufresne
Backport of 89368ab6e358ebe29a0417d65209182238daa245 from master
2019-11-05[3.0.x] Fixed #30928 -- Clarified MySQL/MariaDB support of ↵kola-er
QuerySet.select_for_update() options. Thanks Par Andersson for reporting the issue. Backport of d94d7b113c21d7a0fd802fadb1adbbec8155e880 from master
2019-11-05[3.0.x] Refs #30923 -- Fixed an example of rendering templates in ↵Alasdair Nicol
contrib.sites docs. Backport of b991eefd3a9fa4da4eb46fddcb36cf1e8b5862e9 from master
2019-11-05[3.0.x] Refs #30947 -- Changed tuples to lists in model Meta options ↵Mariusz Felisiak
examples in docs. Follow up to 97d3321e89c8d4434927bdbc308db1ccffa99d3b. Backport of e5cacb1f47cb3a2943bbc7685a630c84503b0d1b from master
2019-11-04[3.0.x] Added Uzbek language.Claude Paroz
Backport of 6ccb1b68bc22e4edc1562f0159e71631d6a256d9 from master
2019-11-04[3.0.x] Updated list of field types conversions in ModelForm docs.Adam Johnson
Backport of 5a856669bf0574f612eea89e72a6b0a3d2cb80d9 from master