Moved jQuery to a vendor/jquery subdirectory.

This commit is contained in:
Trey Hunner 2015-06-06 16:32:54 -07:00 committed by Aymeric Augustin
parent 1daae25bdc
commit 788071e22d
7 changed files with 11 additions and 7 deletions

View file

@ -597,6 +597,9 @@ Miscellaneous
* CSS and images in ``contrib.admin`` to support Internet Explorer 6 & 7 have
been removed as these browsers have reached end-of-life.
* The jQuery static files in ``contrib.admin`` have been moved into a
``vendor/jquery`` subdirectory.
* The text displayed for null columns in the admin changelist ``list_display``
cells has changed from ``(None)`` (or its translated equivalent) to ``-``.