Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add missing steps of setup to docs (#48) * add missing steps of setup to docs * docs: fix broken numbered list and broken internal link * Add missing closing brace in docs (#51) (#53) * Add context to UserSerializer (#56) * Add missing URL name in docs (#61) * Add missing closing brace in docs (#51) * Minor release (#57) * Add missing steps of setup to docs (#48) * add missing steps of setup to docs * docs: fix broken numbered list and broken internal link * Add missing closing brace in docs (#51) (#53) * Add context to UserSerializer (#56) * Add missing URL name in docs * Fix SyntaxError in settings example in documentation (#65) * Develop (#62) * Add missing steps of setup to docs (#48) * add missing steps of setup to docs * docs: fix broken numbered list and broken internal link * Add missing closing brace in docs (#51) (#53) * Add context to UserSerializer (#56) * Add missing URL name in docs (#61) * Add missing closing brace in docs (#51) * Minor release (#57) * Add missing steps of setup to docs (#48) * add missing steps of setup to docs * docs: fix broken numbered list and broken internal link * Add missing closing brace in docs (#51) (#53) * Add context to UserSerializer (#56) * Add missing URL name in docs * Fix SyntaxError in settings example in documentation There seems to be a small syntax error with the settings example where the documentation recommends assigning to a literal string. This commit just removes the quotes to make it a variable name. * Remove reference re not using urandom from readme (#70) * Develop (#62) * Add missing steps of setup to docs (#48) * add missing steps of setup to docs * docs: fix broken numbered list and broken internal link * Add missing closing brace in docs (#51) (#53) * Add context to UserSerializer (#56) * Add missing URL name in docs (#61) * Add missing closing brace in docs (#51) * Minor release (#57) * Add missing steps of setup to docs (#48) * add missing steps of setup to docs * docs: fix broken numbered list and broken internal link * Add missing closing brace in docs (#51) (#53) * Add context to UserSerializer (#56) * Add missing URL name in docs * Develop (#66) * Add missing steps of setup to docs (#48) * add missing steps of setup to docs * docs: fix broken numbered list and broken internal link * Add missing closing brace in docs (#51) (#53) * Add context to UserSerializer (#56) * Add missing URL name in docs (#61) * Add missing closing brace in docs (#51) * Minor release (#57) * Add missing steps of setup to docs (#48) * add missing steps of setup to docs * docs: fix broken numbered list and broken internal link * Add missing closing brace in docs (#51) (#53) * Add context to UserSerializer (#56) * Add missing URL name in docs * Fix SyntaxError in settings example in documentation (#65) * Develop (#62) * Add missing steps of setup to docs (#48) * add missing steps of setup to docs * docs: fix broken numbered list and broken internal link * Add missing closing brace in docs (#51) (#53) * Add context to UserSerializer (#56) * Add missing URL name in docs (#61) * Add missing closing brace in docs (#51) * Minor release (#57) * Add missing steps of setup to docs (#48) * add missing steps of setup to docs * docs: fix broken numbered list and broken internal link * Add missing closing brace in docs (#51) (#53) * Add context to UserSerializer (#56) * Add missing URL name in docs * Fix SyntaxError in settings example in documentation There seems to be a small syntax error with the settings example where the documentation recommends assigning to a literal string. This commit just removes the quotes to make it a variable name. * Use os.urandom instead of OpenSSL.rand.bytes Follows suggestion in pyOpenSSL changelog https://github.com/pyca/pyopenssl/blob/1eac0e8f9b3829c5401151fabb3f78453ad772a4/CHANGELOG.rst#backward-incompatible-changes-1 * Remove reference re not using urandom we now do use urandom as pyOpenSSL itself, see https://pyopenssl.org/en/stable/changelog.html#id9 * Remove reference re not using urandom from docs * Remove openssl (#72) * remove all regarding dependancy on openssl * update changelogs and pypi version * actually still relying on the library elsewhere
- Loading branch information