Tim Graham
|
7ef81b5cdd
Removed thread customizations of six which are now built-in.
|
10 lat temu |
Tim Graham
|
dec7da3c4c
Fixed flake8 warning.
|
10 lat temu |
Sean Wang
|
311feae8ba
Fixed #23806 -- Added a test case for settings.DISALLOWED_USER_AGENTS.
|
10 lat temu |
Michael Manfre
|
bc8abe36ba
Fixed #16358 - Made memcache backend delete old value on a failure to set.
|
10 lat temu |
Baptiste Mispelon
|
bfb11b9562
Fixed #23795 -- Fixed a regression in custom form fields
|
10 lat temu |
Tim Graham
|
11b7680d0e
Fixed #23774 -- Clarified QuerySet.order_by() and related models.
|
10 lat temu |
Aymeric Augustin
|
f742c653e0
Removed return from __init__.
|
10 lat temu |
wrwrwr
|
f9213a85c3
Fixed #23775 -- Added docs for --bisect and --pair runtests options.
|
10 lat temu |
Tim Graham
|
aa77e90aa9
Remove Field.get_validator_unique_lookup_type()
|
10 lat temu |
Tim Graham
|
42b5e4feea
Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to http.cookie.
|
10 lat temu |
Anssi Kääriäinen
|
4e9a6c94e6
Removed extra enumerate() from Query.setup_joins()
|
10 lat temu |
Jozef Knaperek
|
c56c42b5c0
Fixed #22967 -- Made Model._do_update consistent
|
10 lat temu |
Anssi Kääriäinen
|
d647764a53
Improved Query.names_to_path docstring
|
10 lat temu |
Aymeric Augustin
|
3bc7a14ea5
Normalized opening a file and decoding its content.
|
10 lat temu |
Aymeric Augustin
|
95b8323ac2
Removed import forgotten in previous commit.
|
10 lat temu |
Claude Paroz
|
5ec367ccdd
Fixed #23788 -- Used new JavaScript support in recent gettext
|
10 lat temu |
Aymeric Augustin
|
b8ba73cd0c
Raised SuspiciousFileOperation in safe_join.
|
10 lat temu |
Tim Graham
|
40ba6f21bb
Fixed spelling errors in docs.
|
10 lat temu |
averybigant
|
b7a5b6ab86
Fixed #23750 -- Allowed core.checks.register to be used as a function
|
10 lat temu |
Anssi Kääriäinen
|
b3fd39f7c8
Simplified Query.build_lookup()
|
10 lat temu |
aruseni
|
faf4d5c510
Fix a typo in 1.7 release notes
|
10 lat temu |
Aymeric Augustin
|
b239c3d27e
Fixed negligible formatting error.
|
10 lat temu |
Aymeric Augustin
|
542fd80a27
Merge pull request #3489 from tchaumeny/testcases_cleanup
|
10 lat temu |
Thomas Chaumeny
|
498ae3a360
Removed legacy code from old transaction system
|
10 lat temu |
Thomas Chaumeny
|
88b2a20f04
Simplified MySQL storage engine detection using INFORMATION_SCHEMA.ENGINES table
|
10 lat temu |
Luke Plant
|
b748a8bc67
Fixed #23789 -- TemplateResponse handles context differently from render
|
10 lat temu |
aruseni
|
006451f894
Fixed a typo in 1.6 release notes.
|
10 lat temu |
Tim Graham
|
091f5b5a4e
Fixed #23785 -- Typo in docs/releases/1.6.txt
|
10 lat temu |
Markus Holtermann
|
c7c098cf97
Fixed #23770 -- Changed serialization strategy for floats with respect to NaN and Inf
|
10 lat temu |
Tim Graham
|
b07aa52e8a
Added a dummy class for HTMLParserError; refs #23763.
|
10 lat temu |