Jon Dufresne
|
26554cf5d1
Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and docs.
|
5 yıl önce |
Jon Dufresne
|
77aa74cb70
Refs #29983 -- Added support for using pathlib.Path in all settings.
|
5 yıl önce |
René Fleschenberg
|
367634f976
Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.
|
5 yıl önce |
Farhaan Bukhsh
|
cc5622ec8c
Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to command-line client.
|
5 yıl önce |
Jon Dufresne
|
39791c8e6d
Harmonized Windows checks in tests to a single style.
|
5 yıl önce |
Jon Dufresne
|
e3c2fae4cd
Adjusted expected exception message for Windows.
|
5 yıl önce |
Mariusz Felisiak
|
4c45b627f8
Removed unused import of ACTION_CHECKBOX_NAME in django.contrib.admin.
|
5 yıl önce |
Daniel Fairhead
|
e651b3095c
Fixed #15742 -- Fixed an example of collecting selected objects in ModelAdmin.actions docs.
|
5 yıl önce |
Jon Dufresne
|
74f2a58b3a
Refs #29983 -- Added tests for FileBasedCache pathlib support.
|
5 yıl önce |
Jon Dufresne
|
fbbff7f808
Refs #29983 -- Added pathlib.Path support to the file email backend.
|
5 yıl önce |
Dan Swain
|
422b875c65
Documented arguments for custom 500 error view.
|
5 yıl önce |
Stephen Rauch
|
4b6db766ba
Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.
|
5 yıl önce |
Jon Dufresne
|
c8debd5061
Added a link to the file email backend from EMAIL_FILE_PATH setting.
|
5 yıl önce |
Jon Dufresne
|
1c4c68dfed
Refs #29983 -- Added test for FILE_UPLOAD_TEMP_DIR pathlib support.
|
5 yıl önce |
Jon Dufresne
|
92e5abd7a3
Refs #29983 -- Added test for FIXTURES_DIRS pathlib support.
|
5 yıl önce |
Jon Dufresne
|
89368ab6e3
Fixed #30944 -- Changed reusable apps docs to use a declarative config.
|
5 yıl önce |
kola-er
|
d94d7b113c
Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update() options.
|
5 yıl önce |
Jon Dufresne
|
edeec1247e
Passed strict=True to Path.resolve() to enforce that the path must exist.
|
5 yıl önce |
Alasdair Nicol
|
b991eefd3a
Refs #30923 -- Fixed an example of rendering templates in contrib.sites docs.
|
5 yıl önce |
Hasan Ramezani
|
47379d027b
Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lists and tuples.
|
5 yıl önce |
Hasan Ramezani
|
dc60597eb6
Refs #30095 -- Added Field._choices_is_value().
|
5 yıl önce |
Mariusz Felisiak
|
a20ea33ca6
Fixed DatabaseFeatures.has_select_for_update_nowait on MariaDB 10.3+.
|
5 yıl önce |
Jon Dufresne
|
b9fe7f9294
Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules.
|
6 yıl önce |
Mariusz Felisiak
|
e5cacb1f47
Refs #30947 -- Changed tuples to lists in model Meta options examples in docs.
|
5 yıl önce |
Jon Dufresne
|
cff6b14b27
Removed unnecessary EXCLUDE_FROM_PACKAGES from setup.py.
|
5 yıl önce |
bedilbek
|
09a00c60bd
Added Uzbek locale formats.
|
5 yıl önce |
Claude Paroz
|
6ccb1b68bc
Added Uzbek language.
|
5 yıl önce |
Nick Pope
|
7286eaf681
Refs #13312 -- Simplified handling of nulls ordering on MySQL.
|
5 yıl önce |
Jon Dufresne
|
e0e88ceaaa
Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run()'s encoding argument.
|
5 yıl önce |
Adam Johnson
|
5a856669bf
Updated list of field types conversions in ModelForm docs.
|
5 yıl önce |