Changes between Version 2 and Version 3 of Ticket #34659
- Timestamp:
- Jun 16, 2023, 8:47:43 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34659 – Description
v2 v3 1 To test whether a mysql server has the zon info database loaded (feature name: `has_zoneinfo_database`), the [https://github.com/django/django/blob/1fe0b167af3611cca79e8a8092ee929312193c6f/django/db/backends/mysql/base.py#L410 following code] is run:1 To test whether a mysql server has the zoneinfo database loaded (feature name: `has_zoneinfo_database`), the [https://github.com/django/django/blob/1fe0b167af3611cca79e8a8092ee929312193c6f/django/db/backends/mysql/base.py#L410 following code] is run: 2 2 3 3