From fa9dc5d8d8031be64be755424b958a16dfb84b1d Mon Sep 17 00:00:00 2001 From: Mahmudul Alam Date: Thu, 14 May 2020 17:05:48 +0600 Subject: [PATCH 1/2] Paginate amount changed to 10 --- blog/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/views.py b/blog/views.py index bc3707a..b9b4356 100644 --- a/blog/views.py +++ b/blog/views.py @@ -13,7 +13,7 @@ class PostListView(ListView): - paginate_by = 3 + paginate_by = 10 template_name = 'blog/post-list.html' def get_queryset(self, **kwargs): From a261809ab597c0db0e69ecda694df66e040a739c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 09:43:19 +0000 Subject: [PATCH 2/2] Bump django from 3.0.6 to 3.0.7 Bumps [django](https://github.com/django/django) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.6...3.0.7) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 11db84f..f45b6b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.2.7 autopep8==1.5.2 -Django==3.0.6 +Django==3.0.7 django-taggit==1.2.0 factory-boy==2.12.0 Faker==4.1.0