index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-08-13
[py3] Fixed content encoding in test client
Claude Paroz
2012-08-13
[py3] Removed filename encoding in file_uploads test
Claude Paroz
2012-08-13
Refix #13844 -- Made FloatField aggregates work on Python 2.6 + Postgres
Anssi Kääriäinen
2012-08-12
[py3] Fix encoding issues in contrib.sessions
Claude Paroz
2012-08-12
[py3] Encoded value before feeding it to hashlib.md5
Claude Paroz
2012-08-12
Fixed #18306 -- Made deferred models issue update_fields on save
Andrei Antoukh
2012-08-12
Fixed #13844 -- Avoid converting unknown db values to float
Anssi Kääriäinen
2012-08-12
[py3] Always convert values from sqlite3 to unicode strings
Claude Paroz
2012-08-12
[py3] Made __repr__ return str with Python 3
Claude Paroz
2012-08-12
Fixed #18731 -- Cleaned up split_exclude's use of can_reuse
Anssi Kääriäinen
2012-08-12
[py3] Made exception examination py3-compatible.
Karen Tracey
2012-08-12
[py3] Explained @python_2_unicode_compatible usage
Aymeric 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-12
Removed missplaced label in the docs.
Florian Apolloner
2012-08-12
Fix link to Gunicorn website in deployment howto.
Martijn Vermaat
2012-08-11
Fixed #18739 -- witdthratio behavior on None args
Karen Tracey
2012-08-11
[py3] Fixed reraising of exceptions
Claude Paroz
2012-08-11
Decorated some tests that require tz support.
Karen Tracey
2012-08-11
[py3] Re-decoded string after idna encoding
Claude Paroz
2012-08-11
[py3] Various minor syntax fixes in the test suite
Claude Paroz
2012-08-11
[py3] Fixed JSON deserialization
Claude Paroz
2012-08-11
Fixed #18754 -- cache keys created by post_process
Karen Tracey
2012-08-11
Fixed #18698 -- Configure latex to support '≥' in the docs.
Florian Apolloner
2012-08-11
[py3] Used six.StringIO to simulate stdout buffer in tests
Claude Paroz
2012-08-11
[py3] Used smart_str to prevent regressions in http handling
Claude Paroz
2012-08-11
[py3] Fixed Python 3 compatibility of http handling
Claude Paroz
2012-08-11
[py3] Fixed str_prefix test utility
Claude Paroz
2012-08-11
[py3] Used BytesIO to test request streams
Claude Paroz
2012-08-11
[py3] Decoded base64-encoded hash in contrib.auth.hashers
Andrews Medina
2012-08-10
Fixed #17680 - Clarified when logging is configured.
Tim Graham
2012-08-10
Fixed #17016 - Added examples for file uploads in views.
Tim Graham
2012-08-10
[py3] Made signing infrastructure pass tests with Python 3
Claude Paroz
2012-08-09
Clarified thread safety note in class based views; thanks rafadura for the pa...
Tim Graham
2012-08-09
[py3] Fixed mail tests with Python 3
Claude 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 tests
Claude Paroz
2012-08-08
[py3] Fixed Python 3 compatibility in localflavor forms
Claude Paroz
2012-08-08
[py3] Made Element instances hashable
Claude Paroz
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-08-08
Merge pull request #256 from ubernostrum/model-choice-docs
James Bennett
2012-08-08
Fix #18062: Document best practices for choices in model fields.
James Bennett
2012-08-08
[py3] Fixed 'iterable but non string' detection
Claude Paroz
2012-08-08
Switched to using the standard method for comparing querysets in teh templates.
Alex Gaynor
[next]