| Age | Commit message (Collapse) | Author |
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
Co-authored-by: Simon Charette <charette.s@gmail.com>
|
|
datetime.UTC was added in Python 3.11.
|
|
|
|
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.
https://github.com/psf/black/releases/tag/23.1.0
|
|
|
|
|
|
|
|
|
|
assertQuerySetEqual().
Co-Authored-By: Michael Howitz <mh@gocept.com>
|
|
Unnecessary since 22da5f8817ffff3917bcf8a652dce84f382c9202.
|
|
|
|
Remaining test case ensures that uses of the alias are mapped
canonically by the migration writer.
|
|
Most QuerySet methods are mapped onto the Manager and, in general,
it isn't necessary to call .all() on the manager.
|
|
|
|
|
|
Thanks to Adam Johnson, Aymeric Augustin, David Smith, Mariusz Felisiak, Nick
Pope, and Paul Ganssle for reviews.
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
AP Stylebook: Saving not savings, no hyphen, and lowercase.
|
|
|
|
|
|
comments.
|
|
|
|
Thanks José Padilla for the initial patch, and Carlton Gibson for the
review.
|
|
|
|
|
|
lookup.
|
|
Thanks Claude Paroz for assistance with translations.
|
|
timezone-aware on MySQL, SQLite, and Oracle.
Thanks vtalpaert for the initial patch.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
disallowing queries.
Database features may require a connection to be established to determine
whether or not they are enabled.
|
|
Thanks Mariusz Felisiak for auditing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MySQL 5.5 (refs #28552) was the last database to use it.
|
|
|
|
Python docs say, "it's usually not necessary to invoke these methods directly."
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
assertSequenceEqual().
|