summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2022-01-04[2.2.x] Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilari...Florian Apolloner
2021-06-02[2.2.x] Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs'...Florian Apolloner
2020-07-16[2.2.x] Fixed #31790 -- Fixed setting SameSite cookies flag in HttpResponse.d...Mariusz Felisiak
2020-06-03[2.0.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdW...Jon Dufresne
2020-06-02[2.2.x] Refs #31485 -- Backported jQuery upgrade to 3.5.1.Carlton Gibson
2020-06-02[2.2.x] Fixed E128, E741 flake8 warnings.Mariusz Felisiak
2020-03-04[2.2.x] Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS fu...Mariusz Felisiak
2020-01-26[2.2.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette
2019-12-18[2.2.x] Fixed CVE-2019-19844 -- Used verified user email for password reset r...Simon Charette
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson
2019-11-29[2.2.x] Fixed #31021 -- Fixed proxy model permissions data migration crash wi...Mariusz Felisiak
2019-11-26[2.2.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset...Baptiste Mispelon
2019-10-11[2.2.x] Fixed #30826 -- Fixed crash of many JSONField lookups when one hand s...Louise Grandjonc
2019-09-16[2.2.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/...Simon Charette
2019-08-14[2.2.x] Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms o...Mariusz Felisiak
2019-07-29[2.2.x] Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index...Mariusz Felisiak
2019-07-10[2.2.x] Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRan...Mariusz Felisiak
2019-06-29[2.2.x] Updated translations from TransifexClaude Paroz
2019-06-21[2.2.x] Bumped minimum ESLint version to 4.18.2.Markus Holtermann
2019-06-03[2.2.x] Applied jQuery patch for CVE-2019-11358.Carlton Gibson
2019-06-03[2.2.x] Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before ...Carlton Gibson
2019-05-28[2.2.x] Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering w...Caio Ariede
2019-05-20[2.2.x] Fixed #30488 -- Removed redundant Coalesce call in SQL generated by S...Thomasina Lee
2019-05-17[2.2.x] Fixed #30459 -- Delegated hide/show JS toggle to parent div.Claude Paroz
2019-04-27[2.2.x] Fixed #30351 -- Handled pre-existing permissions in proxy model permi...Carlton Gibson
2019-04-26[2.2.x] Fixed #30312 -- Relaxed admin check from django.contrib.sessions to S...Aarni Koskela
2019-04-23[2.2.x] Fixed #30385 -- Restored SearchVector(config) immutability.Simon Charette
2019-04-06[2.2.x] Fixed #30332 -- Fixed crash of ordering by expressions with params in...Simone Pellizzari
2019-04-01[2.2.x] Updated contrib translations from TransifexClaude Paroz
2019-03-30[2.2.x] Fixed #30289 -- Prevented admin inlines for a ManyToManyField's impli...Tim Graham
2019-03-14[2.2.x] Fixed #30237 -- Made Authentication/SessionMiddleware and ModelBacken...Herman S
2019-03-03[2.2.x] Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak
2019-02-27[2.2.x] Refs #29523 -- Updated admin's collapse.min.js.Tim Graham
2019-02-25[2.2.x] Fixed #30208 -- Fixed login header height and alignment in the larges...Matthias Kestenholz
2019-02-25[2.2.x] Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak
2019-02-13[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-01-30[2.2.x] Fixed E117 and F405 flake8 warnings.Mariusz Felisiak
2019-01-17[2.2.x] Refs #30097 -- Fixed typos in InlineModelAdmin.has_add_permission() d...Tim Graham
2019-01-17Refs #17198 -- Detected existing total ordering in admin changelist.Simon Charette
2019-01-16Updated translation catalogsClaude Paroz
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
2019-01-15Removed unexpected chars in Armenian admin translationClaude Paroz
2019-01-11Fixed #29738 -- Allowed serializing psycopg2 range types in migrations.can
2019-01-11Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() optio...MaximZemskov
2019-01-11Refs #23829 -- Made ping_google command/function use https for the sitemap URL.Sanyam Khurana
2019-01-10Fetched Armenian translations from TransifexClaude Paroz
2019-01-09Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().Joshua Cannon
2019-01-09Fixed #28658 -- Added DISTINCT handling to the Aggregate class.Simon Charette
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2019-01-01Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called with no...Tim Graham