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
2021-05-06
[2.2.x] Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and tabs fro...
Mariusz Felisiak
2021-04-27
[2.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...
Florian Apolloner
2020-08-25
[2.2.x] Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-l...
Mariusz Felisiak
2020-08-25
[2.2.x] Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-lev...
Mariusz Felisiak
2020-07-20
[2.2.x] Fixed #31784 -- Fixed crash when sending emails on Python 3.6.11+, 3....
Florian Apolloner
2020-06-05
[2.2.x] Fixed #31654 -- Fixed cache key validation messages.
Mariusz Felisiak
2020-06-03
[2.2.x] Fixed CVE-2020-13254 -- Enforced cache key validation in memcached ba...
Dan Palmer
2020-06-02
[2.2.x] Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2019-10-14
[2.2.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversi...
Mariusz Felisiak
2019-08-08
[2.2.x] Fixed #30673 -- Relaxed system check for db_table collision when data...
Adnan Umer
2019-03-28
[2.2.x] Fixed "byte string" typo in various docs and comments.
Mariusz Felisiak
2019-02-13
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
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
2018-10-30
Fixed #29783 -- Added app label validation to showmigrations command.
Junyoung
2018-10-30
Capitalized SecurityMiddleware headers for consistency with other headers.
Artur Juraszek
2018-10-23
Fixed #29831 -- Added validation for makemigrations --name.
Prabakaran Kumaresshan
2018-10-22
Fixed #29830 -- Fixed loss of custom utf-8 body encoding in mails.
jannschu
2018-10-22
Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value.
buzzi
2018-10-19
Fixed #29774 -- Fixed django-admin shell hang on startup.
Adam Allred
2018-10-17
Fixed #29857 -- Added get_storage_class to django.core.files.storage.__all__.
Tim Graham
2018-10-09
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-10-08
Replaced kwargs.pop() with keyword-only arguments.
Jon Dufresne
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-26
Fixed #29673 -- Reset the URLconf at the end of each request.
Matthew Power
2018-09-26
Fixed loaddata error message when uncompressed fixture has a dot in its name.
Sergey Fedoseev
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-25
Removed unneeded list() calls in list.extend() argument.
Sergey Fedoseev
2018-09-19
Refs #29198 -- Fixed migrate --plan crash if RunSQL uses a list or tuple.
Tim Graham
2018-09-11
Refs #29560 -- Fixed typo in django/core/management/base.py.
Nick Pope
2018-09-11
Fixed #29560 -- Added --force-color management command option.
Hasan Ramezani
2018-09-06
Refs #29713 -- Improved error message from translation system check.
Nick Pope
2018-09-03
Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.
David
2018-08-27
Fixed #29703 -- Deprecated QuerySetPaginator alias.
Nick Pope
2018-08-23
Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an ...
Matthijs Kooijman
[next]