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
2017-05-31
[1.11.x] Fixed #28170 -- Fixed file_move_safe() crash when moving files to a ...
Derrick Jackson
2017-05-22
[1.11.x] Fixed #28230 -- Allowed DjangoJsonEncoder to serialize CallableBool.
vinay karanam
2017-04-24
[1.11.x] Renamed "Mac OS X" to "macOS" in docs.
Michiel Beijen
2017-04-22
[1.11.x] Fixed #28109 -- Corrected the stack level of unordered queryset pagi...
Simon Charette
2017-04-07
[1.11.x] Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's...
kalombo
2017-03-21
[1.11.x] Fixed #27945 -- Clarified that RegexValidator searches with the regex.
seanfagan
2017-03-03
[1.11.x] Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside n...
Tim Graham
2017-02-24
[1.11.x] Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested n...
Chris Lamb
2017-02-13
[1.11.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.
amalia
2017-02-11
[1.11.x] Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in...
Tim Graham
2017-02-11
[1.11.x] Removed WSGIServer.server_bind() identical to parent version
Claude Paroz
2017-01-28
[1.11.x] Removed obsolete sentence in ManagementUtility docstring.
Srinivas Reddy Thatiparthy
2017-01-25
[1.11.x] Removed unused variables that are overwritten.
Mads Jensen
2017-01-17
Fixed #27666 -- Delayed rendering of recursivly related models in migration o...
Markus Holtermann
2017-01-12
Fixed #27721 -- Added interface name to shell's IPython/bython import error.
Peter Inglesby
2017-01-09
Fixed #27707 -- Removed shell support for IPython < 1.0.
Tim Graham
2017-01-09
Fixed #27705 -- Added protocol/server_cls attributes to runserver for extensi...
David Sanders
2017-01-06
Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.
Sebastian Spiegel
2017-01-06
Fixed #27696 -- Measured email long lines on encoded content
Claude Paroz
2017-01-02
Fixed #27522 -- Fixed runserver autoreload when using staticfile's options.
Jeroen van Veen
2016-12-29
Fixed #25415 -- Made DiscoverRunner run system checks.
Adam Chainz
2016-12-28
Fixed #27631 -- Prevented execution of transactional DDL statements when unsu...
Simon Charette
2016-12-23
Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.
Adam Chainz
2016-12-23
Refs #26487 -- Removed unneeded ehlo() calls in SMTP backend.
Tim Graham
2016-12-21
Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.
jpic
2016-12-21
Fixed #27612 -- Added a check for duplicate URL instance namespaces.
Andrew Nester
2016-12-19
Fixed #27611 -- Doc'd that CSRF_COOKIE_HTTPONLY setting offers no security.
Tim Graham
2016-12-17
Refs #16859 -- Disabled CSRF_COOKIE_* checks when using CSRF_USE_SESSIONS.
Raphael Michel
2016-12-12
Fixed #27588 -- Removed unneeded colon in makemigrations output.
Tim Graham
2016-12-01
Refs #27505 -- Made Paginator's exception messsages translatable.
Anton Bazhanov
2016-12-01
Fixed #27546 -- Removed hardcoded class names in __repr__() methods.
Keda87
2016-11-29
Fixed #27507 -- Used SchemaEditor.execute() to run deferred_sql in migrate's ...
Lex Berezhny
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Fixed #27469 -- Prevented sending email to empty addresses
Claude Paroz
2016-11-10
Fixed #27438 -- Added the diffsettings --default option.
Paweł Marczewski
2016-11-09
Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.
Joseph Kahn
2016-11-08
Fixed #27436 -- Fixed makemigrations crash when creating migrations on a sepa...
Zbigniew Siciarz
2016-11-03
Fixed #27423 -- Simplified sys.exit() for indicating test failures.
Ana Balica
2016-10-28
Fixed #26578 -- Prohibited non-ASCII digits in validate_ipv4_address.
wim glenn
2016-10-27
Corrected TooManyFieldsSent doctring for GET requests.
Zach Wernberg
2016-10-21
Fixed #27368 -- Modifed BaseEmailBackend.__enter__() to close the connection ...
Jon Dufresne
2016-10-20
Optimized file copy in TemplateCommand
Claude Paroz
2016-10-13
Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.
Tim Graham
2016-10-12
Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
João Sampaio
2016-10-12
Fixed #27333 -- Prevented BASE64 encoding in message.as_string() on Python 3
Claude Paroz
2016-10-11
Replaced '__' with LOOKUP_SEP constant.
Nick Pope
2016-10-06
Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)
Claude Paroz
2016-10-05
Fixed #27262 -- Moved URL checks to resolver and pattern classes.
Lucas Lois
2016-10-05
Removed unused variable in django/core/mail/backends/smtp.py.
Tim Graham
2016-10-02
Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute
Claude Paroz
[next]