| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Backport of 1cbd3d7874a4887fa2a6d7ef582defc388429b97 from master
|
|
|
|
|
|
|
|
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 of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
|
|
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.
|
|
|
|
|
|
primary_key field.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham and Mariusz Felisiak for the reviews.
|