| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
variable to its initial state.
|
|
|
|
As makemessages uses several settings for proper run (FILE_CHARSET,
LOCALE_PATHS, MEDIA_ROOT, and STATIC_ROOT), we should require settings
configuration for this command.
|
|
|
|
|
|
Thanks Tim for the review.
|
|
This removes the need for some inner imports.
|
|
|
|
|
|
|
|
value
Thanks Gavin Wahl for the report, and Tim Graham for the review.
|
|
|
|
can_return_ids_from_bulk_insert.
|
|
backend.
|
|
|
|
* Added the index name to its deconstruction.
* Added indexes to sqlite3.schema._remake_table() so that indexes
aren't dropped when _remake_table() is called.
Thanks timgraham & MarkusH for review and advice.
|
|
migrations.
|
|
|
|
prefetch_related() cache.
|
|
|
|
|
|
|
|
|
|
The underlying hasher only generates strings containing ASCII
characters so this is merely a cosmetic change.
|
|
Thanks weidwonder for the report.
|
|
|
|
RadioSelect.
|
|
|
|
#19973).
|
|
This removes the dependency of the Index class on its 'model'
attribute.
|
|
|
|
compatibility.
Thanks marktranchant for the report and review.
|
|
a result.
|
|
subclassing.
|
|
Thanks mcgeeco for reporting, and claudep and timgraham for review.
|
|
Forward port f19cadd39170637a96cc0abea9e7f3b2ee9ce924 from stable/1.10.x
|
|
Forward port 760f076786bc67e86540c95d93fd762a75c65ed9 from stable/1.10.x
|
|
|
|
Thanks Liz Lemon for the report and investigation and
Claude Paroz for the test.
|
|
|
|
|
|
|
|
|
|
|
|
This fixes some test failures on MySQL 5.7+.
|