| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
Previously, empty values were saved as strings.
|
|
|
|
containing underscores.
|
|
Thanks Alex Morozov for the initial patch.
|
|
ForeignKey.to_field.
|
|
|
|
Thanks ArcTanSusan for the initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
When EMAIL_USE_LOCALTIME=True, send emails with a Date header
in the local time zone.
|
|
|
|
|
|
|
|
QuerySet.get_or_create()/update_or_create() defaults.
|