Antonio Pires

Results 2 issues of Antonio Pires

New encryption functionality broke config task execution, here's a patch: diff --git a/configstore/admin.py b/configstore/admin.py index bbe2f90..0be3d28 100644 --- a/configstore/admin.py +++ b/configstore/admin.py @@ -18,8 +18,7 @@ class ConfigurationAdmin(admin.ModelAdmin): ``` def run_setup(self,...

Hello, is there a way to do some result set pagination? Right now I get 100 entries back, but I have 2945 entries to be returned. Looked around a bit...