index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2012-08-15
[py3] Fixed middleware_exceptions tests.
Aymeric Augustin
2012-08-15
[py3] Fixed more encoding issues in cache tests
Claude Paroz
2012-08-15
[py3] Fixed slug regex
Claude Paroz
2012-08-15
[py3] Fixed dispatch tests
Claude Paroz
2012-08-15
Removed unneeded smart_bytes import which was introduced in f2fff84bc.
Florian Apolloner
2012-08-15
Fixed #18770 -- memcached cache backend expects byte strings as keys
Claude Paroz
2012-08-15
[py3] fixed session file backend.
Florian Apolloner
2012-08-15
[py3] Fixed HTTP header serialization
Claude Paroz
2012-08-15
[py3] Fixed F-expression right-hand division
Claude Paroz
2012-08-15
Ensured that about half of the files opened in the formtools tests were expli...
Alex Gaynor
2012-08-15
[py3] Pass bytes to md5 in truncate_name
Claude Paroz
2012-08-15
[py3] Fixed slugify filter
Claude Paroz
2012-08-15
[py3] Removed map() calls used for side-effects only
Anssi Kääriäinen
2012-08-15
[py3] Removed excessive usage of smart_bytes
Claude Paroz
2012-08-15
Ensured that the archive module consistantly explicitly closed all files.
Alex Gaynor
2012-08-15
[py3] Always pass bytes to hashlib.md5.
Florian Apolloner
2012-08-15
Fixed the erorr handling code for missing management commands.
Alex Gaynor
2012-08-15
Allow tests using a LiveServer to get closer to working.
Alex Gaynor
2012-08-15
[py3] Fixed test_client_regress tests
Claude Paroz
2012-08-15
Sent got_request_exception signal before handle_uncaught_exception
Claude Paroz
2012-08-15
Fixed syndication under python3.
Alex Gaynor
2012-08-15
Final explicit closing for staticfiles, they now pass on python3 with -Wall a...
Alex Gaynor
2012-08-15
Make sure to explicitly close opened files.
Alex Gaynor
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 tests
Claude Paroz
2012-08-14
[py3] Fixed file_uploads tests
Claude Paroz
2012-08-14
[py3] Fixed contrib.auth tests
Claude Paroz
2012-08-14
Don'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 tests
Claude Paroz
2012-08-14
[py3] Fixed staticfiles tests
Claude Paroz
2012-08-14
[py3] Fed strftime with unicode on Python 3
Claude Paroz
2012-08-14
[py3] Fixed HttpResponse when initialized with bytes
Claude Paroz
2012-08-14
There'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() instead
Anssi Kääriäinen
2012-08-14
[py3] Fixed F-expression division operators
Anssi Kääriäinen
2012-08-14
[py3] Fixed admin_views tests
Claude Paroz
2012-08-14
[py3] Replace filter/lambda by list comprehensions
Aymeric Augustin
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] Compared response.content with bytes.
Aymeric Augustin
2012-08-14
[py3] Favoured unicode strings in assert(Not)Contains
Claude Paroz
2012-08-14
[py3] Ported django.http according to PEP 3333.
Aymeric Augustin
2012-08-14
Reverted pickle-json replacement form_hmac calculation
Claude Paroz
2012-08-13
[py3] Fixed contrib.formtools tests
Claude Paroz
2012-08-13
[py3] Fixed iterlists usage in QueryDict
Claude Paroz
2012-08-13
Replaced pickle by json in form_hmac calculation
Claude Paroz
2012-08-13
Removed binary flag to open files for writing text content
Claude Paroz
2012-08-13
[py3] Fixed encoding issues in cache key generation
Claude Paroz
[prev]
[next]