summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-03[2.2.x] Bumped version for 2.2.10 release.2.2.10Carlton Gibson
2020-01-26[2.2.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette
2020-01-07[2.2.x] Fixed timezones tests for PyYAML 5.3+.Mariusz Felisiak
2019-12-18[2.2.x] Added CVE-2019-19844 to the security archive.Mariusz Felisiak
2019-12-18[2.2.x] Post-release version bump.Mariusz Felisiak
2019-12-18[2.2.x] Bumped version for 2.2.9 release.2.2.9Mariusz Felisiak
2019-12-18[2.2.x] Fixed CVE-2019-19844 -- Used verified user email for password reset r...Simon Charette
2019-12-11[2.2.x] Refs #31073 -- Added release notes for 02eff7ef60466da108b1a33f1e4dc0...Mariusz Felisiak
2019-12-11[2.2.x] Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating a...Peter Andersen
2019-12-02[2.2.x] Fixed #31006 -- Doc'd backslash escaping in date/time template filters.Ryan Cheley
2019-12-02[2.2.x] Added CVE-2019-19118 to the security archive.Carlton Gibson
2019-12-02[2.2.x] Removed issue reporter name from 2.1.15 and 2.2.8 release notes.Carlton Gibson
2019-12-02[2.2.x] Post-release version bump.Carlton Gibson
2019-12-02[2.2.x] Bumped version for 2.2.8 release.2.2.8Carlton Gibson
2019-12-02[2.2.x] Added release dates for 2.1.15, 2.2.8 and 3.0.Carlton Gibson
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson
2019-12-02[2.2.x] Refs #30953 -- Added 2.1.15 release note for 0107e3d1058f653f66032f7f...Mariusz Felisiak
2019-12-02[2.2.x] Fixed #30953 -- Made select_for_update() lock queryset's model when u...Mariusz Felisiak
2019-11-29[2.2.x] Fixed #31021 -- Fixed proxy model permissions data migration crash wi...Mariusz Felisiak
2019-11-28[2.2.x] Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon
2019-11-28[2.2.x] Refs #31029 -- Added note about :rfc: role in writing documentation d...Baptiste Mispelon
2019-11-27[2.2.x] Fixed #31018 -- Removed django-nonrel in NoSQL databases FAQ.Mariusz Felisiak
2019-11-26[2.2.x] Improved custom MultiWidget example in docs.Adam Johnson
2019-11-26[2.2.x] Used :ticket: role in all tickets links.Sergey Fedoseev
2019-11-26[2.2.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset...Baptiste Mispelon
2019-11-25[2.2.x] Updated link to IBM DB2 backend.Sergey Fedoseev
2019-11-25[2.2.x] Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on...Baptiste Mispelon
2019-11-25[2.2.x] Doc'd SpatiaLite support of 3D geometry fields.Sergey Fedoseev
2019-11-25[2.2.x] Fixed #28469 -- Doc'd how to create a custom HttpResponse subclass.Baptiste Mispelon
2019-11-21[2.2.x] Fixed #30625 -- Doc'd cache.get()/delete() behavior change in Django ...Hasan Ramezani
2019-11-21[2.2.x] Made versionadded/versionchanged annotations without a content end wi...Sergey Fedoseev
2019-11-20[2.2.x] Fixed #27164 -- Fixed an example of using routers in multiple databas...Caio Ariede
2019-11-19[2.2.x] Added stub release notes for 2.1.15.Mariusz Felisiak
2019-11-19[2.2.x] Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.Hasan Ramezani
2019-11-18[2.2.x] Expanded API stability docs to include our policy of continual improv...Luke Plant
2019-11-18[2.2.x] Fixed #30990 -- Fixed example output in 'z' date format docs.Baptiste Mispelon
2019-11-12[2.2.x] Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.Mariusz Felisiak
2019-11-12[2.2.x] Refs #29926 -- Added Python 3.8 to classifiers and tox.ini.Bastien Vallet
2019-11-12[2.2.x] Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirem...Mariusz Felisiak
2019-11-12[2.2.x] Added stub release notes for 2.2.8 release.Mariusz Felisiak
2019-11-12[2.2.x] Fixed #30828 -- Added how to remove/insert many-to-many relations in ...David Foster
2019-11-11[2.2.x] Fixed typo in docs/topics/files.txt.Mariusz Felisiak
2019-11-11[2.2.x] Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.imag...Hasan Ramezani
2019-11-11[2.2.x] Fixed #30958 -- Used a clearer example in the Cast() docs.Farhaan Bukhsh
2019-11-08[2.2.x] Refs #30948 -- Updated install instructions to use pip instead of set...Jon Dufresne
2019-11-08[2.2.x] Doc'd archiving historical branches as git tags.Carlton Gibson
2019-11-08[2.2.x] Fixed #30955 -- Doc'd that only concrete base models are stored in hi...Shipeng Feng
2019-11-07[2.2.x] Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.René Fleschenberg
2019-11-07[2.2.x] Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to...Farhaan Bukhsh
2019-11-06[2.2.x] Fixed #15742 -- Fixed an example of collecting selected objects in Mo...Daniel Fairhead