Loading docs/ref/django-admin.txt +1 −0 Original line number Diff line number Diff line Loading @@ -668,6 +668,7 @@ Example usage:: .. versionadded:: 1.4 Since version 1.4, the development server is multithreaded by default. Use the ``--nothreading`` option to disable the use of threading in the development server. Loading docs/releases/1.4.txt +9 −1 Original line number Diff line number Diff line Loading @@ -1145,6 +1145,15 @@ field. This was something that should not have worked, and in 1.4 loading such incomplete fixtures will fail. Because fixtures are a raw import, they should explicitly specify all field values, regardless of field options on the model. Development Server Multithreading ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The development server is now is multithreaded by default. Use the :djadminopt:`--nothreading` option to disable the use of threading in the development server:: django-admin.py runserver --nothreading Attributes disabled in markdown when safe mode set ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Loading Loading @@ -1338,4 +1347,3 @@ Versions of Python-Markdown earlier than 2.1 do not support the option to disable attributes. As a security issue, earlier versions of this library will not be supported by the markup contrib app in 1.5 under an accelerated deprecation timeline. Loading
docs/ref/django-admin.txt +1 −0 Original line number Diff line number Diff line Loading @@ -668,6 +668,7 @@ Example usage:: .. versionadded:: 1.4 Since version 1.4, the development server is multithreaded by default. Use the ``--nothreading`` option to disable the use of threading in the development server. Loading
docs/releases/1.4.txt +9 −1 Original line number Diff line number Diff line Loading @@ -1145,6 +1145,15 @@ field. This was something that should not have worked, and in 1.4 loading such incomplete fixtures will fail. Because fixtures are a raw import, they should explicitly specify all field values, regardless of field options on the model. Development Server Multithreading ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The development server is now is multithreaded by default. Use the :djadminopt:`--nothreading` option to disable the use of threading in the development server:: django-admin.py runserver --nothreading Attributes disabled in markdown when safe mode set ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Loading Loading @@ -1338,4 +1347,3 @@ Versions of Python-Markdown earlier than 2.1 do not support the option to disable attributes. As a security issue, earlier versions of this library will not be supported by the markup contrib app in 1.5 under an accelerated deprecation timeline.