summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [2.2.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette2020-01-263-0/+28
* [2.2.x] Added CVE-2019-19844 to the security archive.Mariusz Felisiak2019-12-181-0/+13
* [2.2.x] Fixed CVE-2019-19844 -- Used verified user email for password reset r...Simon Charette2019-12-182-4/+36
* [2.2.x] Refs #31073 -- Added release notes for 02eff7ef60466da108b1a33f1e4dc0...Mariusz Felisiak2019-12-113-0/+32
* [2.2.x] Fixed #31006 -- Doc'd backslash escaping in date/time template filters.Ryan Cheley2019-12-021-1/+12
* [2.2.x] Added CVE-2019-19118 to the security archive.Carlton Gibson2019-12-021-0/+13
* [2.2.x] Removed issue reporter name from 2.1.15 and 2.2.8 release notes.Carlton Gibson2019-12-022-4/+0
* [2.2.x] Added release dates for 2.1.15, 2.2.8 and 3.0.Carlton Gibson2019-12-022-2/+2
* Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson2019-12-022-3/+81
* [2.2.x] Refs #30953 -- Added 2.1.15 release note for 0107e3d1058f653f66032f7f...Mariusz Felisiak2019-12-021-1/+5
* [2.2.x] Fixed #30953 -- Made select_for_update() lock queryset's model when u...Mariusz Felisiak2019-12-022-0/+14
* [2.2.x] Fixed #31021 -- Fixed proxy model permissions data migration crash wi...Mariusz Felisiak2019-11-291-0/+4
* [2.2.x] Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon2019-11-287-21/+24
* [2.2.x] Refs #31029 -- Added note about :rfc: role in writing documentation d...Baptiste Mispelon2019-11-281-0/+4
* [2.2.x] Fixed #31018 -- Removed django-nonrel in NoSQL databases FAQ.Mariusz Felisiak2019-11-271-5/+4
* [2.2.x] Improved custom MultiWidget example in docs.Adam Johnson2019-11-261-40/+34
* [2.2.x] Used :ticket: role in all tickets links.Sergey Fedoseev2019-11-268-24/+16
* [2.2.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset...Baptiste Mispelon2019-11-261-1/+3
* [2.2.x] Updated link to IBM DB2 backend.Sergey Fedoseev2019-11-251-1/+1
* [2.2.x] Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on...Baptiste Mispelon2019-11-251-4/+1
* [2.2.x] Doc'd SpatiaLite support of 3D geometry fields.Sergey Fedoseev2019-11-251-1/+1
* [2.2.x] Fixed #28469 -- Doc'd how to create a custom HttpResponse subclass.Baptiste Mispelon2019-11-251-0/+14
* [2.2.x] Fixed #30625 -- Doc'd cache.get()/delete() behavior change in Django ...Hasan Ramezani2019-11-211-0/+3
* [2.2.x] Made versionadded/versionchanged annotations without a content end wi...Sergey Fedoseev2019-11-211-1/+1
* [2.2.x] Fixed #27164 -- Fixed an example of using routers in multiple databas...Caio Ariede2019-11-201-12/+19
* [2.2.x] Added stub release notes for 2.1.15.Mariusz Felisiak2019-11-192-0/+13
* [2.2.x] Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.Hasan Ramezani2019-11-191-1/+1
* [2.2.x] Expanded API stability docs to include our policy of continual improv...Luke Plant2019-11-181-8/+17
* [2.2.x] Fixed #30990 -- Fixed example output in 'z' date format docs.Baptiste Mispelon2019-11-181-1/+1
* [2.2.x] Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.Mariusz Felisiak2019-11-123-4/+7
* [2.2.x] Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirem...Mariusz Felisiak2019-11-121-1/+1
* [2.2.x] Added stub release notes for 2.2.8 release.Mariusz Felisiak2019-11-122-0/+13
* [2.2.x] Fixed #30828 -- Added how to remove/insert many-to-many relations in ...David Foster2019-11-121-0/+62
* [2.2.x] Fixed typo in docs/topics/files.txt.Mariusz Felisiak2019-11-111-1/+1
* [2.2.x] Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.imag...Hasan Ramezani2019-11-111-3/+35
* [2.2.x] Fixed #30958 -- Used a clearer example in the Cast() docs.Farhaan Bukhsh2019-11-111-4/+6
* [2.2.x] Refs #30948 -- Updated install instructions to use pip instead of set...Jon Dufresne2019-11-082-5/+5
* [2.2.x] Doc'd archiving historical branches as git tags.Carlton Gibson2019-11-081-63/+35
* [2.2.x] Fixed #30955 -- Doc'd that only concrete base models are stored in hi...Shipeng Feng2019-11-081-5/+5
* [2.2.x] Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.René Fleschenberg2019-11-071-6/+6
* [2.2.x] Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to...Farhaan Bukhsh2019-11-071-0/+6
* [2.2.x] Fixed #15742 -- Fixed an example of collecting selected objects in Mo...Daniel Fairhead2019-11-061-3/+5
* [2.2.x] Documented arguments for custom 500 error view.Dan Swain2019-11-061-2/+2
* [2.2.x] Added a link to the file email backend from EMAIL_FILE_PATH setting.Jon Dufresne2019-11-061-1/+2
* [2.2.x] Fixed #30944 -- Changed reusable apps docs to use a declarative config.Jon Dufresne2019-11-051-40/+41
* [2.2.x] Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_fo...kola-er2019-11-052-5/+13
* [2.2.x] Refs #30923 -- Fixed an example of rendering templates in contrib.sit...Alasdair Nicol2019-11-051-3/+3
* [2.2.x] Refs #30947 -- Changed tuples to lists in model Meta options examples...Mariusz Felisiak2019-11-052-3/+3
* [2.2.x] Updated list of field types conversions in ModelForm docs.Adam Johnson2019-11-041-1/+5
* [2.2.x] Updated man page for Django 2.2.Mariusz Felisiak2019-11-041-2/+22