Commit History

Author SHA1 Message Date
  Florian Apolloner 9e7b5ba50f Removed missplaced label in the docs. 12 years ago
  Martijn Vermaat 140179c770 Fix link to Gunicorn website in deployment howto. 12 years ago
  Karen Tracey 759ae3c2da Fixed #18739 -- witdthratio behavior on None args 12 years ago
  Claude Paroz 15fffcc751 [py3] Fixed reraising of exceptions 12 years ago
  Karen Tracey be7f1099c6 Decorated some tests that require tz support. 12 years ago
  Claude Paroz 900816464d [py3] Re-decoded string after idna encoding 12 years ago
  Claude Paroz 6602103338 [py3] Various minor syntax fixes in the test suite 12 years ago
  Claude Paroz 7d0f883192 [py3] Fixed JSON deserialization 12 years ago
  Karen Tracey b82eb10b26 Fixed #18754 -- cache keys created by post_process 12 years ago
  Florian Apolloner 4d9e4c64f1 Fixed #18698 -- Configure latex to support '≥' in the docs. 12 years ago
  Claude Paroz 3eb28d0119 [py3] Used six.StringIO to simulate stdout buffer in tests 12 years ago
  Claude Paroz 09c589810d [py3] Used smart_str to prevent regressions in http handling 12 years ago
  Claude Paroz f10a1b0641 [py3] Fixed Python 3 compatibility of http handling 12 years ago
  Claude Paroz 22527a821b [py3] Fixed str_prefix test utility 12 years ago
  Claude Paroz 97fe70d30b [py3] Used BytesIO to test request streams 12 years ago
  Andrews Medina 87e0a75c03 [py3] Decoded base64-encoded hash in contrib.auth.hashers 12 years ago
  Tim Graham cb38fd9632 Fixed #17680 - Clarified when logging is configured. 12 years ago
  Tim Graham eff6ba2f64 Fixed #17016 - Added examples for file uploads in views. 12 years ago
  Claude Paroz 92b2dec918 [py3] Made signing infrastructure pass tests with Python 3 12 years ago
  Tim Graham 7275576235 Clarified thread safety note in class based views; thanks rafadura for the patch. 12 years ago
  Claude Paroz 751774c29f [py3] Fixed mail tests with Python 3 12 years ago
  Alex Gaynor 5f8da527ab [py3k] use the base64 module, instead of bytes.encode('base64') 12 years ago
  Aymeric Augustin 5c09c59bc7 [py3] Renamed `next` to `__next__` in iterators. 12 years ago
  Claude Paroz 96a6912ec5 [py3] Fixed compilemessages tests 12 years ago
  Claude Paroz 180b672a65 [py3] Fixed Python 3 compatibility in localflavor forms 12 years ago
  Claude Paroz e0988ecd1e [py3] Made Element instances hashable 12 years ago
  Claude Paroz b8e49d70f2 [py3] Replaced raw_input by input 12 years ago
  James Bennett b1517a310a Merge pull request #256 from ubernostrum/model-choice-docs 12 years ago
  James Bennett 7731cc8689 Fix #18062: Document best practices for choices in model fields. 12 years ago
  Claude Paroz db729266d6 [py3] Fixed 'iterable but non string' detection 12 years ago