summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2018-02-20[1.11.x] Removed blank lines per isort 4.3.0.Tim Graham
2017-10-10[1.11.x] Fixed #28601 -- Prevented cache.get_or_set() from caching None if de...Daniel Tao
2017-08-09[1.11.x] Fixed argument name in call_command() docstring.Raúl Pedro Fernandes Santos
2017-06-13[1.11.x] Fixed #28284 -- Prevented Paginator's unordered object list warning ...orf
2017-06-01[1.11.x] Sorted imports per isort 4.2.9.Tim Graham
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 versionClaude 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-17Fixed #27666 -- Delayed rendering of recursivly related models in migration o...Markus Holtermann
2017-01-12Fixed #27721 -- Added interface name to shell's IPython/bython import error.Peter Inglesby
2017-01-09Fixed #27707 -- Removed shell support for IPython < 1.0.Tim Graham
2017-01-09Fixed #27705 -- Added protocol/server_cls attributes to runserver for extensi...David Sanders
2017-01-06Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.Sebastian Spiegel
2017-01-06Fixed #27696 -- Measured email long lines on encoded contentClaude Paroz
2017-01-02Fixed #27522 -- Fixed runserver autoreload when using staticfile's options.Jeroen van Veen
2016-12-29Fixed #25415 -- Made DiscoverRunner run system checks.Adam Chainz
2016-12-28Fixed #27631 -- Prevented execution of transactional DDL statements when unsu...Simon Charette
2016-12-23Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.Adam Chainz
2016-12-23Refs #26487 -- Removed unneeded ehlo() calls in SMTP backend.Tim Graham
2016-12-21Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.jpic
2016-12-21Fixed #27612 -- Added a check for duplicate URL instance namespaces.Andrew Nester
2016-12-19Fixed #27611 -- Doc'd that CSRF_COOKIE_HTTPONLY setting offers no security.Tim Graham
2016-12-17Refs #16859 -- Disabled CSRF_COOKIE_* checks when using CSRF_USE_SESSIONS.Raphael Michel
2016-12-12Fixed #27588 -- Removed unneeded colon in makemigrations output.Tim Graham
2016-12-01Refs #27505 -- Made Paginator's exception messsages translatable.Anton Bazhanov
2016-12-01Fixed #27546 -- Removed hardcoded class names in __repr__() methods.Keda87
2016-11-29Fixed #27507 -- Used SchemaEditor.execute() to run deferred_sql in migrate's ...Lex Berezhny
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-11-10Fixed #27469 -- Prevented sending email to empty addressesClaude Paroz
2016-11-10Fixed #27438 -- Added the diffsettings --default option.Paweł Marczewski
2016-11-09Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.Joseph Kahn
2016-11-08Fixed #27436 -- Fixed makemigrations crash when creating migrations on a sepa...Zbigniew Siciarz
2016-11-03Fixed #27423 -- Simplified sys.exit() for indicating test failures.Ana Balica
2016-10-28Fixed #26578 -- Prohibited non-ASCII digits in validate_ipv4_address.wim glenn
2016-10-27Corrected TooManyFieldsSent doctring for GET requests.Zach Wernberg
2016-10-21Fixed #27368 -- Modifed BaseEmailBackend.__enter__() to close the connection ...Jon Dufresne
2016-10-20Optimized file copy in TemplateCommandClaude Paroz
2016-10-13Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.Tim Graham
2016-10-12Fixed #24607 -- Serialized natural keys in multi-table inheritance models.João Sampaio
2016-10-12Fixed #27333 -- Prevented BASE64 encoding in message.as_string() on Python 3Claude Paroz