| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-09 | Added missing "event" argument to addEventListener() call in actions.js. | Raymond Nunez | |
| 2021-04-09 | Fixed #32624 -- Avoided using JavaScript for "Local vars" show/hide in ↵ | Collin Anderson | |
| technical 500 debug page. | |||
| 2021-04-08 | Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD. | Adam Johnson | |
| 2021-04-08 | Fixed #32575 -- Added support for SpatiaLite 5. | Claude Paroz | |
| 2021-04-08 | Refs #31578 -- Removed outdated notes about MyISAM in GIS docs. | Mariusz Felisiak | |
| InnoDB supports spatial data types in MySQL 5.7+ and MariaDB 10.2+. | |||
| 2021-04-08 | Refs #27488 -- Corrected detection of IsValid() support on SpatiaLite. | Mariusz Felisiak | |
| LWGEOM is not required for IsValid(). | |||
| 2021-04-07 | Dropped support for GEOS 3.5 and GDAL 2.0. | Claude Paroz | |
| 2021-04-07 | Fixed #32501 -- Added support for returning fields from INSERT statements on ↵ | girishsontakke | |
| SQLite 3.35+. | |||
| 2021-04-07 | Corrected release number format in 3.2.1 release notes. | Carlton Gibson | |
| 2021-04-07 | Fixed #32442 -- Used converters on returning fields from INSERT statements. | Adam Johnson | |
| 2021-04-07 | Refs #32074 -- Made ExclusionConstraint.__repr__() use Deferrable.__repr__(). | Mariusz Felisiak | |
| Follow up to c6859f1a684edec7bb33038b4408046a4db0c16d. | |||
| 2021-04-07 | Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9. | Claude Paroz | |
| 2021-04-07 | Refs #32074 -- Backported Enum.__repr__() from Python 3.10. | Mariusz Felisiak | |
| Enum.__repr__() was changed in [1], we should use the same format in Python < 3.10. [1] https://bugs.python.org/issue40066 | |||
| 2021-04-07 | Corrected wrapping in 3.2 release notes. | Carlton Gibson | |
| Partially reverts 0802b404a210862e6765a6c7dee6cba61085d7a6. | |||
| 2021-04-06 | Refs #30156 -- Corrected version in SpatiaLite install instructions. | Mariusz Felisiak | |
| 2021-04-06 | Added stub release notes for Django 3.2.1. | Carlton Gibson | |
| 2021-04-06 | Added release date for Django 3.2. | Carlton Gibson | |
| Adjusted wrapping in release notes where needed. | |||
| 2021-04-06 | Updated asgiref dependency for 3.2 release series. | Carlton Gibson | |
| 2021-04-06 | Added CVE-2021-28658 to security archive. | Mariusz Felisiak | |
| 2021-04-06 | Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploaded files. | Mariusz Felisiak | |
| Thanks Claude Paroz for the initial patch. Thanks Dennis Brinkrolf for the report. | |||
| 2021-04-06 | Fixed #32614 -- Fixed MiddlewareSyncAsyncTests tests with asgiref 3.3.2+. | Mariusz Felisiak | |
| 2021-04-06 | Bumped versions in pre-commit configuration. | David Smith | |
| 2021-04-06 | Updated translations from Transifex. | Claude Paroz | |
| Forwardport of 1ea5e983151f797b285c789626411b9373cd8727 from stable/3.2.x. | |||
| 2021-04-03 | Fixed #32594 -- Doc'd and tested that Signal.disconnect() with lazy ↵ | Hugo Cachitas | |
| references returns None. | |||
| 2021-04-02 | Fixed #32532 -- Made DiscoverRunner raise RuntimeError when a test label is ↵ | Chris Jerdonek | |
| a file path. | |||
| 2021-04-02 | Refs #32532 -- Replaced is_discoverable() with try_importing(). | Chris Jerdonek | |
| 2021-04-02 | Fixed #32383 -- Added source map support to ManifestStaticFilesStorage. | Adam Johnson | |
| 2021-04-01 | Fixed #32316 -- Deferred accessing __file__. | William Schwartz | |
| Deferred accessing the module-global variable __file__ because the Python import API does not guarantee it always exists—in particular, it does not exist in certain "frozen" environments. The following changes advanced this goal. Thanks to Carlton Gibson, Tom Forbes, Mariusz Felisiak, and Shreyas Ravi for review and feedback. | |||
| 2021-04-01 | Fixed #32610 -- Fixed get_git_changeset() on Linux. | Mariusz Felisiak | |
| shell=True is required on Windows. Unfortunately passing a sequence to subprocess.run() behaves differently on Linux, i.e. the first item specifies the command string, and any additional items are treated as additional arguments to the shell itself. https://docs.python.org/3.9/library/subprocess.html#subprocess.Popen https://docs.python.org/3.9/library/subprocess.html#converting-an-argument-sequence-to-a-string-on-windows Regression in a44d80f88e22eda24dacef48e368895ebea96635. | |||
| 2021-03-31 | Removed unnecessary left/right in admin sidebar CSS. | Mariusz Felisiak | |
| 2021-03-31 | Refs #32594 -- Added Signal.disconnect() test with a model class. | Hugo Cachitas | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-03-31 | Fixed #32204 -- Added quick filter to admin's navigation sidebar. | Maxim Milovanov | |
| 2021-03-31 | Refs #32105 -- Moved ExceptionReporter template paths to properties. | William Schwartz | |
| Refs #32316. | |||
| 2021-03-30 | Fixed #31840 -- Added support for Cross-Origin Opener Policy header. | bankc | |
| Thanks Adam Johnson and Tim Graham for the reviews. Co-authored-by: Tim Graham <timograham@gmail.com> | |||
| 2021-03-30 | Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes. | Mariusz Felisiak | |
| 2021-03-30 | Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests for values ↵ | Mariusz Felisiak | |
| with Unicode chars. | |||
| 2021-03-30 | Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax ↵ | Chris Jerdonek | |
| errors. This mades _FailedTest objects always match tags in DiscoverRunner. | |||
| 2021-03-30 | Fixed #32260 -- Made View.as_view() do not use update_wrapper(). | Daniyal | |
| View.as_view() should not use update_wrapper() for copying attributes it's unintended and have side-effects such as adding `self` to the signature. This also fixes system check for arguments of custom error handler views with class-based views. Co-authored-by: Nick Pope <nick.pope@flightdataservices.com> | |||
| 2021-03-30 | Refs #32260 -- Made admindocs and technical 404 debug page use ↵ | Adam Johnson | |
| view_func.view_class. Internals of admindocs and technical 404 debug page should use the view_class attribute and do not rely on __name__. | |||
| 2021-03-30 | Removed dead link in docs/topics/http/sessions.txt. | arcanemachine | |
| 2021-03-29 | Fixed #32572 -- Improved ResolverMatch.__repr__(). | Nick Pope | |
| When a partial function was passed as the view, the __repr__() would show the `func` argument as `functools.partial` which isn't very helpful, especially as it doesn't reveal the underlying function or arguments provided. | |||
| 2021-03-29 | Fixed #31487 -- Added precision argument to Round(). | Nick Pope | |
| 2021-03-29 | Simplified and optimized test_match_tags(). | Chris Jerdonek | |
| This simplifies and optimizes runner.py's test_match_tags() because it (1) uses isdisjoint() instead of intersection(), which involves constructing a new set, (2) eliminates a set operation when tags is falsey, (3) eliminates the need for a matched_tags variable, and (4) uses fewer not's, which should make it easier to parse and understand. | |||
| 2021-03-29 | Fixed #32585 -- Fixed Value() crash with DecimalField on SQLite. | Hasan Ramezani | |
| 2021-03-26 | Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first. | Chris Jerdonek | |
| Failures detected when loading tests are ordered before all of the above for quicker feedback. This includes things like test modules that couldn't be found or that couldn't be loaded due to syntax errors. | |||
| 2021-03-26 | Refs #32355 -- Corrected comments about Python's _NamespacePath. | William Schwartz | |
| _NamespacePath supports indexing in Python 3.8+. | |||
| 2021-03-26 | Added missing mode="rb" argument to open() call in Client.post() example in ↵ | John | |
| docs. | |||
| 2021-03-26 | Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise DisallowedHost. | sreehari1997 | |
| 2021-03-25 | Refs #31003 -- Moved note about return value of QuerySet.bulk_create() to ↵ | Claude Paroz | |
| the first paragraph. | |||
| 2021-03-25 | Fixed #32578 -- Fixed crash in CsrfViewMiddleware when a request with Origin ↵ | Chris Jerdonek | |
| header has an invalid host. | |||
