| Age | Commit message (Collapse) | Author |
|
value
Thanks Gavin Wahl for the report, and Tim Graham for the review.
|
|
The test now also checks whether the sent message's attachment has the expected
name, content and mime type.
|
|
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.
|
|
|
|
|
|
|
|
Thanks weidwonder for the report.
|
|
|
|
|
|
|
|
RadioSelect.
|
|
|
|
This removes the dependency of the Index class on its 'model'
attribute.
|
|
compatibility.
Thanks marktranchant for the report and review.
|
|
|
|
|
|
Thanks Liz Lemon for the report and investigation and
Claude Paroz for the test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
contrib.auth.views.logout_then_login().
|
|
|
|
|
|
|
|
Partially reverted refs #25532 to fix a regression in Django 1.10.
This reintroduces a crash for disabled forms.JSONField (refs #26949),
however, that issue is also present on Django 1.9.
Thanks Ryan Schave for the test.
|
|
middleware.
|
|
|
|
|
|
|
|
|
|
through model.
|
|
|
|
|
|
|
|
Thanks Simon Charette for help with the patch.
|
|
|
|
|
|
Thanks Trac alias karyon for the report and Tim for the review.
|
|
|
|
This is a security fix.
|
|
Thanks Kevin Graham Foster for the report and Tim Graham for the review.
|