Mariusz Felisiak
|
6201141b2c
Refs #30736 -- Added missing versionadded annotations for Storage.get_alternative_name().
|
5 anni fa |
Alan Crosswell
|
03fa846c6a
Fixed #30731 -- Fixed handling trailing groups in simplify_regex().
|
5 anni fa |
yukihira1992
|
0545781764
Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.
|
5 anni fa |
Berker Peksag
|
400ec5125e
Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.
|
8 anni fa |
Carlton Gibson
|
fa7ffc6cb3
Removed unneeded * markers from parameter names.
|
5 anni fa |
daniel a rios
|
b5a5c92c72
Fixed #30066 -- Enabled super user creation without email and password
|
5 anni fa |
Carlton Gibson
|
57b9604451
Converted auth test to use subTest().
|
5 anni fa |
Mariusz Felisiak
|
d275fd04f3
Refs #25367 -- Simplified OrderBy and Lookup by using Case() instead of RawSQL() on Oracle.
|
5 anni fa |
Matthew Schinckel
|
4137fc2efc
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
|
8 anni fa |
Mariusz Felisiak
|
069bee7c12
Used skipUnlessDBFeature instead of checking vendor in test_filtering_on_annotate_that_uses_q.
|
5 anni fa |
Mariusz Felisiak
|
c7f656435c
Added tests for raising an error when passing non-boolean expression to When().
|
5 anni fa |
Jon Dufresne
|
a44d80f88e
Adjusted subprocess.run() calls to use arg list, rather than string.
|
5 anni fa |
Jon Dufresne
|
1e6b9e29e6
Refs #27795 -- Removed an unnecessary force_bytes() call in uri_to_iri().
|
5 anni fa |
Andrew
|
29adcd215f
Fixed #30733 -- Doc'd that datetime lookups require time zone definitions in the database.
|
5 anni fa |
Matthew Schinckel
|
dba749917f
Doc'd for_save argument of Expression.resolve_expression().
|
5 anni fa |
Federico Jaramillo Martínez
|
8f6860863e
Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.
|
5 anni fa |
Andrew Brown
|
691def10a0
Fixed #30727 -- Made Subquery pickle without evaluating their QuerySet.
|
5 anni fa |
Hasan Ramezani
|
03dbdfd9bb
Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.
|
5 anni fa |
Jon Dufresne
|
5dac63bb84
Refs #27804 -- Used subTest() in utils_tests/test_encoding.py.
|
5 anni fa |
Mariusz Felisiak
|
579909a13f
Refs #30591 -- Fixed introspection of check and unique column constraints on MariaDB.
|
5 anni fa |
Jon Dufresne
|
d0861fcb2d
Refs #23919 -- Replaced super(ASGIHandler, self) with super().
|
5 anni fa |
Tim Gates
|
6b402b28b3
Fixed typo in tests/prefetch_related/tests.py comment.
|
5 anni fa |
Simon Charette
|
bb9e82f274
Fixed #29955 -- Added support for distance expression to the dwithin lookup.
|
5 anni fa |
Mariusz Felisiak
|
92c72b68b7
Fixed broken OracleDbshellTests tests after 9386586f31b8a0bccf59a1bff647cd829d4e79aa.
|
5 anni fa |
Dulmandakh
|
06372a8d27
Fixed #30507 -- Updated admin's jQuery to 3.4.1.
|
5 anni fa |
Claude Paroz
|
9386586f31
Replaced subprocess commands by run() wherever possible.
|
5 anni fa |
Min ho Kim
|
7bd9633320
Fixed typos in test names and a comment.
|
5 anni fa |
Mariusz Felisiak
|
521308e575
Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations over AutoField.
|
5 anni fa |
Mariusz Felisiak
|
b1f669406f
Reduced code duplication in ArrayField's lookups.
|
5 anni fa |
Ali Mirlou
|
33b9b23bbb
Fixed typo in docs/ref/applications.txt.
|
5 anni fa |