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
path:
root
/
django
/
core
Age
Commit message (
Expand
)
Author
2012-08-12
[py3] Removed redundant __str__ methods.
Aymeric Augustin
2012-08-11
[py3] Fixed reraising of exceptions
Claude Paroz
2012-08-11
[py3] Re-decoded string after idna encoding
Claude Paroz
2012-08-11
[py3] Fixed JSON deserialization
Claude Paroz
2012-08-10
[py3] Made signing infrastructure pass tests with Python 3
Claude Paroz
2012-08-09
[py3] Fixed mail tests with Python 3
Claude Paroz
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] Replaced raw_input by input
Claude Paroz
2012-08-08
[py3] Fixed 'iterable but non string' detection
Claude Paroz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-08
[py3] Replaced __nonzero__ by __bool__
Claude Paroz
2012-08-07
[py3] Applied minor fixes so the test suite starts
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-03
Replaced some byte strings by str() calls
Claude Paroz
2012-07-30
Fixed a security issue in image uploading. Disclosure and release forthcoming.
Florian Apolloner
2012-07-25
Fixed #18634 -- Don't escape variables in the context for startproject/startapp.
Marc Tamlyn
2012-07-24
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Fixed remaining Python 3 syntax errors.
Aymeric Augustin
2012-07-22
[py3] Used six.reraise wherever necessary.
Aymeric Augustin
2012-07-21
Fixed an `except` statement to be Python3-compatible. Thanks to charettes for...
Julien Phalip
2012-07-21
Removed u prefix on a unicode string.
Aymeric Augustin
2012-07-21
Fixed #6170 -- Ensured that a useful exception is raised when a regex is inva...
Julien Phalip
2012-07-21
Fixed #4680 -- Improved initial_sql parsing
Claude Paroz
2012-07-18
Fixed #18479 -- Stopped makemessages raising error on gettext warnings
Claude Paroz
2012-07-18
BaseCache now has a no-op close method as per ticket #18582
Mike Grouchy
2012-07-17
Fixed #18547 -- Improved error message when gettext is missing
Claude Paroz
2012-07-17
Adds interpreter option to shell command as per ticket #18639
Mike Grouchy
2012-07-10
Changed `manage.py shell`'s help text to reflect that it can invoke bpython.
Alex Gaynor
2012-07-05
Fixed #18330 - Made cache culling 3rd party db backend friendly
Anssi Kääriäinen
2012-06-28
Fixed #15197 -- Fixed yaml serialization into HttpResponse
Claude Paroz
2012-06-24
Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keys
Claude Paroz
2012-06-23
Switch to using context managers for acquiring and releasing locks.
Alex Gaynor
2012-06-15
Favored text (StringIO) over binary content for deserialization
Claude Paroz
2012-06-10
Fixed #18457 -- Fixed encoding error in yaml deserializer
Claude Paroz
2012-06-09
Fixed #17159 -- Validated returned number of next|previous_page_number
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
Fixed #10200 -- Raised CommandError when errors happen in loaddata.
Claude Paroz
2012-06-06
Made TestNoInitialDataLoading pass with MySQL (Refs #15926)
Claude Paroz
2012-06-05
Fixed #15926 -- Added option --no-initial-data to syncdb and flush.
Honza Kral
2012-06-01
Made inspectdb tests deal with a smaller generated models.py file.
Ramiro Morales
2012-05-31
Fixed #14681 -- Do not set mode to None on file-like objects.
Claude Paroz
2012-05-27
Used CommandError in createcachetable command.
Claude Paroz
2012-05-27
Fixed #18387 -- Do not call sys.exit during call_command.
Claude Paroz
2012-05-26
Removed unneeded sys import added in previous commit
Claude Paroz
[prev]
[next]