summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2021-12-07[4.0.x] Bumped version for 4.0 release.4.0Mariusz Felisiak
2021-12-07[4.0.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream...Florian Apolloner
2021-12-06[4.0.x] Updated translations from Transifex.Mariusz Felisiak
2021-12-06[4.0.x] Fixed #33335 -- Made model validation ignore functional unique constr...Hannes Ljungberg
2021-12-03[4.0.x] Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField o...Mariusz Felisiak
2021-11-22[4.0.x] Bumped version for 4.0 release candidate 1.4.0rc1Mariusz Felisiak
2021-11-18[4.0.x] Added Malay language.jhisham
2021-11-12[4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names.Can Sarigol
2021-11-09[4.0.x] Refs #33263 -- Added warning to BaseDeleteView when delete() method i...Mariusz Felisiak
2021-11-05[4.0.x] Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ...Mariusz Felisiak
2021-11-04[4.0.x] Fixed #33237 -- Fixed detecting source maps in ManifestStaticFilesSto...Carlton Gibson
2021-11-02[4.0.x] Fixed #33234 -- Fixed autodetector crash for proxy models inheriting ...Mariusz Felisiak
2021-10-25[4.0.x] Bumped version for 4.0 beta 1.4.0b1Mariusz Felisiak
2021-10-25[4.0.x] Fixed #31503 -- Made autodetector remove unique/index_together before...David Wobrock
2021-10-25[4.0.x] Fixed #33205 -- Made call_command() raise TypeError when dest with mu...Hasan Ramezani
2021-10-20[4.0.x] Fixed #33043 -- Made method_decorator() preserve wrapper assignments.Vinay Karanam
2021-10-20[4.0.x] Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.David Smith
2021-10-19[4.0.x] Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith
2021-10-18[4.0.x] Fixed #33194 -- Fixed migrations when altering a field with functiona...Hannes Ljungberg
2021-10-14[4.0.x] Fixed #33008 -- Fixed prefetch_related() for deleted GenericForeignKeys.Martin Svoboda
2021-10-12[4.0.x] Fixed #33178 -- Made createsuperuser validate required fields passed ...Christophe Henry
2021-10-12[4.0.x] Refs #21755 -- Fixed createsuperuser crash for required foreign keys ...Christophe Henry
2021-10-12[4.0.x] Refs #29628, Refs #33178 -- Made createsuperuser validate password ag...Mariusz Felisiak
2021-10-11[4.0.x] Fixed #33149 -- Made test runner --pdb option work with subTest().Abhyudai
2021-10-11[4.0.x] Refs #32900 -- Restored '[y/N]' in questioner prompt when merging mig...Seonghyeon Cho
2021-10-07[4.0.x] Fixed #33151 -- Fixed createsuperuser crash for many-to-many required...Christophe Henry
2021-10-06[4.0.x] Fixed #33156 -- Used sessionStorage to preserve quick filter for admi...Maxim Milovanov
2021-10-01[4.0.x] Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on...Daniel Hahler
2021-09-30[4.0.x] Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable.Aljaž Košir
2021-09-30[4.0.x] Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() t...Mariusz Felisiak
2021-09-29[4.0.x] Fixed #33018 -- Fixed annotations with empty queryset.David Wobrock
2021-09-29[4.0.x] Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_res...David Wobrock
2021-09-29[4.0.x] Fixed #33027 -- Made autoreloader pass -X options.Chenyang Yan
2021-09-29[4.0.x] Fixed #33134 -- Fixed recursion depth error when rendering Form with ...David Smith
2021-09-28[4.0.x] Fixed #33033 -- Prevented models.DecimalField from accepting NaN values.Chinmoy Chakraborty
2021-09-24[4.0.x] Fixed #33130 -- Restored form errors to be a dict.Jaap Roes
2021-09-24[4.0.x] Fixed #33132 -- Fixed test client handling of querystring only redire...Jaap Roes
2021-09-23[4.0.x] Fixed #33133 -- Fixed handling NullBooleanField in historical migrati...Mariusz Felisiak
2021-09-21[4.0.x] Bumped version for 4.0 alpha 1 release.4.0a1Mariusz Felisiak
2021-09-21[4.0.x] Fixed #33083 -- Fixed selecting all items in the admin changelist whe...Carlton Gibson
2021-09-21[4.0.x] Updated source translation catalogs.Mariusz Felisiak
2021-09-21[4.0.x] Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when...Hasan Ramezani
2021-09-21[4.0.x] Refs #32204 -- Replaced three dots with ellipsis in navigation sideba...Mariusz Felisiak
2021-09-21[4.0.x] Fixed #33070 -- Fixed loading translations with language subtags in a...Cleiton Lima
2021-09-20Fixed #31026 -- Switched form rendering to template engine.David Smith
2021-09-20Refs #27624 -- Optimized Query.clone() for non-combined queries.Keryn Knight
2021-09-20Fixed #32970 -- Changed WhereNode.clone() to create a shallow copy of children.Keryn Knight
2021-09-20Fixed #32504 -- Updated admin's jQuery to 3.6.0.Mariusz Felisiak
2021-09-18Fixed #33077 -- Fixed links to related models for admin's readonly fields in ...Ken Whitesell
2021-09-17Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant