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-10-14
[3.0.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversi...
Mariusz Felisiak
2019-09-09
Fixed #29406 -- Added support for Referrer-Policy header.
Nick Pope
2019-09-09
Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.
Claude Paroz
2019-09-06
Fixed #30763 -- Fixed management commands when using required mutually exclus...
Hasan Ramezani
2019-08-30
Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.
yukihira1992
2019-08-26
Refs #23919 -- Replaced super(ASGIHandler, self) with super().
Jon Dufresne
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-08-19
Fixed #30693 -- Removed separate import of os.path in django.core.management....
Maaz Bin Tahir Saeed
2019-08-12
Corrected multiple typos.
Min ho Kim
2019-08-08
Fixed #30673 -- Relaxed system check for db_table collision when database rou...
Adnan Umer
2019-08-07
Corrected several typos in string literals and test names.
Min ho Kim
2019-08-05
Fixed #30680 -- Removed obsolete system check for SECURE_BROWSER_XSS_FILTER s...
Adnan Umer
2019-07-31
Refs #30669 -- Removed incorrect branch in ASGIHander.read_body().
Carlton Gibson
2019-07-26
Fixed #30567 -- Made WSGIHandler pass FileResponse.block_size to wsgi.file_wr...
Piotr Domanski
2019-07-23
Improved error message when index in __getitem__() is invalid.
Jon Dufresne
2019-07-10
Fixed #30619 -- Made runserver --nothreading use single threaded WSGIServer.
atsuo ishimoto
2019-07-03
Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for loc...
Chason Chaffin
2019-07-03
Refs #30608 -- Added django.utils.encoding.punycode().
Mariusz Felisiak
2019-07-02
Fixed #30604 -- Made mail_admins()/mail_managers() raise ValueError if ADMINS...
Hasan Ramezani
2019-07-01
Fixed #30595 -- Added error message when no objects found to sql* management ...
Hasan Ramezani
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-28
Fixed #30584 -- Fixed management command when using subparsers with dest para...
Hasan Ramezani
2019-06-27
Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model.
Nadège Michel
2019-06-20
Refs #30451 -- Added more tests for ASGIRequest and ASGIHandler.
Mariusz Felisiak
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
[next]