1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
==============
Version 4.5.19
==============
Version 4.5.19 of mod_wsgi can be obtained from:
https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.5.19
Features Changed
----------------
* When using the Django management command integration of
``mod_wsgi-express``, allow the ``--working-directory`` option to
override the calculated directory. This is necessary to cope with
where the meaning of ``BASE_DIR`` in the Django settings file has been
changed from the accepted convention of it being the parent directory
of the Django project.
|