django-address icon indicating copy to clipboard operation
django-address copied to clipboard

{{ form.media }} seems to render nothing in Django 4

Open joedborg opened this issue 2 years ago • 2 comments

Using {{ form.media }} seems to render to nothing in my project, running Django 4. It does however, seem to load all the required assets in the Admin pannel and copy/pasting the list of <script>s in there makes the rendered form work.

joedborg avatar Nov 03 '22 02:11 joedborg

The README states that the requirements are:

  • Python (3.5, 3.6, 3.7, 3.8)
  • Django (2.2, 3.0)

So Django 4, is not officially supported as it seems.

Does the field render properly on the admin site?

panosl avatar Jan 11 '23 11:01 panosl

My issues where failing to run collectstatic command after installing the package Works on my django 4.2.1 install

XDynames avatar May 23 '23 07:05 XDynames