summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2021-04-06[3.2.x] Bumped version for 3.2 release.3.2Carlton Gibson
2021-04-06[3.2.x] Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploa...Mariusz Felisiak
2021-04-06[3.2.x] Updated translations from Transifex.Claude Paroz
2021-03-31[3.2.x] Refs #32105 -- Moved ExceptionReporter template paths to properties.William Schwartz
2021-03-30[3.2.x] Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.Mariusz Felisiak
2021-03-22[3.2.x] Refs #31732 -- Fixed django.utils.inspect caching for bound methods.Adam Johnson
2021-03-18[3.2.x] Bumped version for 3.2 release candidate 1.3.2rc1Carlton Gibson
2021-03-18[3.2.x] Fixed #32466 -- Corrected autocomplete to_field resolution for comple...Johannes Maron
2021-03-18[3.2.x] Fixed #32547 -- Corrected notes about validation in HTML assertions d...Hasan Ramezani
2021-03-17[3.2.x] Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.Adam Johnson
2021-03-10[3.2.x] Refs #31235 -- Improved assertQuerysetEqual() warning message with st...Claude Paroz
2021-03-10[3.2.x] Fixed #32512 -- Fixed admin dark theme for autocomplete fields.mimi89999
2021-03-09[3.2.x] Refs #32018 -- Corrected color variable for toggle links in admin.Mariusz Felisiak
2021-03-09[3.2.x] Refs #32018 -- Used --darkened-bg for <pre> elements.Mariusz Felisiak
2021-02-24[3.2.x] Refs #31811 -- Restored **kwargs to django.test.utils.setup_databases().Mariusz Felisiak
2021-02-24[3.2.x] Fixed #32478 -- Included nested columns referenced by subqueries in G...Simon Charette
2021-02-22[3.2.x] Refs #16117 -- Made @action and @display decorators importable from d...Nick Pope
2021-02-19[3.2.x] Bumped version for 3.2 beta 1.3.2b1Carlton Gibson
2021-02-19[3.2.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.utils.ht...Nick Pope
2021-02-19[3.2.x] Fixed #32455 -- Allowed right combining Q() with boolean expressions.Hasan Ramezani
2021-02-18[3.2.x] Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not p...starryrbs
2021-02-17[3.2.x] Fixed #32453 -- Added introspection of unique constraint field orderi...Hannes Ljungberg
2021-02-16[3.2.x] Fixed #29052 -- Made test database creation preserve alias order and ...Harm Geerts
2021-02-12[3.2.x] Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServerTestCase...Chris Jerdonek
2021-02-11[3.2.x] Fixed #32433 -- Added error message on QuerySet.delete() following di...Egidijus Macijauskas
2021-02-09[3.2.x] Fixed #32425 -- Fixed adding nullable field with default on MySQL.Jordan Bae
2021-02-05[3.2.x] Fixed #32420 -- Fixed detecting primary key values in deserialization...Mikolaj Rybinski
2021-02-04[3.2.x] Refs #32074 -- Fixed TextChoices/IntegerChoices crash on Python 3.10.Mariusz Felisiak
2021-02-04[3.2.x] Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving ...Hasan Ramezani
2021-02-02[3.2.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'post...Mariusz Felisiak
2021-02-01[3.2.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archiv...Mariusz Felisiak
2021-01-29[3.2.x] Fixed #32345 -- Fixed preserving encoded query strings in set_languag...Sandro Covo
2021-01-29[3.2.x] Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expres...Tilman Koschnick
2021-01-28[3.2.x] Fixed #32391 -- Used CSS flex properties for changelist filter.Denis Skulimovskiy
2021-01-28[3.2.x] Fixed #32389 -- Fixed ResponseHeaders crash when data is not mapping.Illia Volochii
2021-01-27[3.2.x] Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relat...Hasan Ramezani
2021-01-26[3.2.x] Fixed #32369 -- Fixed adding check constraints with pattern lookups a...Simon Charette
2021-01-21[3.2.x] Fixed #32367 -- Fixed system check for specifying type of auto-create...Mariusz Felisiak
2021-01-21[3.2.x] Fixed #32374 -- Stopped recording migration application before deferr...Simon Charette
2021-01-20[3.2.x] Refs #31259 -- Made various dark theme adjustments.Tom Carrick
2021-01-19[3.2.x] Bumped version for 3.2 alpha 1 release.3.2a1Carlton Gibson
2021-01-19[3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle
2021-01-18[3.2.x] Fixed #32358 -- Fixed queryset crash when grouping by annotation with...Illia Volochii
2021-01-18[3.2.x] Fixed #18549 -- Fixed heading for inlines with a OneToOneField.Timothy McCurrach
2021-01-15[3.2.x] Updated source translation catalogs.Claude Paroz
2021-01-14Refs #31259 -- Improved some color contrasts for admin dark theme.Matthias Kestenholz
2021-01-14Fixed #32321 -- Added system checks for invalid model field names in function...Hasan Ramezani
2021-01-14Fixed #31358 -- Increased salt entropy of password hashers.Jon Moroney
2021-01-14Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...Hannes Ljungberg
2021-01-14Fixed #31259 -- Added admin dark theme.mimi89999