| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
The spec refers to it as a 'directive' rather than a 'tag':
https://tools.ietf.org/html/rfc6797#section-6.1.2
|
|
Thanks Tim for the review.
|
|
This removes the need for some inner imports.
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
ignore_patterns.
|
|
|
|
|
|
|
|
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.
|
|
|
|
limit_choices_to.
|
|
Thanks Tim for the review.
|
|
Thanks Josh for the amazing testing setup and Tim for the review.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Added the AddIndex and RemoveIndex operations to use them in migrations.
Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
Thanks Julien Hartmann for the report.
|
|
|
|
Also used ALLOWED_HOSTS to check for external hosts in assertRedirects().
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Complements e2d6e14662d780383e18066a3182155fb5b7747b.
|