| Age | Commit message (Collapse) | Author |
|
|
|
Workaround a bug with MariaDB and MySQL native client not stripping the
`5.5.5-` prefix.
|
|
|
|
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.
|
|
|
|
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.
|
|
alter_index_together and alter_unique_together no more use _remake_table method in sqlite3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
db_contraint=False.
Refactored "Prevented unneeded index creation on MySQL-InnoDB" (2ceb10f)
to avoid setting db_index=False.
|
|
model_instance=None.
|
|
|
|
Added the AddIndex and RemoveIndex operations to use them in migrations.
Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
|
|
SQLite disgresses from the SQL standard by ignoring case of quoted identifiers.
Thanks to laozzzi for the report and Tim for the review.
|
|
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.
|
|
|
|
This reverts commit a52a531a8b34f049fba11c3ee7b010af7534bf90 due to
regressions described in refs #26772.
|
|
|
|
Previously, empty values were saved as strings.
|
|
|
|
containing underscores.
|
|
|
|
ForeignKey.to_field.
|
|
|
|
|
|
|
|
|
|
A change of the USE_TZ or TIME_ZONE settings doesn't necessarily require a
change to the active connections' timezones.
|
|
to_field and primary_key=True.
Thanks Simon Charette for review.
|
|
|
|
Thanks marekw2143 for the initial patch and carljm for support.
|
|
QuerySet.get_or_create()/update_or_create() defaults.
|