summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2020-06-03[3.0.x] Bumped version for 3.0.7 release.3.0.7Carlton Gibson
2020-06-03[3.0.x] Fixed CVE-2020-13254 -- Enforced cache key validation in memcached ba...Dan Palmer
2020-06-03[3.0.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdW...Jon Dufresne
2020-06-02[3.0.x] Refs #31485 -- Backported jQuery upgrade to 3.5.1.Carlton Gibson
2020-06-01[3.0.x] Fixed #31570 -- Corrected translation loading for apps providing terr...Carlton Gibson
2020-05-19[3.0.x] Fixed #31607 -- Fixed evaluated Subquery equality.Mariusz Felisiak
2020-05-14[3.0.x] Fixed #31584 -- Fixed crash when chaining values()/values_list() afte...Mariusz Felisiak
2020-05-14[3.0.x] Fixed #31568 -- Fixed alias reference when aggregating over multiple ...Simon Charette
2020-05-14[3.0.x] Fixed #31566 -- Fixed aliases crash when chaining values()/values_lis...Simon Charette
2020-05-12[3.0.x] Fixed E128, E741 flake8 warnings.Mariusz Felisiak
2020-05-06[3.0.x] Fixed a/an typos in "SQL" usage.Adam Johnson
2020-05-05[3.0.x] Fixed #31538 -- Fixed Meta.ordering validation lookups that are not t...Mariusz Felisiak
2020-05-04[3.0.x] Post-release version bump.Mariusz Felisiak
2020-05-04[3.0.x] Bumped version for 3.0.6 release.3.0.6Mariusz Felisiak
2020-04-06[3.0.x] Fixed #31420 -- Fixed crash when filtering subquery annotation agains...Hasan Ramezani
2020-04-01[3.0.x] Post-release version bump.Carlton Gibson
2020-04-01[3.0.x] Bumped version for 3.0.5 release.3.0.5Carlton Gibson
2020-03-25[3.0.x] Fixed #31377 -- Disabled grouping by aliases on QuerySet.values()/val...Hasan Ramezani
2020-03-10[3.0.x] Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz
2020-03-04[3.0.x] Post-release version bump.Mariusz Felisiak
2020-03-04[3.0.x] Bumped version for 3.0.4 release.3.0.4Mariusz Felisiak
2020-03-04[3.0.x] Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS fu...Mariusz Felisiak
2020-03-03[3.0.x] Fixed #31150 -- Included subqueries that reference related fields in ...Mariusz Felisiak
2020-02-27[3.0.x] Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.Simon Charette
2020-02-18[3.0.x] Fixed #31271 -- Preserved ordering when unifying query parameters on ...Mariusz Felisiak
2020-02-11[3.0.x] Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of...Abhijeet Viswa
2020-02-11[3.0.x] Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper i...Florian Apolloner
2020-02-11[3.0.x] Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper ...Florian Apolloner
2020-02-11[3.0.x] Fixed #31253 -- Fixed data loss possibility when using caching from a...Jon Dufresne
2020-02-03[3.0.x] Post-release version bump.Carlton Gibson
2020-02-03[3.0.x] Bumped version for 3.0.3 release.3.0.3Carlton Gibson
2020-02-03[3.0.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette
2020-02-03[3.0.x] Fixed #31217 -- Made QuerySet.values()/values_list() group by not sel...Mariusz Felisiak
2020-01-31[3.0.x] Updated translations from TransifexClaude Paroz
2020-01-29[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.Jon Dufresne
2020-01-22[3.0.x] Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey ...Eugene Hatsko
2020-01-15[3.0.x] Fixed #31124 -- Fixed setting of get_FOO_display() when overriding in...Carlton Gibson
2020-01-15[3.0.x] Refs #31136 -- Made QuerySet.values()/values_list() group only by sel...Mariusz Felisiak
2020-01-14[3.0.x] Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter whe...David Wobrock
2020-01-11[3.0.x] Fixed #31155 -- Fixed a system check for the longest choice when a na...Mariusz Felisiak
2020-01-10[3.0.x] Fixed #31154 -- Added support for using enumeration types in templates.Adam Johnson
2020-01-08[3.0.x] Fixed #31141 -- Relaxed system check of translation settings for subl...Mariusz Felisiak
2020-01-04[3.0.x] Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/val...Mariusz Felisiak
2020-01-03[3.0.x] Fixed #31133 -- Fixed crash when subtracting against a subquery annot...Simon Charette
2020-01-02[3.0.x] Post-release version bump.Mariusz Felisiak
2020-01-02[3.0.x] Bumped version for 3.0.2 release.3.0.2Mariusz Felisiak
2019-12-30[3.0.x] Fixed #31071 -- Disabled insert optimization for primary keys with de...Simon Charette
2019-12-23[3.0.x] Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding ...Mariusz Felisiak
2019-12-23[3.0.x] Fixed #31109 -- Disabled grouping by aliases on QuerySet.exists().Simon Charette
2019-12-19[3.0.x] Fixed #31094 -- Included columns referenced by subqueries in GROUP BY...Simon Charette