summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-29Fixed #15619 -- Deprecated log out via GET requests.René Fleschenberg
Thanks Florian Apolloner for the implementation idea. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2022-03-28Corrected models.FileField signature in docs.Sih Sîng-hông薛丞宏
2022-03-26Reverted "Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+."Mariusz Felisiak
This reverts commit 1d9d082acf6e152c06833bb9698f88d688b95e40.
2022-03-25Fixed #33564 -- Confirmed support for PROJ 9.X.David Smith
2022-03-25Used Cmake in GEOS installation docs.David Smith
2022-03-25Fixed #7497 -- Allowed overriding the order of apps and models in admin.adontz
2022-03-25Refs #7497 -- Added assertion for the default order of models in ↵Mariusz Felisiak
AdminSite.app_index().
2022-03-25Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+.Mariusz Felisiak
See https://github.com/pallets/jinja/pull/1621.
2022-03-24Refs #15619 -- Logged out with POST requests in admin.Mariusz Felisiak
2022-03-24Refs #33577 -- Used addCleanup() to remove .aux file in GDALBandTests.Mariusz Felisiak
Follow up to 970f5bf5035d8c99b0ff883f984b60cf531dddbe.
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
Remaining test case ensures that uses of the alias are mapped canonically by the migration writer.
2022-03-23Fixed #33569 -- Added SECURE_PROXY_SSL_HEADER support for list of protocols ↵Thomas Schmidt
in the header value.
2022-03-23Refs #32365 -- Made migration writer use datetime.timezone.utc.Carlton Gibson
2022-03-22Fixed #33544 -- Expanded the TEMPLATES section of the Deployment checklist.Samuel Hartmann
Clarified that the cached template loader is enabled by default when DEBUG = False.
2022-03-22Fixed #33585 -- Made example git repo URLs use HTTPS protocol.Carlton Gibson
The SSH-based checkout requires additional configuration, which is beneficial to defer for new contributors. Follow up to 3c6a4fdb6d828a03e368632d88f8261cc30104da. This commit updates the remaining examples.
2022-03-22Refs #31676 -- Used term "merger" instead of "committer" in docs.Mariusz Felisiak
Follow up to caa2dd08c4722c8702588f5dfe1fa4c506aa66fc. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2022-03-22Refs #30581 -- Fixed DatabaseFeatures.bare_select_suffix on MySQL < 8 and ↵Gagaro
MariaDB < 10.4.
2022-03-22Refs #28592 -- Improved some headings in CSRF how-to.Tomas McNamer
2022-03-21Fixed #33256 -- Fixed schema test failures when using --keepdb.likecodingloveproblems
2022-03-21Fixed #33592 -- Fixed "View on Site" links in custom admin site.Stefan Wehrmeyer
2022-03-19Renamed Jenkins wiki page to CI.Mariusz Felisiak
Jenkins is no longer the only CI tool.
2022-03-18Fixed #33582 -- Fixed deserializing natural keys with foreing key ↵François Granade
dependencies in a multiple database setup.
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 ↵David Smith
runner when using spawn. Regression in 3b3f38b3b09b0f2373e51406ecb8c9c45d36aebc. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2022-03-17Prevented initialization of unused database connections.Florian Apolloner
2022-03-17Moved ensure_defaults() and prepare_test_settings() logic to ↵Florian Apolloner
ConnectionHandler.configure_settings().
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
Regression in f1585c54d0242d71cdc63421f751528472b1c9c2.
2022-03-16Used sets for field names for exclusion.Gagaro
They are used only for containment checks.
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
Co-authored-by: Valz <ahmadahussein0@gmail.com> Co-authored-by: Nick Pope <nick@nickpope.me.uk>
2022-03-15Removed unnecessary _connector from Q construction in get_for_models().Mariusz Felisiak
Q._connector defaults to Q.AND. Follow up to 859a87d873ce7152af73ab851653b4e1c3ffea4c.
2022-03-15Removed outdated handling of length parameter to If-Modified-Since header.Mariusz Felisiak
The length parameter is not described in RFC-7232 and it's against HTTP/1.0 and HTTP/1.1 specifications. It was an old and unofficial extension set by some ancient versions of IE.
2022-03-15Fixed #33552 -- Fixed JSONField has key lookups with numeric keys on ↵Sage Abdullah
MariaDB, MySQL, Oracle, and SQLite.
2022-03-14Fixed #31357 -- Fixed get_for_models() crash for stale content types when ↵Biel Frontera
model with the same name exists in another app.
2022-03-14Added GitHub action with daily builds for Windows and JavaScript tests.Florian Apolloner
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
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
Follow up to 90cf96326432df56a1cf981df215b83f4e993bfd.
2022-03-11Fixed #33572 -- Implemented CreateModel/AlterModelManagers reduction.Adam Johnson
2022-03-11Fixed #33571 -- Fixed static serving views crash when If-Modified-Since is ↵Collin Anderson
empty. Regression in d6aff369ad33457ae2355b5b210faf1c4890ff35.
2022-03-10Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.Adrian Torres
2022-03-10Changed some words to use inline markup.David Smith