| Age | Commit message (Collapse) | Author |
|
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.
|
|
Unused as of 2b039d966f6e61a5ffb5ffac25aa198f9043de3d.
|
|
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.
|
|
|
|
Thanks Tim Graham for the review.
|
|
has Cache-Control: no-store.
|
|
|
|
Workaround a bug with MariaDB and MySQL native client not stripping the
`5.5.5-` prefix.
|
|
Forward port of cb78011402ac6ee37f3d4e8a3a6fb4bced646ac1 from stable/1.10.x.
|
|
Fixed a regression in 625b8e9295d79650208bfb3fca8bf9e6aaf578e4:
improper short-circuiting could lead to a KeyError when threads
concurrently call RegexURLResolver._populate().
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
during test database creation"
This reverts commit 157d7f1f1de4705daddebb77f21bd7097a74513d since it
disables migrations all the time, not just during tests.
|
|
|
|
defaults when updating.
|
|
|
|
Follow up to 67d984413c9540074e4fe6aa033081a35cf192bc.
|
|
|
|
|
|
|
|
|
|
When both parent and child models had managers with the same name and
a migrations opt-in both were added to the migration state.
|
|
limit_choices_to.
|
|
Thanks Tim for the review.
|
|
Thanks Josh for the amazing testing setup and Tim for the review.
|
|
|
|
Thanks Tim Graham for the review.
|
|
during migrations.
|
|
|
|
This removes the dependency of the Index class on its model attribute
when a name is passed to it.
Thanks to Markush for discussions.
|
|
features.uppercases_column_names.
|