summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-14[py3] Favoured unicode strings in assert(Not)ContainsClaude Paroz
2012-08-14[py3] Ported django.http according to PEP 3333.Aymeric Augustin
2012-08-14Reverted pickle-json replacement form_hmac calculationClaude Paroz
2012-08-13[py3] Fixed contrib.formtools testsClaude Paroz
2012-08-13[py3] Fixed iterlists usage in QueryDictClaude Paroz
2012-08-13Replaced pickle by json in form_hmac calculationClaude Paroz
2012-08-13Removed binary flag to open files for writing text contentClaude Paroz
2012-08-13Consistenly use _ as alias for ugettext_lazy in the i18n docs.Florian Apolloner
2012-08-13[py3] Fixed encoding issues in cache key generationClaude Paroz
2012-08-13[py3] Made csrf context processor return UnicodeClaude Paroz
2012-08-13[py3] Avoided comparison with None value in formsetsClaude Paroz
2012-08-13[py3] Fixed admin_scripts testsClaude Paroz
2012-08-13[py3] Fixed content encoding in test clientClaude Paroz
2012-08-13[py3] Removed filename encoding in file_uploads testClaude Paroz
2012-08-13Refix #13844 -- Made FloatField aggregates work on Python 2.6 + PostgresAnssi Kääriäinen
2012-08-12[py3] Fix encoding issues in contrib.sessionsClaude Paroz
2012-08-12[py3] Encoded value before feeding it to hashlib.md5Claude Paroz
2012-08-12Fixed #18306 -- Made deferred models issue update_fields on saveAndrei Antoukh
2012-08-12Fixed #13844 -- Avoid converting unknown db values to floatAnssi Kääriäinen
2012-08-12[py3] Always convert values from sqlite3 to unicode stringsClaude Paroz
2012-08-12[py3] Made __repr__ return str with Python 3Claude Paroz
2012-08-12Fixed #18731 -- Cleaned up split_exclude's use of can_reuseAnssi Kääriäinen
2012-08-12[py3] Made exception examination py3-compatible.Karen Tracey
2012-08-12[py3] Explained @python_2_unicode_compatible usageAymeric Augustin
2012-08-12[py3] Deprecated StrAndUnicode.Aymeric Augustin
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-12[py3] Added fixer for python_2_unicode_compatible.Aymeric Augustin
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