| Age | Commit message (Collapse) | Author |
|
or strings.
|
|
support.
|
|
Command exits with non-zero status if unapplied migrations exist.
|
|
Thanks Alexander Holmbäck for the initial patch.
|
|
|
|
These tests don't modify Number.float field.
|
|
changes.
Made autodetector ignore related model name case changes so unnecessary
migrations are not created.
|
|
|
|
Element would occasionally be outside of frame.
|
|
QuerySet.values()/values_list() when they collide with field names.
Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80.
Thanks Holovashchenko Vadym for the report.
|
|
This reverts commit aa21020218a2dcd29a03444ad2a77f03f085b04e.
Regression was fixed by
https://github.com/django/asgiref/commit/e4367c571fd1833bda0b7ff0bd68d924916352da.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Simon Charette for the review and Mariusz Felisiak for tests.
|
|
MySQL/MariaDB by turning into a warning.
|
|
|
|
|
|
remove_stale_contenttypes management command.
Co-Authored-By: Javier Buzzi <buzzi.javier@gmail.com>
|
|
|
|
This implements support for asynchronous views, asynchronous tests,
asynchronous middleware, and an asynchronous test client.
|
|
invalid_models_tests.test_models.FieldNamesTests.
|
|
|
|
lookup.
|
|
|
|
The attribute action="" (empty string) on the <form> element is invalid
HTML5. The spec (https://html.spec.whatwg.org/#attr-fs-action) says:
> The action and formaction content attributes, if specified, must have
> a value that is a valid non-empty URL potentially surrounded by
> spaces.
Emphasis on non-empty. The action attribute is allowed to be omitted, in
which case the current URL is used which is the same behavior as now.
|
|
tests.
|
|
SearchQuerys with the same config.
|
|
|
|
Random failures depended on the current timestamp.
Thanks Matthijs Kooijman for the review.
|
|
error message key.
|
|
This test didn't test anything without a middleware that raises an
exception.
|
|
|
|
|
|
docstring.
|
|
Thanks to Michal Čihař for review.
|
|
|
|
|
|
in admin.
|
|
|
|
|
|
names in sqlmigrate.
|
|
when run without numpy.
|
|
|
|
This make the SearchLookup lookup more coherent with its
SearchVectorExact base which configures its rhs SearchQuery with its
lhs' config.
|
|
|
|
|