This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-24 22:26:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
1d85b416aa1382e7274e718c79b83dd050fb24ab
django
/
tests
/
backends
/
mysql
History
Nathaniel Conroy
450d518d2f
[4.2.x]
Fixed
#34992
-- Fixed DatabaseFeatures.allows_group_by_selected_pks on MariaDB with ONLY_FULL_GROUP_BY sql mode.
...
Regression in
041551d716
. Backport of
0257426fe1
from main.
2023-11-27 10:35:56 +01:00
..
__init__.py
Reorganized backends tests.
2017-06-21 12:00:47 -04:00
test_creation.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_features.py
[4.2.x]
Fixed
#34992
-- Fixed DatabaseFeatures.allows_group_by_selected_pks on MariaDB with ONLY_FULL_GROUP_BY sql mode.
2023-11-27 10:35:56 +01:00
test_introspection.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_operations.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_schema.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
tests.py
[4.2.x] Refs
#33476
-- Applied Black's 2023 stable style.
2023-02-01 11:37:29 +01:00