| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Tim Graham for the review.
|
|
has Cache-Control: no-store.
|
|
|
|
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.
|
|
It should help catch bugs.
|
|
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.
|
|
Thanks to Markush for discussions.
|
|
|
|
|
|
Factor method signatures in test_autodetector to avoid clashing keyword
arguments when introducing indexes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|