From 2ea625d3ef689e4573a3700be1296647dccf58d9 Mon Sep 17 00:00:00 2001 From: Jonathan Sundqvist Date: Fri, 1 Jan 2021 11:17:35 +0100 Subject: [PATCH 1/4] Add mptt. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4abda6..ffe089d 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-lifecycle](https://github.com/rsinger86/django-lifecycle) - Declarative model lifecycle hooks, an alternative to Signals. - [django-model-utils](https://github.com/jazzband/django-model-utils) - Django model mixins and utilities. - [django-money](https://github.com/django-money/django-money) - Money fields for forms/models. +- [django-mptt](https://github.com/django-mptt/django-mptt) - Modified Preorder Tree Traversal; working with trees of Model instances. - [django-phonenumber-field](https://github.com/stefanfoulis/django-phonenumber-field) - Model/form field for normalized phone numbers. - [django-taggit](https://github.com/jazzband/django-taggit/) - Simple model tags. - [django-reversion](https://github.com/etianen/django-reversion) - Version control for model instances. From 8553f4346f703523ca08c65309e5cbf269a0ddcb Mon Sep 17 00:00:00 2001 From: Arjun Adhikari Date: Tue, 5 Jan 2021 11:34:19 +0545 Subject: [PATCH 2/4] Add django material admin to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4abda6..1db0997 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [impostor](https://github.com/avallbona/Impostor) - Impostor is a Django application which allows staff members to login as a different user by using their own username and password. - [django-admin-env-notice](https://github.com/dizballanze/django-admin-env-notice) - Visually distinguish environments in Django Admin, for example: `development`, `staging`, `production`. - [django-admin-interface](https://github.com/fabiocaccamo/django-admin-interface) - Customize Admin by the admin itself(color, header. title,logo) and popup windows replaced by modals. +- [django-material-admin](https://github.com/MaistrenkoAnton/django-material-admin) - Material design for django administration ### APIs From e5e55d3e70b3cc6ae79c485de0a628080eb27ae3 Mon Sep 17 00:00:00 2001 From: Arjun Adhikari Date: Tue, 5 Jan 2021 11:37:55 +0545 Subject: [PATCH 3/4] Correct punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1db0997..c5b19a2 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [impostor](https://github.com/avallbona/Impostor) - Impostor is a Django application which allows staff members to login as a different user by using their own username and password. - [django-admin-env-notice](https://github.com/dizballanze/django-admin-env-notice) - Visually distinguish environments in Django Admin, for example: `development`, `staging`, `production`. - [django-admin-interface](https://github.com/fabiocaccamo/django-admin-interface) - Customize Admin by the admin itself(color, header. title,logo) and popup windows replaced by modals. -- [django-material-admin](https://github.com/MaistrenkoAnton/django-material-admin) - Material design for django administration +- [django-material-admin](https://github.com/MaistrenkoAnton/django-material-admin) - Material design for django administration. ### APIs From 8bd4c561877a0df716ef70ea5b42c3ca416d7936 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Wed, 3 Feb 2021 21:38:22 -0600 Subject: [PATCH 4/4] :pencil: Updates stale value to 60 days. 30 felt too short --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 35d2841..aa63e92 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,5 +17,5 @@ jobs: stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days' stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity' - days-before-stale: 30 + days-before-stale: 60 days-before-close: 5