| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Sassan Haradji for the report.
|
|
QuerySet.get_or_create()/update_or_create() defaults unless needed.
Removed the logic added in 81e05a418dc6f347d9627373288e773c477a9fe0 which
was obsolete since dbffffa7dc95fc62cbecfd00284bde62ee796f48.
|
|
Thanks carltongibson for the idea and weijunji for the initial patch.
|
|
used in the GROUP BY clause.
Thanks Tim Graham for the review.
|
|
fixtures.
|
|
|
|
|
|
m2m through models.
|
|
|
|
Thanks Raphael Gaschignard for the suggestion.
|
|
|
|
|
|
|
|
Thanks Ed Morley from Mozilla for the tests.
|
|
Operations can only be optimized through if they don't reference any of the
state the operation they are compared against defines or alters, so it's
safe to reverse the order.
|
|
|
|
An explicit intermediary many-to-many relationship must declare forward and
reverse foreign keys. The original issue was in the autodetector as these
operations shouldn't have been generated in this order in the first place
which is tested by AutodetectorTests.test_create_with_through_model.
|
|
|
|
|
|
|
|
When running Django tests with Python warnings enabled.
|
|
|
|
|
|
rather than integer.
|
|
|
|
|
|
|
|
Thanks Guyon Morée for the report.
|
|
|
|
|
|
Thanks Nick Pope for much review.
|
|
without installing contrib.auth."
This reverts commit 3333d935d2914cd80cf31f4803821ad5c0e2a51d due to
a crash if USERNAME_FIELD isn't a CharField.
|
|
|
|
|
|
Thanks Vinay Karanam for the initial patch.
|
|
|
|
|
|
|
|
|
|
Regression in b8a41a2872624a6d9e61308932dd81d001e31eb9.
|
|
Regression in fdc936c9130cf4fb5d59869674b9a31cc79a7999.
|
|
|
|
|
|
model constructor
|
|
|
|
test cases.
|
|
available.
Thanks Mike Tigas (mtigas) for the initial patch.
|
|
Thanks carltongibson for the test logic.
|
|
|