1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #31524 -- Removed minified static assets from the admin.

This commit is contained in:
Jon Dufresne
2020-04-25 14:26:43 -07:00
committed by Carlton Gibson
parent 6c19c2ca51
commit 81ffedaacc
12 changed files with 15 additions and 122 deletions

View File

@@ -7,7 +7,6 @@ include MANIFEST.in
include package.json
include *.rst
graft django
prune django/contrib/admin/bin
graft docs
graft extras
graft js_tests