Modernize the List Edit form widget for Django 1.11 and CSS Components.

Review Request #10823 — Created Jan. 13, 2020 and submitted

Information

Djblets
release-2.0.x

Reviewers

This redoes much of the List Edit form widget, used for dynamically
adding/removing lists of text fields, to be compatible with Django 1.11
(by removing references to old, removed Django static media files). This
allows the Djblets test suite to fully pass on Django 1.11.

I've also moved the widget to use CSS Components, which will help us to
maintain consistent styling and reduce namespace clashes.

While updating the JavaScript for this widget, some unused code was
found and removed, and an HTML formatting bug was also fixed.

Python and JavaScript unit tests pass.

Summary ID
Modernize the List Edit form widget for Django 1.11 and CSS Components.
This redoes much of the List Edit form widget, used for dynamically adding/removing lists of text fields, to be compatible with Django 1.11 (by removing references to old, removed Django static media files). This allows the Djblets test suite to fully pass on Django 1.11. I've also moved the widget to use CSS Components, which will help us to maintain consistent styling and reduce namespace clashes. While updating the JavaScript for this widget, some unused code was found and removed, and an HTML formatting bug was also fixed.
65e3b5f7cebaed6b0d14c4fcf58076c44c23c191
chipx86
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (fde03c2)
Loading...