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
2020-02-28
Fixed #31311 -- Removed unneeded escapes in validator regexes.
kimbo
2020-02-28
Fixed #31314 -- Raised CommandError when locale is not specified in makemessa...
Cristobal Mackenzie
2020-02-19
Refs #31224 -- Added BaseHandler.check_response().
Andrew Godwin
2020-02-11
Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper is used.
Florian Apolloner
2020-02-11
Fixed #31253 -- Fixed data loss possibility when using caching from async code.
Jon Dufresne
2020-02-07
Refs #31055 -- Added --database option to the check management command.
Simon Charette
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-29
Used model's Options.label/label_lower where applicable.
Mariusz Felisiak
2020-01-29
Removed "Pocket PC" from terminal color support function.
Nick Pope
2020-01-08
Refs #23919 -- Removed obsolete comment in signing.py
Claude Paroz
2020-01-08
Fixed #31141 -- Relaxed system check of translation settings for sublanguages.
Mariusz Felisiak
2019-12-13
Fixed #26743 -- Fixed UnboundLocalError crash when deserializing m2m fields a...
Baptiste Mispelon
2019-12-12
Refs #23919 -- Used yield from in inspectdb.
Jon Dufresne
2019-11-18
Removed unnecessary parentheses in various code.
Jon Dufresne
2019-11-14
Fixed #30759 -- Made cache.delete() return whether it succeeded.
daniel a rios
2019-11-06
Refs #29983 -- Added pathlib.Path support to the file email backend.
Jon Dufresne
2019-10-31
Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.
Hasan Ramezani
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-29
Refs #30899 -- Moved _lazy_re_compile() to the django.utils.regex_helper.
Hasan Ramezani
2019-10-15
Fixed #30872 -- Improved unknown command message when settings are manually c...
Carlton Gibson
2019-10-14
Fixed #30870 -- Fixed showing that RunPython operations are irreversible by m...
Mariusz Felisiak
2019-10-02
Fixed #14218 -- Added Paginator.__iter__().
Tanner Stirrat
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-09-24
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2019-09-18
Fixed #30772 -- Optimized make_template_fragment_key().
Daniel Fairhead
2019-09-10
Refs #29703 -- Removed QuerySetPaginator alias per deprecation timeline.
Mariusz Felisiak
2019-09-10
Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.
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
[prev]
[next]