| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Added django.db.models.sql.query.Query.set_values() method to handle
query mutation.
|
|
|
|
|
|
|
|
|
|
Thanks Tim for the review.
|
|
This removes the need for some inner imports.
|
|
|
|
|
|
can_return_ids_from_bulk_insert.
|
|
* 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.
|
|
prefetch_related() cache.
|
|
Thanks weidwonder for the report.
|
|
This removes the dependency of the Index class on its 'model'
attribute.
|
|
|
|
through model.
|
|
Thanks Trac alias karyon for the report and Tim for the review.
|
|
|
|
|
|
defaults when updating.
|
|
Follow up to 67d984413c9540074e4fe6aa033081a35cf192bc.
|
|
|
|
limit_choices_to.
|
|
Thanks Tim for the review.
|
|
Thanks Josh for the amazing testing setup and Tim for the review.
|
|
This removes the dependency of the Index class on its model attribute
when a name is passed to it.
Thanks to Markush for discussions.
|
|
|
|
|
|
|
|
|
|
model_instance=None.
|
|
Added the AddIndex and RemoveIndex operations to use them in migrations.
Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
|
|
|
|
This reverts commit a52a531a8b34f049fba11c3ee7b010af7534bf90 due to
regressions described in refs #26772.
|
|
Previously, empty values were saved as strings.
|
|
|
|
containing underscores.
|
|
|
|
ForeignKey.to_field.
|
|
|
|
|
|
|
|
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.
|
|
senders.
|