| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
In the case of multiple-table inheritance models, get_all_related_objects() and
get_all_related_objects_with_model() don't return the auto-created
OneToOneField, but the new examples didn't account for this.
|
|
|
|
alter_index_together and alter_unique_together no more use _remake_table method in sqlite3
|
|
|
|
|
|
Factor method signatures in test_autodetector to avoid clashing keyword
arguments when introducing indexes.
|
|
documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|