Django-appconf

Latest version: v1.1.0

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

Scan your dependencies

Page 2 of 3

1.0

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

.. note::

This app precedes Django's own AppConfig_ classes that act as
"objects [to] store metadata for an application" inside Django's
app loading mechanism. In other words, they solve a related but
different use case than django-appconf and can't easily be used
as a replacement. The similarity in name is purely coincidental.

* Dropped support of Python 2.5.

* Added support for Django 1.7 and 1.8.

* Modernized test setup.

.. _AppConfig: https://docs.djangoproject.com/en/stable/ref/applications/#django.apps.AppConfig

0.6

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

* Added ``required`` attribute to ``Meta`` to be able to specify which
settings are required to be set.

* Moved to Travis for the tests: http://travis-ci.org/jezdez/django-appconf

* Stopped support for Django 1.2.X.

* Introduced support for Python >= 3.2.

0.5

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

* Install as a package instead of a module.

* Refactored tests to use `django-jenkins`_ for `enn.io`_'s `CI server`_.

.. _`django-jenkins`: https://github.com/kmmbvnr/django-jenkins
.. _`enn.io`: http://enn.io
.. _`CI server`: https://ci.enn.io/job/django-appconf/

0.4.1

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

* Fixed minor issue in installation documentation.

0.4

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

* Renamed ``app_label`` attribute of the inner ``Meta`` class to ``prefix``.
The old form ``app_label`` will work in the meantime.

* Added ``holder`` attribute to the inner ``Meta`` class to be able to
specify a custom "global" setting holder. Default: "'django.conf.settings'"

* Added ``proxy`` attribute to the inner ``Meta`` class to enable proxying
of ``AppConf`` instances to the settings holder, e.g. the global Django
settings.

* Fixed issues with ``configured_data`` dictionary available in the
``configure`` method of ``AppConf`` classes with regard to subclassing.

0.3

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

* Added tests with 100% coverage.

* Added ability to subclass ``Meta`` classes.

* Fixed various bugs with subclassing and configuration in subclasses.

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.