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-08-24
Fixed #31907 -- Fixed missing validate_key() calls in cache backends.
Nick Pope
2020-08-20
Refs #29887, #27480 -- Moved touch() to BaseMemcachedCache.
Nick Pope
2020-08-20
Fixed comments related to nonexistent keys for incr()/decr() in memcached bac...
Nick Pope
2020-08-13
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2020-08-06
Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().
Nick Pope
2020-08-04
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-29
Fixed #28507 -- Made ValidationError.__eq__() ignore messages and params orde...
David Smith
2020-07-29
Fixed #29324 -- Made SECRET_KEY validation lazy (on first access).
Florian Apolloner
2020-07-27
Fixed #31806 -- Made validators include the value in ValidationErrors.
Jon Dufresne
2020-07-27
Removed redundant forms.DecimalField.validate() in favor of DecimalValidator.
Jon Dufresne
2020-07-24
Fixed #31802 -- Added system check for non-integer SITE_ID.
Parth Verma
2020-07-20
Fixed #31769 -- Improved default naming of merged migrations.
Jon Dufresne
2020-07-20
Fixed #31784 -- Fixed crash when sending emails on Python 3.6.11+, 3.7.8+, an...
Florian Apolloner
2020-06-24
Fixed typo in django/core/management/templates.py docstring.
excursus
2020-06-23
Refs #31692 -- Fixed compilemessages crash on Windows with Python < 3.8.
Mariusz Felisiak
2020-06-22
Removed unused param_dict return from URLResolver.resolve_error_handler().
Adam Johnson
2020-06-22
Fixed #31692 -- Prevented unneeded .po file compilation.
Claude Paroz
2020-06-22
Refs #31692 -- Updated compilemessages and tests to use pathlib.
Claude Paroz
2020-06-22
Fixed #31728 -- Fixed cache culling when no key is found for deletion.
Guillermo Bonvehí
2020-06-18
Refs #31670 -- Renamed whitelist argument and attribute of EmailValidator.
David Smith
2020-06-17
Fixed #30583 -- Fixed handling JSONFields in XML serializer.
Hasan Ramezani
2020-06-17
Refs #30190 -- Minor edits to JSONL serializer.
Mariusz Felisiak
2020-06-16
Fixed #30190 -- Added JSONL serializer.
Ali Vakilzade
2020-06-12
Fixed #31645 -- Enhanced the migration warning for migrate commmand.
Chinmoy Chakraborty
2020-06-08
Fixed #31661 -- Removed period in makemigrations history check warning.
davidchorpash
2020-06-05
Fixed #31654 -- Fixed cache key validation messages.
Mariusz Felisiak
2020-06-04
Refs #5086 -- Removed unused only_django argument from sql_flush().
Jon Dufresne
2020-06-04
Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.
Tim Graham
2020-06-03
Preferred usage of among/while to amongst/whilst.
David Smith
2020-06-03
Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends.
Dan Palmer
2020-06-01
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...
René Fleschenberg
2020-05-28
Refs #31040, Refs #31224 -- Prevented cycles in exceptions chain.
Mariusz Felisiak
2020-05-25
Fixed #29078 -- Made serializers respect prefetch_related() for m2m fields.
Claude Paroz
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-05-19
Fixed #31504 -- Allowed calling makemigrations without an active database con...
wtkm11
2020-05-15
Fixed #31552 -- Added support for LZMA and XZ fixtures to loaddata.
Paolo Melchiorre
2020-05-13
Updated logging calls to use arguments instead of string interpolation.
François Freitag
2020-05-12
Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-08
Fixed #31548 -- Fixed URLValidator crash on non-strings.
Yash Saini
2020-05-08
Refs #27661 -- Added Tags.staticfiles.
Mariusz Felisiak
2020-05-06
Fixed #31515 -- Made ASGIHandler dispatch lifecycle signals with thread sensi...
Carlton Gibson
2020-05-04
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2020-04-30
Doc'd send_email() behavior when from_email is None.
Adrian D'Alessandro
2020-04-28
Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.
Hasan Ramezani
2020-04-28
Merge stdout.write() calls in squashmigrations.
François Freitag
2020-04-27
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-04-27
Removed unnecessary tuple wrapping of single format string argument.
François Freitag
2020-04-21
Refs #29983 -- Fixed displaying pathlib.Path database name in flush command's...
Mariusz Felisiak
[prev]
[next]