| Age | Commit message (Collapse) | Author |
|
|
|
Thanks to Markush for discussions.
|
|
alter_index_together and alter_unique_together no more use _remake_table method in sqlite3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
db_contraint=False.
Refactored "Prevented unneeded index creation on MySQL-InnoDB" (2ceb10f)
to avoid setting db_index=False.
|
|
|
|
model_instance=None.
|
|
|
|
Added the AddIndex and RemoveIndex operations to use them in migrations.
Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
|
|
Thanks Tim Graham for the review.
|
|
|
|
handle_uncaught_exception().
Since 859fc020a7c5ce30784d6388858ffbc613ef6612, this is no longer needed.
|
|
Thanks Tim Graham for the review.
|
|
context
Thanks Tim Graham for the initial patch.
|
|
|
|
|
|
SQLite disgresses from the SQL standard by ignoring case of quoted identifiers.
Thanks to laozzzi for the report and Tim for the review.
|
|
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
|
|
|
|
Form.__init__() for TabularInline.
|
|
geometries.
|
|
SESSION_COOKIE_PATH.
|
|
Thanks Yegor Kazantsev for the report and the initial patch.
|
|
Since Django 1.8, firstof escapes its output.
|
|
It was removed in 785cc71d5b3300e2702b0b2fc7316e58ca70b563 only because
it was untested and unused in Django itself, however, some third-party
apps use it.
|
|
by the manager inheritance refactor.
This also makes migrations respect the base_manager_name and
default_manager_name model options.
Thanks Anthony King and Matthew Schinckel for the initial patches.
|
|
Also used ALLOWED_HOSTS to check for external hosts in assertRedirects().
|
|
|
|
Thanks François-Xavier Thomas for the report.
|
|
This reverts commit 1b407050dd53e56686fdd3e168f8cac4f9be8306 as it
introduces a regression in the test for refs #26772.
|
|
Fixed a regression in 2f16ff5a6cbd71fc6c50e88e4087f3657222e90e.
Thanks Tim Graham for the review.
|
|
ModelChoiceIterator.
Regression in 86573861a95e5a47dc7ff906443117d75b73dca1
|
|
Thanks Tim Graham for the review.
|
|
This reverts commit a52a531a8b34f049fba11c3ee7b010af7534bf90 due to
regressions described in refs #26772.
|
|
exception handling.
|
|
This avoids the deprecated GeomFromText on MySQL (refs #26134).
Thanks Claude Paroz for the review.
|
|
|