Loading docs/ref/django-admin.txt +2 −2 Original line number Diff line number Diff line Loading @@ -687,8 +687,8 @@ Write stderr to the *FILE* file. ``umask=UMASK`` Umask to use when daemonizing. The value is interpeted as an octal number (default value is ``022``). Umask to use when daemonizing. The value is interpreted as an octal number (default value is ``0o22``). Example usage:: Loading docs/ref/settings.txt +2 −2 Original line number Diff line number Diff line Loading @@ -1114,13 +1114,13 @@ FILE_UPLOAD_PERMISSIONS Default: ``None`` The numeric mode (i.e. ``0644``) to set newly uploaded files to. For The numeric mode (i.e. ``0o644``) to set newly uploaded files to. For more information about what these modes mean, see the documentation for :func:`os.chmod`. If this isn't given or is ``None``, you'll get operating-system dependent behavior. On most platforms, temporary files will have a mode of ``0600``, and files saved from memory will be saved using the of ``0o600``, and files saved from memory will be saved using the system's standard umask. .. warning:: Loading docs/releases/1.5-alpha-1.txt +1 −1 Original line number Diff line number Diff line Loading @@ -559,7 +559,7 @@ Miscellaneous * Uploaded files are no longer created as executable by default. If you need them to be executable change :setting:`FILE_UPLOAD_PERMISSIONS` to your needs. The new default value is ``0666`` (octal) and the current umask value needs. The new default value is ``0o666`` (octal) and the current umask value is first masked out. * The :ref:`F() expressions <query-expressions>` supported bitwise operators by Loading docs/releases/1.5-beta-1.txt +1 −1 Original line number Diff line number Diff line Loading @@ -598,7 +598,7 @@ Miscellaneous * Uploaded files are no longer created as executable by default. If you need them to be executable change :setting:`FILE_UPLOAD_PERMISSIONS` to your needs. The new default value is ``0666`` (octal) and the current umask value needs. The new default value is ``0o666`` (octal) and the current umask value is first masked out. * The :ref:`F() expressions <query-expressions>` supported bitwise operators by Loading docs/releases/1.5.txt +1 −1 Original line number Diff line number Diff line Loading @@ -676,7 +676,7 @@ Miscellaneous * Uploaded files are no longer created as executable by default. If you need them to be executable change :setting:`FILE_UPLOAD_PERMISSIONS` to your needs. The new default value is ``0666`` (octal) and the current umask value needs. The new default value is ``0o666`` (octal) and the current umask value is first masked out. * The :ref:`F() expressions <query-expressions>` supported bitwise operators by Loading Loading
docs/ref/django-admin.txt +2 −2 Original line number Diff line number Diff line Loading @@ -687,8 +687,8 @@ Write stderr to the *FILE* file. ``umask=UMASK`` Umask to use when daemonizing. The value is interpeted as an octal number (default value is ``022``). Umask to use when daemonizing. The value is interpreted as an octal number (default value is ``0o22``). Example usage:: Loading
docs/ref/settings.txt +2 −2 Original line number Diff line number Diff line Loading @@ -1114,13 +1114,13 @@ FILE_UPLOAD_PERMISSIONS Default: ``None`` The numeric mode (i.e. ``0644``) to set newly uploaded files to. For The numeric mode (i.e. ``0o644``) to set newly uploaded files to. For more information about what these modes mean, see the documentation for :func:`os.chmod`. If this isn't given or is ``None``, you'll get operating-system dependent behavior. On most platforms, temporary files will have a mode of ``0600``, and files saved from memory will be saved using the of ``0o600``, and files saved from memory will be saved using the system's standard umask. .. warning:: Loading
docs/releases/1.5-alpha-1.txt +1 −1 Original line number Diff line number Diff line Loading @@ -559,7 +559,7 @@ Miscellaneous * Uploaded files are no longer created as executable by default. If you need them to be executable change :setting:`FILE_UPLOAD_PERMISSIONS` to your needs. The new default value is ``0666`` (octal) and the current umask value needs. The new default value is ``0o666`` (octal) and the current umask value is first masked out. * The :ref:`F() expressions <query-expressions>` supported bitwise operators by Loading
docs/releases/1.5-beta-1.txt +1 −1 Original line number Diff line number Diff line Loading @@ -598,7 +598,7 @@ Miscellaneous * Uploaded files are no longer created as executable by default. If you need them to be executable change :setting:`FILE_UPLOAD_PERMISSIONS` to your needs. The new default value is ``0666`` (octal) and the current umask value needs. The new default value is ``0o666`` (octal) and the current umask value is first masked out. * The :ref:`F() expressions <query-expressions>` supported bitwise operators by Loading
docs/releases/1.5.txt +1 −1 Original line number Diff line number Diff line Loading @@ -676,7 +676,7 @@ Miscellaneous * Uploaded files are no longer created as executable by default. If you need them to be executable change :setting:`FILE_UPLOAD_PERMISSIONS` to your needs. The new default value is ``0666`` (octal) and the current umask value needs. The new default value is ``0o666`` (octal) and the current umask value is first masked out. * The :ref:`F() expressions <query-expressions>` supported bitwise operators by Loading