volrath / django-captcha-admin

Simple way to add a ReCaptcha field to your admin login page.
MIT License
21 stars 10 forks source link

Does not support Django 3 #10

Open iann838 opened 4 years ago

iann838 commented 4 years ago

Since Django 3, support for template tag admin_tag has been dropped, needs to be replaced by static. Also the models registered on admin.py is not correctly shown on the admin page

wadewilliams commented 3 years ago

The code is merged in #12 but pip is not updated; although the same error still occurs if you install from git.

KayvanMazaheri commented 2 years ago

Same problem here.

TemplateSyntaxError: 'admin_static' is not a registered tag library.

It seems the changes weren't released on PyPi. The most recent release (0.2) was published on Jun 1, 2017 and still uses the static_admin.

@volrath