Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 年之前 |
Mariusz Felisiak
|
addabc492b
Fixed DatabaseFeatures.can_introspect_check_constraints on MariaDB < 10.2.22, 10.3.0 - 10.3.9.
|
5 年之前 |
Hasan Ramezani
|
6c379f1a18
Fixed #30763 -- Fixed management commands when using required mutually exclusive groups.
|
5 年之前 |
Mariusz Felisiak
|
350123f38c
Moved release note for refs #30158 from deprecated to backwards incompatible changes.
|
5 年之前 |
Mariusz Felisiak
|
053ff7e9e6
Fixed typo in docs/internals/contributing/writing-documentation.txt.
|
5 年之前 |
Carlton Gibson
|
ed2d411aa8
Refs #30573 -- Noted to avoid "simple" & co. in Writing Style guide.
|
5 年之前 |
Mariusz Felisiak
|
e2c6a0858d
Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+.
|
5 年之前 |
Hasan Ramezani
|
b93d786251
Made SchemaTests.test_alter_db_table_case run only on backends where table names are case-insensitive.
|
5 年之前 |
Shai Berger
|
72ebe85a26
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
|
6 年之前 |
Nasir Hussain
|
25706d7285
Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.
|
6 年之前 |
Min ho Kim
|
3c6a4fdb6d
Changed example git clone URLs to use HTTPS.
|
5 年之前 |
Mariusz Felisiak
|
0d4529d314
Added stub release notes for 2.2.6.
|
5 年之前 |
Viktor Lomakin
|
5931d2e96a
Fixed #30691 -- Made migrations autodetector find dependencies for foreign keys altering.
|
5 年之前 |
Johannes Hoppe
|
003bb34b21
Refs #29444 -- Made db.backends.oracle.utils.InsertVar use str as default.
|
5 年之前 |
Carlton Gibson
|
4f61810751
Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().
|
5 年之前 |
Simon Charette
|
13a8884a08
Fixed #30739 -- Fixed exclusion of multi-valued lookup against outer rhs.
|
5 年之前 |
Simon Charette
|
600628f8f0
Refs #28442 -- Adjusted related lookups handling of expression rhs.
|
5 年之前 |
Nick Pope
|
999891bd80
Refs #29379 -- Moved autocomplete attribute to UsernameField.
|
5 年之前 |
Mariusz Felisiak
|
47f49adc11
Added release dates for 2.2.5, 2.1.12, and 1.11.24.
|
5 年之前 |
Daria Kolodzey
|
3f8ee58ccc
Fixed #30738 -- Fixed typo in docs/ref/forms/widgets.txt.
|
5 年之前 |
Mariusz Felisiak
|
6201141b2c
Refs #30736 -- Added missing versionadded annotations for Storage.get_alternative_name().
|
5 年之前 |
Alan Crosswell
|
03fa846c6a
Fixed #30731 -- Fixed handling trailing groups in simplify_regex().
|
5 年之前 |
yukihira1992
|
0545781764
Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.
|
5 年之前 |
Berker Peksag
|
400ec5125e
Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.
|
8 年之前 |
Carlton Gibson
|
fa7ffc6cb3
Removed unneeded * markers from parameter names.
|
5 年之前 |
daniel a rios
|
b5a5c92c72
Fixed #30066 -- Enabled super user creation without email and password
|
5 年之前 |
Carlton Gibson
|
57b9604451
Converted auth test to use subTest().
|
5 年之前 |
Mariusz Felisiak
|
d275fd04f3
Refs #25367 -- Simplified OrderBy and Lookup by using Case() instead of RawSQL() on Oracle.
|
5 年之前 |
Matthew Schinckel
|
4137fc2efc
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
|
8 年之前 |
Mariusz Felisiak
|
069bee7c12
Used skipUnlessDBFeature instead of checking vendor in test_filtering_on_annotate_that_uses_q.
|
5 年之前 |