Results 7 issues of kygoh

When adding model that inherits from [django-polymorphic](https://django-polymorphic.readthedocs.io/en/stable/index.html) `PolymorphicModel` in admin, the following error is thrown: ``` File "/home/ubuntu/managedprojects/env/lib/python3.8/site-packages/django_adminlte_theme/templatetags/admin_menu.py", line 159, in menu_tag return Menu.admin_apps(context, Menu.render(context)) File "/home/ubuntu/managedprojects/env/lib/python3.8/site-packages/django_adminlte_theme/templatetags/admin_menu.py", line 103, in...

... specifically when building and deploying server-less Django with [zappa](https://github.com/zappa/Zappa)

After an inline drag and drop, django-autocomplete-light select2 autocomplete field will revert to select-box interface (<select>). This does not happen with django [ModelAdmin.autocomplete_fields](https://docs.djangoproject.com/en/4.0/ref/contrib/admin/#django.contrib.admin.ModelAdmin.autocomplete_fields) django-autocomplete-light==3.8.2 django-nested-admin==3.4.0 Before After drag and drop

Attempt to pass the following tests in WeasyPrint test suites: * http://test.weasyprint.org/suite-css21/chapter17/section18/test1/ * http://test.weasyprint.org/suite-css21/chapter17/section18/test2/ * http://test.weasyprint.org/suite-css21/chapter17/section18/test3/ * http://test.weasyprint.org/suite-css21/chapter17/section18/test4/

The leftmost and rightmost 'XX' for the table (with `style="direction: rtl"`) at the bottom of the following screenshot overlap the left and right border: Html adapted from http://test.weasyprint.org/suite-css21/chapter17/section18/test4/: ```html table...

bug

## Overview Description The following 2 consecutive test cases appear to be duplicate: https://github.com/python-babel/babel/blob/9ef53c6a6ab5fc604b58ccb19dc63ebcf8edd28b/tests/test_numbers.py#L54-L55 Any particular reason for that?

bug
size/XS
area/numbers

## Overview Description According to [specifications for scientific notation in UNICODE LOCALE DATA MARKUP LANGUAGE (LDML) - PART 3: NUMBERS](https://www.unicode.org/reports/tr35/tr35-69/tr35-numbers.html#sci): > The maximum number of integer digits, if present, specifies...

bug
area/numbers