Skip to content

Commit 07d202c

Browse files
committed
bump dependencies
1 parent 801945f commit 07d202c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Michael Herman
3+
Copyright (c) 2021 Michael Herman
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

courses/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def all_courses(request):
99
queryset = Course.objects.select_related("author").all()
10-
# queryset = Course.objects.all()
10+
# queryset = Course.objects.all() # inefficient database query
1111

1212
courses = []
1313

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django==3.0.3
1+
Django==3.2
22

3-
Faker==4.0.0
3+
Faker==8.1.2
44
nplusone==1.0.0
5-
pytest-django==3.8.0
5+
pytest-django==4.2.0

0 commit comments

Comments
 (0)