| Age | Commit message (Collapse) | Author |
|
|
|
|
|
archive.extract().
Thanks Florian Apolloner, Shai Berger, and Simon Charette for reviews.
Thanks Wang Baohua for the report.
|
|
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
timeline.
|
|
per deprecation timeline.
|
|
timeline.
|
|
-m" in autoreloader.
django.utils.autoreload.get_child_arguments() detected when Python was
started with the `-m` option only for `django` module. This commit
changes the logic to check __spec__, see
https://docs.python.org/3/reference/import.html#main-spec
Now packages can implement their own __main__ with the runserver
command.
|
|
|
|
|
|
Co-authored-by: Claude Paroz <claude@2xlibre.net>
|
|
|
|
Python 3.7-.
|
|
|
|
|
|
|
|
Changes in behavior include:
- Accepting iteration over empty sequences, updating nothing.
- Accepting iterable of 2-tuples providing key-value pairs.
- Failing with the same or comparable exceptions for invalid input.
Notably this replaces the previous attempt to catch TypeError which was
unreachable as the call to .items() resulted in AttributeError on
non-dict objects.
|
|
Co-authored-by: Mads Jensen <mje@inducks.org>
|
|
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
|
|
|
|
|
|
utils_tests.test_autoreload.
|
|
Using the current directory can cause a PermissionError.
|
|
timesince()/timeuntil().
|
|
is 0o000.
Fixed test that checks permissions on files extracted from archives
with no permissions set, to not assume a default umask of 0o002.
Test regression in c95d063e776e849cf1a0bf616c654165cb89c706.
|
|
|
|
|
|
|
|
|
|
|
|
comments.
|
|
TermColorTests.test_colorize_empty_text().
|
|
|
|
|
|
|
|
floats in scientific notation.
|
|
classes.
This is the new contract since middleware refactoring in Django 1.10.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
|
|
Thanks Luis Nell for the implementation idea and very detailed report.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
<script> tags.
|
|
django.utils.dateparse functions.
Co-Authored-By: Ben Wilber <benwilber@gmail.com>
|
|
parse_duration().
|