| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Sergey Fursov for spotting the issue.
|
|
|
|
Original patch by bkaluza. Tests and docs by humbertotm.
|
|
Regression in 917cc288a38f3c114a5440f0749b7e5e1086eb36.
|
|
|
|
|
|
Regression in 3aa9ab39cce6b2a27d6334ad0148c8f37b6f5986.
|
|
--noinput modes.
|
|
|
|
|
|
when using a RawSQL annotation.
Regression in 1d070d027c218285b66c0bde8079034b33a87f11.
|
|
Unused since d334f46b7a080fd3eb720141c19b37b10704a352.
|
|
SECRET_KEY is accessed and not set."
This reverts commit b3cffde5559c4fa97625512d7ec41a674be26076 due to
a regression and performance concerns.
|
|
|
|
|
|
Unused since 578711c31052625cc87319cf1c46662c14d75ce9.
Thanks Ian Foote for finding this.
|
|
functions.
Regression in 620e9dd31a2146d70de740f96a8cb9a6db054fc7.
|
|
|
|
|
|
have the change permission.
Regression in 825f0beda804e48e9197fcf3b0d909f9f548aa47.
|
|
skip_locked options on MySQL 8+.
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz>
Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
|
|
|
|
Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews.
|
|
--pythonpath management command options.
|
|
descriptor.
|
|
|
|
|
|
|
|
|
|
Follow up to 1b7d524cfa7b7834af26c99407af66be6813938d.
|
|
Follow up to ac59ec8f1a34ea0e82bdb3c77422694e8016e0a7.
|
|
The implementations have unintentionally diverged.
|
|
unsaved model instances.
|
|
Thanks Tim Graham for the review.
|
|
|
|
The problem:
“3 days ago” should translate to “vor 3 Tagen” in German, while “3 days” translates to “3 Tage”. #21408 describes that django always translated to “Tage”, even when the dative “Tagen” was correct. The same applies to months (“Monate”/“Monaten”) and years (“Jahre”/“Jahren”).
The solution:
Let `timesince` caller provide the string dict to use for the time-related strings.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
nonexistent top-level package.
|
|
* Added logging of 500 responses for instantiated responses.
* Added logging of all 4xx and 5xx responses.
|