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
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-15
Refs #30451 -- Added HttpRequest._set_content_type_params() hook.
Mariusz Felisiak
2019-06-13
Fixed #30512 -- Used email.headerregistry.parser for parsing emails in saniti...
Joachim Jablon
2019-05-08
Used time.monotonic() instead of time.time() where applicable.
Przemysław Suliga
2019-05-02
Fixed #30396 -- Added system checks for uniqueness of indexes and constraints...
can
2019-04-30
Fixed #30418 -- Added --skip-checks management command option.
Jon Dufresne
2019-04-25
Removed redundant os.path.abspath() call.
Jon Dufresne
2019-04-25
Fixed #30393 -- Added validation of startapp's directory option.
oliver
2019-04-25
Fixed #30388 -- Made inspectdb generate OneToOneFields rather than ForeignKey...
Ville Skyttä
2019-04-24
Refs #30241 -- Fixed BytesWarning emitted in test_translation tests.
Jon Dufresne
2019-04-24
Removed unnecessary assignments in various code.
Jon Dufresne
2019-04-24
Fixes #30342 -- Removed a system check for LANGUAGES_BIDI setting.
Matthias Kestenholz
2019-04-18
Fixed typos in docs, comments, and exception messages.
Ville Skyttä
2019-03-30
Made startapp/project's overlaying error message use 'app' or 'project'.
oliver
2019-03-30
Fixed #30301 -- Removed OutputWrapper.__init__()'s style_func arg.
Tim Graham
2019-03-28
Fixed #30241 -- Added more system checks of translation settings.
Nick Pope
2019-03-28
Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.
Nick Pope
2019-03-28
Fixed "byte string" typo in various docs and comments.
Mariusz Felisiak
2019-03-08
Fixed #30186 -- Made showmigrations --list display the applied datetimes at v...
tschilling
2019-03-07
Fixed #30189 -- Removed transaction from sqlmigrate output if database doesn'...
Parth Patil
2019-02-14
Fixed #30181 -- Made cache.get() with default work correctly on PyLibMCCache ...
Jakub Szafrański
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-08
Simplified FileBasedCache.clear().
Jon Dufresne
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-28
Fixed #29973 -- Added compilemessages --ignore option.
rsiemens
2019-01-28
Refs #29973 -- Extracted helper functions from makemessages.
rsiemens
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
2019-01-23
Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().
Nick Pope
2019-01-17
Refs #28370 -- Removed support for the context arg of Field.from_db_value() a...
Tim Graham
2019-01-13
Fixed #27685 -- Added watchman support to the autoreloader.
Tom Forbes
2019-01-12
Fixed #30057 -- Fixed diffsettings ignoring custom configured settings.
orlnub123
2018-12-26
Fixed #30058 -- Made SMTP EmailBackend.send_messages() return 0 for empty/err...
Denis Stebunov
2018-12-24
Fixed #20098 -- Added a check for model Meta.db_table collisions.
Sanyam Khurana
2018-12-20
Refs #30015 -- Added 2.1.5 release note and removed 'we' in comments.
Carlton Gibson
2018-12-19
Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.
Dakota Hawkins
2018-12-19
Fixed #30015 -- Ensured request body is properly consumed for keep-alive conn...
Konstantin Alekseev
2018-11-27
Fixed #28385 -- Fixed deserializing natural keys when primary key has a defau...
dmytryi.striletskyi
2018-11-21
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-11-20
Refs #24829 -- Removed TemplateResponse rendering in BaseHandler.get_response().
Tim Graham
2018-11-20
Corrected docs and removed unused code for got_request_exception signal's sen...
Tim Graham
2018-11-20
Removed BaseHandler.get_exception_response().
Tim Graham
2018-11-19
Refs #29722 -- Added introspection of partitions for PostgreSQL.
Nick Pope
2018-11-14
Fixed #25884 -- Fixed migrate --run-syncdb when specifying an app label.
Sarah Guermond
2018-11-10
Fixed keep-alive support in manage.py runserver.
Florian Apolloner
2018-11-09
Fixed signing.dumps() example for Python 3.
minusf
2018-10-31
Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try to crea...
Tim Graham
[prev]
[next]