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
2013-07-09
[1.5.x] Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3.
Tim Graham
2013-07-03
[1.5.x] Fixed #20687 -- Added documentation for django.core.signing API.
Tomáš Ehrlich
2013-05-11
[1.5.X] Fixed #20136 - Fixed and expanded the docs for loaddata and model sig...
Tim Graham
2013-05-07
[1.5.x] Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeE...
Tai Lee
2013-04-01
[1.5.x] Fixed #20169 -- Ensured that the WSGI request's path is correctly bas...
Julien Phalip
2013-03-27
[1.5.x] Fixed #18985 -- ensure module level deprecations are displayed
Preston Holmes
2013-02-19
[1.5.x] Restricted the XML deserializer to prevent DoS attacks.
Carl Meyer
2013-02-15
[1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on ...
Russell Keith-Magee
2013-01-25
[1.5.x] Fixed #19665 -- Ensured proper stderr output for Command.run_from_argv
Claude Paroz
2013-01-03
[1.5.x] Replaced deprecated sslerror by ssl.SSLError
Claude Paroz
2013-01-03
[1.5.x] Fixed #19382 -- Stopped smtp backend raising exception when already c...
Claude Paroz
2013-01-03
[1.5.x] Fixed #19134 -- Allowed closing smtp backend when the server is stopped
Claude Paroz
2012-12-31
[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().
Aymeric Augustin
2012-12-31
[1.5.x] Fixed #16241 -- Ensured the WSGI iterable's close() is always called.
Aymeric Augustin
2012-12-22
[1.5.x] Fixed #19468 -- Decoded request.path correctly on Python 3.
Aymeric Augustin
2012-12-08
[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-06
[1.5.x] Fixed #19367 -- Fixed saving ContentFile in filesystem storage
Claude Paroz
2012-12-03
[1.5.x] Fixed #19416 -- Fixed multi-line commands in initial SQL files
Claude Paroz
2012-12-03
[1.5.x] Fixed #19397 -- Crash on binary files in project templates.
Aymeric Augustin
2012-11-24
[1.5.x] Removed some stray debug lines introduced accidentally in c8985a8.
Russell Keith-Magee
2012-11-24
[1.5.x] Fixed #19806 -- Ensure that content types and permissions aren't crea...
Russell Keith-Magee
2012-11-17
[1.5.x] Fixed #18210 -- Escaped special characters in reverse prefixes.
Gabriel Hurley
2012-11-14
[1.5.x] Fixed #19186 -- Fixed sending mail with unicode content on Python 3
Claude Paroz
2012-11-11
[1.5.x] Tweaked cache key creation to avoid strict typing.
Aymeric Augustin
2012-11-10
[1.5.x] Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3
Anssi Kääriäinen
2012-11-10
[1.5.x] Removed an impossible code path in cache function
Claude Paroz
2012-11-09
[1.5.x] Fixed #19261 -- Delayed Queryset evaluation in paginators
Claude Paroz
2012-11-07
[1.5.x] Fixed #19257 -- Don't swallow command's KeyError in call_command
Claude Paroz
2012-11-06
[1.5.x] Fixed #14315 -- Made memcached backend handle negative incr/decr values
Claude Paroz
2012-11-04
[1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Th...
Alex Gaynor
2012-11-03
[1.5.x] Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-11-03
[1.5.x] Prevented host resolution when running dev server
Claude Paroz
2012-10-30
[1.5.x] Fixed #5076 -- Properly decode POSTs with non-utf-8 payload encoding
Claude Paroz
2012-10-28
[1.5.x] Required serializer to use bytes in loads/dumps
Aymeric Augustin
2012-10-27
[1.5.x] Fixed #18978 -- Moved cleanup command to sessions.
Aymeric Augustin
2012-10-24
Removed a function that is already fully implemented by a base class.
Alex Gaynor
2012-10-21
Updated error message for bad database engine
Preston Holmes
2012-10-20
Removed custom WSGIRequestHandler.get_environ
Claude Paroz
2012-10-20
Fixed #19150 -- Added validation for USERNAME_FIELD being included in REQUIRE...
Russell Keith-Magee
2012-10-11
Fixed #19107 -- Workarounded message-encoding bug on Python < 2.6.6
Claude Paroz
2012-10-10
Fixed error output from runserver
Claude Paroz
2012-10-09
Fixed #17867 -- Made email validation pass with IDN domains
Claude Paroz
2012-10-06
Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.
Ramiro Morales
2012-10-02
Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...
Russell Keith-Magee
2012-10-01
Cleaned up loaddata command options help text
Preston Holmes
2012-09-30
Fixed #9279 -- Added ignorenonexistent option to loaddata
Preston Holmes
2012-09-29
Merge branch 'ticket15695'
Florian Apolloner
2012-09-27
Fixed #15695 -- Added `ResolverMatch` to the request object.
Florian Apolloner
2012-09-26
Fixed #18845 -- Do not swallow AttributeErrors when running commands
Claude Paroz
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
[next]