summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-12[py3] Added python_2_unicode_compatible decorator.Aymeric Augustin
2012-08-12[py3] Replaced some __str__ methods by __unicode__Aymeric Augustin
2012-08-12[py3] Removed redundant __str__ methods.Aymeric Augustin
2012-08-12[py3] Avoided returning bytes in Model.__str__Aymeric Augustin
2012-08-12Removed missplaced label in the docs.Florian Apolloner
2012-08-12Fix link to Gunicorn website in deployment howto.Martijn Vermaat
2012-08-11Fixed #18739 -- witdthratio behavior on None argsKaren Tracey
2012-08-11[py3] Fixed reraising of exceptionsClaude Paroz
2012-08-11Decorated some tests that require tz support.Karen Tracey
2012-08-11[py3] Re-decoded string after idna encodingClaude Paroz
2012-08-11[py3] Various minor syntax fixes in the test suiteClaude Paroz
2012-08-11[py3] Fixed JSON deserializationClaude Paroz
2012-08-11Fixed #18754 -- cache keys created by post_processKaren Tracey
2012-08-11Fixed #18698 -- Configure latex to support '≥' in the docs.Florian Apolloner
2012-08-11[py3] Used six.StringIO to simulate stdout buffer in testsClaude Paroz
2012-08-11[py3] Used smart_str to prevent regressions in http handlingClaude Paroz
2012-08-11[py3] Fixed Python 3 compatibility of http handlingClaude Paroz
2012-08-11[py3] Fixed str_prefix test utilityClaude Paroz
2012-08-11[py3] Used BytesIO to test request streamsClaude Paroz
2012-08-10Create headings and expand CBV docs so that the "Built-In CBV" docs include a...Issac Kelly
2012-08-11[py3] Decoded base64-encoded hash in contrib.auth.hashersAndrews Medina
2012-08-10Fixed #17680 - Clarified when logging is configured.Tim Graham
2012-08-10Fixed #17016 - Added examples for file uploads in views.Tim Graham
2012-08-10[py3] Made signing infrastructure pass tests with Python 3Claude Paroz
2012-08-09Clarified thread safety note in class based views; thanks rafadura for the pa...Tim Graham
2012-08-09[py3] Fixed mail tests with Python 3Claude Paroz
2012-08-09[py3k] use the base64 module, instead of bytes.encode('base64')Alex Gaynor
2012-08-09[py3] Renamed `next` to `__next__` in iterators.Aymeric Augustin
2012-08-08[py3] Fixed compilemessages testsClaude Paroz
2012-08-08[py3] Fixed Python 3 compatibility in localflavor formsClaude Paroz
2012-08-08[py3] Made Element instances hashableClaude Paroz
2012-08-08[py3] Replaced raw_input by inputClaude Paroz
2012-08-08Merge pull request #256 from ubernostrum/model-choice-docsJames Bennett
2012-08-08Fix #18062: Document best practices for choices in model fields.James Bennett
2012-08-08[py3] Fixed 'iterable but non string' detectionClaude Paroz
2012-08-08Switched to using the standard method for comparing querysets in teh templates.Alex Gaynor
2012-08-08Fix TestCase.assertQuerysetEqual on python 3, this is needed for a large numb...Alex Gaynor
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-08[py3] Replaced __nonzero__ by __bool__Claude Paroz
2012-08-08[py3] Fixed a loop that changed dictionary size.Aymeric Augustin
2012-08-08[py3] Used compatible imports of StringIO.Aymeric Augustin
2012-08-08[py3] Made gis.measure Python 3-compatibleClaude Paroz
2012-08-08[py3] Fixed filesystem encoding handlingAymeric Augustin
2012-08-08[py3] abspathu doesn't exist under Python 3.Aymeric Augustin
2012-08-07Put all the security-related notes in the same notice box.James Bennett
2012-08-07And link security policies from documentation index.James Bennett
2012-08-07Link security policies from internals index.James Bennett
2012-08-07Merge pull request #253 from ubernostrum/security-documentationJames Bennett
2012-08-07Add new security-policy documentation.James Bennett
2012-08-07Fix a test that relied on an exception outliving the `except` block, which do...Alex Gaynor