summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-15Explicitly close files in the staticfiles tests.Alex Gaynor
2012-08-15Make sure to explicitly close opened files.Alex Gaynor
2012-08-15Use a name that exists in both python2 and 3,Alex Gaynor
2012-08-15[py3] Fixed jsi18n test.Aymeric Augustin
2012-08-15[py3] Fixed uses of __metaclass__ in tests.Aymeric Augustin
2012-08-14[py3] Fixed modeltests.model_forms tests.Chris Lawlor
2012-08-14[py3] Removed a remaining use of __metaclass__.Aymeric Augustin
2012-08-14[py3] Avoided the deprecated base64 interface.Aymeric Augustin
2012-08-14[py3] Fixed conditional_processing testsClaude Paroz
2012-08-14[py3] Fixed file_uploads testsClaude Paroz
2012-08-14[py3] Fixed contrib.auth testsClaude Paroz
2012-08-14Don't swallow AttributeError in core.urlresolvers.get_callable.Florian Apolloner
2012-08-14[py3] Fixed sitemaps tests.Aymeric Augustin
2012-08-14[py3] Fixed serializers testsClaude Paroz
2012-08-14[py3] Fixed staticfiles testsClaude Paroz
2012-08-14[py3] Fed strftime with unicode on Python 3Claude Paroz
2012-08-14[py3] Fixed HttpResponse when initialized with bytesClaude Paroz
2012-08-14There's no need to do `list(dict.keys())` list(dict)` is enough.Alex Gaynor
2012-08-14[py3] Fixed file.read().decode(), used codecs.open() insteadAnssi Kääriäinen
2012-08-14[py3] Fixed F-expression division operatorsAnssi Kääriäinen
2012-08-14[py3] Fixed admin_views testsClaude Paroz
2012-08-14[py3] Fixed admin_custom_urls tests.Aymeric Augustin
2012-08-14[py3] Replace filter/lambda by list comprehensionsAymeric Augustin
2012-08-14[py3] Fixed comparison of list and range()Anssi Kääriäinen
2012-08-14[py3] Fixed invalid use of dict.items()Anssi Kääriäinen
2012-08-14[py3] Removed unnecessary calls to .keys()Aymeric Augustin
2012-08-14[py3] Fixed egg template loader.Aymeric Augustin
2012-08-14[py3] Ensured the template tests run.Aymeric Augustin
2012-08-14[py3] Compared response.content with bytes.Aymeric Augustin
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