Nanodjango

Latest version: v0.9.2

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

Scan your dependencies

Page 1 of 3

0.9.2

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

Bugs:

* Fix kwarg handling in string_view decorator (31)

Docs:

* Fix incorrect tutorial syntax (32, 33)

Thanks to:

* 최병욱 (esc5221) for providing the kwarg handling fix (31)
* Abdulwasiu Apalowo (mrbazzan) for providing doc fix (32, 33)

0.9.1

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

Bugs:

* Fix instance name detection (21, 22)
* Fix dev mode ASGI (23)

Docs:

* Fix incorrect doc reference (16)
* Fix incorrect tutorial syntax (15, 16)
* Fix incorrect convert command invocation (25)
* Fix incorrect troubleshooting syntax (26)

Thanks to:

* Simon Willison (simonw) for providing doc fixes (15, 16)
* vincent d warmerdam (koaning) for providing doc fixes (26)

0.9.0

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

Features:

* ``nanodjango serve`` command for production deployments
* Static files are now served using ``whitenoise``
* Serve static files in the site root from ``PUBLIC_DIR`` dir (default ``public``)

Breaking changes:

* ``nanodjango run`` is now ``nanodjango manage``, mirroring ``manage.py``.
* ``nanodjango manage`` no longer calls ``runserver`` by default.
* ``nanodjango start`` is now ``nanodjango run``, differentiating it from ``serve``.
* ``Django.run()`` is now ``Django.manage()``
* ``Django.start()`` is now ``Django.run()``

0.8.1

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

Changes:

* Add async API detection for async endpoints registered with ``app.api``

0.8.0

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

Feature:

* Async support

Changes:

* Add ``uvicorn`` as a dependency for ease of use

Bugfix:

* Fix issue where scripts without models could fail on ``migrate``
* Fix issue where the app may not fully initialise when run as WSGI

0.7.1

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

Feature:

* Serve static and media by default (9)
* Support ``name`` argument in ``app.route`` (11)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.