summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-19Renamed Jenkins wiki page to CI.Mariusz Felisiak
2022-03-18Fixed #33582 -- Fixed deserializing natural keys with foreing key dependencie...François Granade
2022-03-18Fixed isolation of FeaturesTests.test_supports_json_field_operational_error().Mariusz Felisiak
2022-03-18Added packaging tools to GitHub actions.Mariusz Felisiak
2022-03-17Added missing backticks to function names.Mariusz Felisiak
2022-03-17Refs #31169 -- Prevented infinite loop in parallel tests with custom test run...David Smith
2022-03-17Prevented initialization of unused database connections.Florian Apolloner
2022-03-17Moved ensure_defaults() and prepare_test_settings() logic to ConnectionHandle...Florian Apolloner
2022-03-17Removed usage of django.db.utils.ConnectionHandler.databases.Florian Apolloner
2022-03-17Refs #28592 -- Created a new CSRF how-to document.tommcn
2022-03-17Corrected CSRF reference in middleware docs.tommcn
2022-03-16Doc'd BaseConstraint.Gagaro
2022-03-16Made BaseConstraint importable from django.db.models.Gagaro
2022-03-16Fixed #33580 -- Fixed crash when checking support for terminal colors on Wine.jochemfranken
2022-03-16Used sets for field names for exclusion.Gagaro
2022-03-16Refs #30581 -- Allowed sql.Query to be used without model.Gagaro
2022-03-16Fixed #33577 -- Confirmed support for GDAL 3.4.Mariusz Felisiak
2022-03-15Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith
2022-03-15Removed unnecessary _connector from Q construction in get_for_models().Mariusz Felisiak
2022-03-15Removed outdated handling of length parameter to If-Modified-Since header.Mariusz Felisiak
2022-03-15Fixed #33552 -- Fixed JSONField has key lookups with numeric keys on MariaDB,...Sage Abdullah
2022-03-14Fixed #31357 -- Fixed get_for_models() crash for stale content types when mod...Biel Frontera
2022-03-14Added GitHub action with daily builds for Windows and JavaScript tests.Florian Apolloner
2022-03-14Refs #28592 -- Removed redundant spaces in docs/ref/csrf.txt.Tomas McNamer
2022-03-14Corrected AppConfig.get_models() signature in docs.David Sanders
2022-03-11Moved log_response() release notes into backwards incompatible changes section.Mariusz Felisiak
2022-03-11Fixed #33572 -- Implemented CreateModel/AlterModelManagers reduction.Adam Johnson
2022-03-11Fixed #33571 -- Fixed static serving views crash when If-Modified-Since is em...Collin Anderson
2022-03-10Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.Adrian Torres
2022-03-10Changed some words to use inline markup.David Smith
2022-03-09Refs #33476 -- Prevented formatting of .py-tpl files with black by pre-commit.Nick Pope
2022-03-09Refs #33476 -- Used black's force-exclude instead of extend-exclude.Nick Pope
2022-03-09Fixed #33567 -- Avoided setting default text/html content type on responses.Claude Paroz
2022-03-09Removed unused and unnecessary words from docs/spelling_wordlist.David
2022-03-09Changed "bolded" to "in bold" in docs.David Smith
2022-03-08Rewrote strip_tags test file to lorem ipsum.Adam Johnson
2022-03-08Rewrote some references to "master".Adam Johnson
2022-03-08Refs #33173 -- Used locale.getlocale() instead of getdefaultlocale().Mariusz Felisiak
2022-03-08Used Ubuntu 20.04 for docs GitHub action.Mariusz Felisiak
2022-03-08Clarified that tutorial background image should be self-provided.Adam Johnson
2022-03-08Fixed #33563 -- Fixed contenttype reverse data migration crash with a multipl...Hameed Gifford
2022-03-07Made Github actions auto-cancel redundant jobs.Mariusz Felisiak
2022-03-07Bumped versions in Github actions configuration to v3.Mariusz Felisiak
2022-03-07Refs #33562 -- Made HttpResponse.set_cookie() raise ValueError when both "exp...Luke Plant
2022-03-07Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_...Luke Plant
2022-03-07Refs #33562 -- Added tests HttpRequest.get_signed_cookie() with timedeltas.Luke Plant
2022-03-04Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard
2022-03-04Refs #31169 -- Prevented infinite loop in tests on failures.Mariusz Felisiak
2022-03-04Refs #11293 -- Added test for filtering aggregates with negated & operator.Mariusz Felisiak
2022-03-04Refs #33446 -- Allowed variable whitespace in CSS source map references.Adam Johnson