| Age | Commit message (Collapse) | Author |
|
|
|
through model.
|
|
Keeps precision instead of forcing DecimalField to FloatField.
|
|
Keeps precision instead of forcing DecimalField to FloatField.
|
|
Keeps precision instead of forcing DecimalField to FloatField.
|
|
Removed support for pyinotify (refs #9722).
|
|
Thanks Mariusz Felisiak for Oracle advice and review.
|
|
|
|
optional.
Restored backwards compatibility after refs #27991.
Regression in be6ca89396c031619947921c81b8795d816e3285.
|
|
|
|
|
|
|
|
Thanks Nick Pope, Mariusz Felisiak, and Tim Graham for reviews.
|
|
|
|
|
|
|
|
|
|
|
|
of Meta.constraints.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: Xavier Fernandez <xavier.fernandez@polyconseil.fr>
|
|
There are test failures with older versions.
|
|
TransactionTestCase when using --keepdb."
This reverts commits b3b1d3d45fc066367f4fcacf0b06f72fcd00a9c6 and
9fa0d3786febf36c87ef059a39115aa1ce3326e8 due to reverse build failures
for which a solution isn't forthcoming.
|
|
they're populated.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
sender argument.
Inaccurate since 7d1b69dbe7f72ac04d2513f0468fe2146231b286.
|
|
|
|
Co-Authored-By: Sergey Fedoseev <fedoseev.sergey@gmail.com>
|
|
|
|
|
|
|
|
|
|
This constraint is similar to Meta.unique_together but also allows
specifying a name.
Co-authored-by: Ian Foote <python@ian.feete.org>
|
|
|
|
|
|
|
|
Regression in b47552b445547e60cc89213f79e02333cb63f270.
|
|
|
|
|
|
using --keepdb.
Data loaded in migrations were restored at the beginning of each
TransactionTestCase and all the tables are truncated at the end of
these test cases. If there was a TransactionTestCase at the end of
the test suite, the migrated data weren't restored in the database
(especially unexpected when using --keepdb). Now data is restored
at the end of each TransactionTestCase.
|