Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use indexes instead of index_together in models #21

Merged
merged 2 commits into from
Oct 20, 2023

Conversation

hamadr
Copy link
Contributor

@hamadr hamadr commented Oct 17, 2023

index_together is deprecated and will be removed in django future

@hamadr hamadr force-pushed the chore-indexes branch 5 times, most recently from bef25f6 to a814b73 Compare October 17, 2023 10:42
index_together is deprecated and will be removed in django future
@github-actions
Copy link

🦄 coverage 100 %
Name Stmts Miss Cover Missing
dalec/__init__.py 1 0 100%
dalec/apps.py 4 0 100%
dalec/models.py 44 0 100%
dalec/proxy.py 135 0 100%
dalec/settings.py 42 0 100%
dalec/templatetags/__init__.py 0 0 100%
dalec/templatetags/dalec.py 38 0 100%
dalec/tests_utils.py 25 0 100%
dalec/urls.py 4 0 100%
dalec/views.py 123 0 100%
dalec_example/__init__.py 2 0 100%
dalec_example/apps.py 4 0 100%
dalec_example/proxy.py 60 0 100%
dalec_prime/__init__.py 2 0 100%
dalec_prime/apps.py 4 0 100%
dalec_prime/migrations/0001_initial.py 12 0 100%
dalec_prime/migrations/0001_squashed_0005_auto_20231017_1208.py 12 0 100%
dalec_prime/migrations/0002_auto_20211109_1546.py 5 0 100%
dalec_prime/migrations/0003_auto_20211109_1615.py 5 0 100%
dalec_prime/migrations/0004_alter_content_id_alter_fetchhistory_id.py 5 0 100%
dalec_prime/migrations/0005_auto_20231017_1208.py 4 0 100%
dalec_prime/migrations/__init__.py 0 0 100%
dalec_prime/models.py 7 0 100%
runtests.py 12 0 100%
TOTAL 550 0 100%

@DylannCordel
Copy link
Member

fix #19

@DylannCordel DylannCordel marked this pull request as ready for review October 20, 2023 07:07
@DylannCordel DylannCordel merged commit 736942c into webu:main Oct 20, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants