django-cms / djangocms-admin-style

django CMS Admin Style is a Django Theme tailored to the needs of django CMS.
http://www.django-cms.org/
Other
418 stars 118 forks source link

💄(changelist) fix a layout issue with django > 3.1.1 #426

Closed jbpenrath closed 3 years ago

jbpenrath commented 3 years ago

Since Django 3.1.2, #changelist block is a flex element. This change breaks djangocms admin styles.

https://github.com/django/django/commit/8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822

Before

Capture d’écran 2020-11-13 à 22 36 56

After

Capture d’écran 2020-11-13 à 22 36 12

codecov-io commented 3 years ago

Codecov Report

Merging #426 (231dde3) into master (d0301b7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #426   +/-   ##
=======================================
  Coverage   34.28%   34.28%           
=======================================
  Files           1        1           
  Lines          35       35           
  Branches        1        1           
=======================================
  Hits           12       12           
  Misses         23       23           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d0301b7...231dde3. Read the comment docs.

vinitkumar commented 3 years ago

@FinalAngel Can you please let us know when are you going to release these to PYPI?

FinalAngel commented 3 years ago

@vinitkumar will let you know, I probably get to it on wednesday