summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [2.2.x] Bumped version for 2.2.10 release.2.2.10Carlton Gibson2020-02-031-1/+1
* [2.2.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette2020-01-266-4/+38
* [2.2.x] Fixed timezones tests for PyYAML 5.3+.Mariusz Felisiak2020-01-071-6/+22
* [2.2.x] Added CVE-2019-19844 to the security archive.Mariusz Felisiak2019-12-181-0/+13
* [2.2.x] Post-release version bump.Mariusz Felisiak2019-12-181-1/+1
* [2.2.x] Bumped version for 2.2.9 release.2.2.9Mariusz Felisiak2019-12-181-1/+1
* [2.2.x] Fixed CVE-2019-19844 -- Used verified user email for password reset r...Simon Charette2019-12-184-8/+92
* [2.2.x] Refs #31073 -- Added release notes for 02eff7ef60466da108b1a33f1e4dc0...Mariusz Felisiak2019-12-113-0/+32
* [2.2.x] Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating a...Peter Andersen2019-12-113-3/+17
* [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] Post-release version bump.Carlton Gibson2019-12-021-1/+1
* [2.2.x] Bumped version for 2.2.8 release.2.2.8Carlton Gibson2019-12-021-1/+1
* [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-0210-87/+216
* [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-025-19/+135
* [2.2.x] Fixed #31021 -- Fixed proxy model permissions data migration crash wi...Mariusz Felisiak2019-11-293-20/+66
* [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-263-2/+26
* [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-182-2/+2
* [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 -- Added Python 3.8 to classifiers and tox.ini.Bastien Vallet2019-11-122-1/+2
* [2.2.x] Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirem...Mariusz Felisiak2019-11-122-2/+2
* [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-122-0/+63
* [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-083-8/+6
* [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