Django-staticfiles

Latest version: v1.2.1

Safety actively analyzes 724051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

1.0.1

-------------------

* Fixed an encoding related issue in the tests.

* Updated tox configuration to use 1.3 release tarball.

* Extended docs a bit.

1.0

-----------------

.. note:: ``django-staticfiles`` is a backport of the staticfiles app in
Django contrib. If you're upgrading from ``django-staticfiles`` < ``1.0``,
you'll need to make a few changes. See changes below.

* Renamed ``StaticFileStorage`` to ``StaticFilesStorage``.

* Application files should now live in a ``static`` directory in each app
(previous versions of ``django-staticfiles`` used the name ``media``,
which was slightly confusing).

* The management commands ``build_static`` and ``resolve_static`` are now
called ``collectstatic`` and ``findstatic``.

* The settings ``STATICFILES_PREPEND_LABEL_APPS`` and
``STATICFILES_MEDIA_DIRNAMES`` were removed.

* The setting ``STATICFILES_RESOLVERS`` was removed, and replaced by the new
``STATICFILES_FINDERS`` setting.

* The default for ``STATICFILES_STORAGE`` was renamed from
``staticfiles.storage.StaticFileStorage`` to
``staticfiles.storage.StaticFilesStorage``

* If using ``runserver`` for local development (and the setting
``DEBUG`` setting is ``True``), you no longer need to add
anything to your URLconf for serving static files in development.

0.3.4

-------------------

* Minor documentation update.

0.3.3

-------------------

.. warning:: django-staticfiles was added to Django 1.3 as a contrib app.

The django-staticfiles 0.3.X series will only receive security and data los
bug fixes after the release of django-staticfiles 1.0. Any Django 1.2.X
project using django-staticfiles 0.3.X and lower should be upgraded to use
either Django 1.3's staticfiles app or django-staticfiles >= 1.0 to profit
from the new features and stability.

You may want to chose to use django-staticfiles instead of Django's own
staticfiles app since any new feature (additionally to those backported
from Django) will be released first in django-staticfiles.

* Fixed an issue that could prevent the ``build_static`` management command
to fail if the destination storage doesn't implement the ``listdir``
method.

* Fixed an issue that caused non-local storage backends to fail saving
the files when running ``build_static``.

0.3.2

-------------------

* Minor cosmetic changes

* Moved repository back to Github: http://github.com/jezdez/django-staticfiles

0.3.1

-------------------

* Added Sphinx config files and split up README.

Documetation now available under
`django-staticfiles.readthedocs.org <http://django-staticfiles.readthedocs.org/>`_

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.