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
2016-09-01
Clarified URL regex check message with respect to include().
Riccardo Magliocchetti
2016-08-31
Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.
Ed Morley
2016-08-31
Fixed #20892 -- Allowed configuring memcached client using OPTIONS.
Ed Morley
2016-08-31
Fixed #27131 -- Passed proper string type to SMTP connection login
Claude Paroz
2016-08-25
Replaced property() usage with decorator in several places.
Berker Peksag
2016-08-24
Removed a blank line per isort.
Tim Graham
2016-08-24
Fixed #27100 -- Included already applied migration changes in the pre-migrate...
Simon Charette
2016-08-24
Fixed #27044 -- Included already applied migration changes in the post-migrat...
Simon Charette
2016-08-23
Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFO
Claude Paroz
2016-08-19
Removed DateTimeAwareJSONEncoder alias.
Tim Graham
2016-08-16
Fixed crash comparing CheckMessage objects to non-CheckMessage objects.
Adam Chainz
2016-08-12
Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.
Michael Schwarz
2016-08-11
Fixed #27034 -- Made makemessages independent of USE_I18N
Claude Paroz
2016-08-10
Refs #26947 -- Added a deployment system check for SECURE_HSTS_PRELOAD.
Ed Morley
2016-08-08
Fixed #27036 -- Made locmem email backend's send_messages() accept generators.
Antoine Fontaine
2016-08-08
Fixed #26940 -- Removed makemessages from no_settings_commands whitelist
Claude Paroz
2016-08-08
Moved EmpytResultSet to django.core.exceptions.
Johannes Dollinger
2016-08-05
Fixed #27023 -- Prevented possibility of shell loading ~/.pythonrc.py twice.
Peter Inglesby
2016-08-02
Fixed #27000 -- Removed BaseCommand.usage() per deprecation timeline (refs #1...
Tim Graham
2016-08-01
Fixed #26930 -- Prevented makemigrations from accessing an empty database.
Tim Graham
2016-07-29
Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.
Tomas Pazderka
2016-07-25
Fixed #26915 -- Fixed regression handling responses returned from view middle...
Alex Hill
2016-07-16
Fixed #26826 -- Stripped spaces from dumpdata pks arguments
Claude Paroz
2016-07-14
Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file names
Claude Paroz
2016-07-14
Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.
Will Hardy
2016-07-11
Fixed #26792 -- Allowed None for the value of cache.get_or_set().
Dmitry S..ky / skype: dvska-at-skype
2016-07-08
Fixed #26802 -- Prevented crash when attaching bytes as text message
Claude Paroz
2016-06-30
Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.
Berker Peksag
2016-06-28
Fixed #26119 -- Fixed URLValidator crash on URLs with brackets.
Christopher Grebs
2016-06-28
Fixed #15091 -- Allowed passing custom encoder to JSON serializer.
Berker Peksag
2016-06-24
Refs #12594 -- Removed obsolete exception handling in handle_uncaught_excepti...
Tim Graham
2016-06-24
Refs #24829 -- Made TemplateResponse.content available sooner in exception co...
Claude Paroz
2016-06-23
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
Tim Graham
2016-06-18
Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."
Tim Graham
2016-06-17
Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception...
Carl Meyer
2016-06-16
Fixed flake8 2.6 warnings.
Tim Graham
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2016-06-14
Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.
Hugo Osvaldo Barrera
2016-06-11
Removed unnecessary check in TemporaryUploadedFile.
Jon Dufresne
2016-06-09
Fixed #20468 -- Added loaddata --exclude option.
Berker Peksag
2016-06-08
Fixed #26290 -- Warned that paginating an unordered QuerySet may result in in...
Emad Mokhtar
2016-06-08
Fixed #26717 -- Added Serializer.stream_class to customize the stream.
Berker Peksag
2016-06-04
Fixed #12666 -- Added EMAIL_USE_LOCALTIME setting.
Anton I. Sipos
2016-06-01
Fixed #26694 -- Made FileBasedCache.get() reraise non-ENOENT IOErrors.
Jon Dufresne
2016-05-31
Fixed #26691 -- Removed checking for a file's existence before deleting.
Jon Dufresne
2016-05-27
Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File.
Simon Charette
2016-05-27
Fixed #26645 -- Fixed potential makemessages failures on Windows.
Ramiro Morales
2016-05-19
Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()
Alex Hill
2016-05-19
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...
Alex Hill
2016-05-17
Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are ...
Tim Graham
[prev]
[next]