| Age | Commit message (Collapse) | Author |
|
|
|
.
|
|
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.
|
|
|
|
It isn't used since FieldOperation.references_model() takes into
account models referenced by the field it's operating on.
|
|
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.
|
|
HTML size attribute.
|
|
|
|
Follow up to e06cab260049bb58eafdc4f60ac50a5f3759c38c.
|
|
|
|
|
|
Unused since 01d440fa1e6b5c62acfa8b3fde43dfa1505f93c6.
|
|
|
|
When running Django tests with Python warnings enabled.
|
|
|
|
|
|
|
|
|
|
|
|
and session serializer.
|
|
|
|
rather than integer.
|
|
|
|
|
|
|
|
|
|
Thanks Guyon Morée for the report.
|
|
|
|
|
|
|
|
|
|
|
|
Regression in 42490768441701bc02255b22df8e6894cbe487c7.
|
|
|