| Age | Commit message (Collapse) | Author |
|
|
|
Complement to debf521d49.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also removed try/except/fail antipattern that hides exceptions.
|
|
|
|
db_contraint=False.
Refactored "Prevented unneeded index creation on MySQL-InnoDB" (2ceb10f)
to avoid setting db_index=False.
|
|
Thanks Berker Peksag for the suggestion.
|
|
|
|
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.
|
|
|
|
Thanks Julien Hartmann for the report.
|
|
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().
|