Skip to content

Commit 662aad1

Browse files
committed
Merge branch '5.2.0'
2 parents c860643 + e989464 commit 662aad1

22 files changed

+704
-13
lines changed

django_test_apps.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ queryset_pickle
111111
raw_query
112112
reserved_names
113113
reverse_lookup
114-
save_delete_hooks
115114
schema
116115
select_for_update
117116
select_related

django_test_suite.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ pip3 install -e .
1616
pip3 install -r requirements/gaussdb.txt
1717

1818
if [ ! -d "$DJANGO_TESTS_DIR/django" ]; then
19-
git clone --depth 1 --branch $DJANGO_VERSION https://github.com/HuaweiCloudDeveloper/django.git $DJANGO_TESTS_DIR/django
19+
git clone --depth 1 --branch $DJANGO_VERSION https://github.com/pangpang20/django.git $DJANGO_TESTS_DIR/django
20+
# git clone --depth 1 --branch $DJANGO_VERSION https://github.com/HuaweiCloudDeveloper/django.git $DJANGO_TESTS_DIR/django
2021
if [ $? -ne 0 ]; then
2122
echo "ERROR: git clone failed"
2223
exit 1

example/imgs/image-1.png

101 KB
Loading

example/imgs/image-10.png

160 KB
Loading

example/imgs/image-2.png

129 KB
Loading

example/imgs/image-3.png

48 KB
Loading

example/imgs/image-4.png

153 KB
Loading

example/imgs/image-5.png

72.8 KB
Loading

example/imgs/image-6.png

75.3 KB
Loading

example/imgs/image-7.png

91.4 KB
Loading

0 commit comments

Comments
 (0)