summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-03Fixed DistinctOnTests.test_basic_distinct_on on CockroachDB.Tim Graham
2020-11-03Removed serial pk assumption from FormfieldShouldDeleteFormTests.test_custom_...Tim Graham
2020-11-03Fixed #32166 -- Removed redundant definition of Greatest in test_expression_o...Sicong
2020-11-02Fixed #32132 -- Fixed column types in m2m intermediary tables for Positive(Bi...David-Wobrock
2020-11-02Refs #32132 -- Added rel_db_type() tests for auto and integer fields.David-Wobrock
2020-11-02Simplified DeclarativeFieldsMetaclass.__new__() a bit.Vitaliy Yelnik
2020-11-02Updated {% static %} tag examples in docs to use single quotes where appropri...Nikita Sobolev
2020-11-02Added stub release notes for 3.1.4.Carlton Gibson
2020-11-02Set release date for 3.1.3, 3.0.11, and 2.2.17.Carlton Gibson
2020-11-02Protected Watchman autoreloader against busy loops.Daniel Hahler
2020-10-30Fixed #32153 -- Fixed management commands when using required list options.Hasan Ramezani
2020-10-30Updated MultiValueDict.update() to mirror dict.update() behavior.Nick Pope
2020-10-30Removed unused custom exception support for ImmutableList.Nick Pope
2020-10-30Increased test coverage for django.utils.datastructures.MultiValueDict.Nick Pope
2020-10-30Increased test coverage for django.utils.datastructures.OrderedSet.Mads Jensen
2020-10-30Refs #32061 -- Prevented password leak on MySQL dbshell crash.Simon Charette
2020-10-30Refs #32061 -- Added test for dbshell password leak on PostgreSQL.Simon Charette
2020-10-29Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette
2020-10-29Fixed #32152 -- Fixed grouping by subquery aliases.Christian Klus
2020-10-29Fixed #26962 -- Doc'd running migrations in transactions.Caio Ariede
2020-10-28Made small readability improvements.Martin Thoma
2020-10-28Refs #28215 -- Marked auth credentials as sensitive variables.Hasan Ramezani
2020-10-28Refs #25780 -- Removed redundant status code assertions from tests.Jon Dufresne
2020-10-28Fixed #32062 -- Added %b support to Date.strftime.Gagan Deep
2020-10-28Added unit test for Date.getFullMonthName.Gagan Deep
2020-10-28Fixed #32143 -- Used EXISTS to exclude multi-valued relationships.Simon Charette
2020-10-28Refs #27149 -- Fixed sql.Query identity.Simon Charette
2020-10-27Fixed #1891, Fixed #11707 -- Prevented duplicates with limit_choices_to on mu...alvinshaita
2020-10-27Fixed #32127 -- Fixed admin change-form textarea layout for mid-sized displays.Josh Santos
2020-10-27Fixed #32128 -- Added asgiref 3.3 compatibility.Carlton Gibson
2020-10-27Improved naming consistency in BaseManage.contribute_to_class().Nguyen You
2020-10-27Removed unneeded @no_oracle skips.Tim Graham
2020-10-27Made OracleSpatialAdapter clone geometries rather than mutate them.Tim Graham
2020-10-27Fixed some queries tests when primary key values are large.Tim Graham
2020-10-27Removed an obsolete query test that assumes serial pks.Tim Graham
2020-10-26Fixed #29497 -- Fixed loss of assigned parent when saving child with bulk_cre...Hannes Ljungberg
2020-10-26Fixed admin_views's test_history_view on databases that don't use serial pks.Tim Graham
2020-10-26Refs #31670 -- Used allowlist_externals in tox.ini.David Smith
2020-10-26Fixed #32138 -- Prevented admin's map from covering other widgets.dokgeppo
2020-10-26Simplifed formset iteration using enumerate().Jon Dufresne
2020-10-26Corrected output of rendered formset example in model formsets docs.Jon Dufresne
2020-10-23Fixed #32134 -- Fixed crash of __range lookup with namedtuple.Adam Johnson
2020-10-22Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.Tim Graham
2020-10-22Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.Carlton Gibson
2020-10-22Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.Mariusz Felisiak
2020-10-22Refs #9475 -- Linked through_default docs to related managers methods.Simon Charette
2020-10-21Fixed #26390 -- Disabled grouping by Random().Étienne Beaulé
2020-10-21Fixed #32069 -- Fixed admin change-form layout on small screens.Carlton Gibson
2020-10-21Fixed #13060 -- Improved error message when ManagementForm data is missing.manav014
2020-10-21Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick