| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-02 | Updated translations from Transifex. | Natalia | |
| Forwardport of 00575b79312c719a6b37035067095e2d679bb5d7 from stable/6.0.x. | |||
| 2025-09-18 | Updated translations from Transifex. | Natalia | |
| Forwardport of 2a2936c3e6444a0f37156773ca405cedaf28dea7 from stable/5.2.x. | |||
| 2025-08-29 | Refs #34624 -- Changed RedirectAdmin to use a Select widget for the site field. | SaJH | |
| Signed-off-by: SaJH <wogur981208@gmail.com> | |||
| 2025-03-31 | Updated translations from Transifex. | Sarah Boyce | |
| Forwardport of cc31b389a11559396fc039511c0dc567d9ade469 from stable/5.2.x. | |||
| 2024-10-07 | Updated translations from Transifex. | nessita | |
| Forwardport of e245f62d0052d7b15fa2a60926d59eeeefee9be1 from stable/5.1.x. | |||
| 2024-08-07 | Updated translations from Transifex. | Natalia | |
| Forwardport of 380c6e6ddd7890fbe65826873579ef6e3af0c07d from stable/5.1.x. | |||
| 2024-01-29 | Updated translations from Transifex. | Claude Paroz | |
| Forwardport of 3cc35aafabb1523c39332ee83e769b085ed3d923 from stable/5.0.x. | |||
| 2023-12-04 | Updated translations from Transifex. | Natalia | |
| Forwardport of 8e1b820fa10d16664beb5d1ca2f5671891da1704 from stable/5.0.x. | |||
| 2023-04-03 | Updated translations from Transifex. | Mariusz Felisiak | |
| Forwardport of fa687719321329f4e5017b7fc1b8cadae3c63c32 from stable/4.2.x. | |||
| 2023-02-01 | Refs #33476 -- Applied Black's 2023 stable style. | David Smith | |
| 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 | |||
| 2022-12-20 | Updated translations from Transifex. | Mariusz Felisiak | |
| Updated Bulgarian, Esperanto, Hungarian, Japanese, Macedonian, Persian, Portuguese (Brazil), Russian, Spanish, and Turkmen translations. Forwardport of 46b28bbe151282e9198b719d00f84b48c92606ba from stable/4.1.x. | |||
| 2022-08-03 | Updated translations from Transifex. | Mariusz Felisiak | |
| This also fixes related i18n tests. Forwardport of a3bab9332416f655c6ae0fa306c94f7f52e7398d from stable/4.1.x. Co-authored-by: Claude Paroz <claude@2xlibre.net> | |||
| 2022-02-07 | Refs #33476 -- Refactored code to strictly match 88 characters line length. | Mariusz Felisiak | |
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2022-01-29 | Updated translations from Transifex. | Claude Paroz | |
| Updated Bulgarian, Czech, German, Uzbek, and Vietnamese translations. Forwardport of 7a1c6533eb72c3e6faa308796ba7f8d7d447d3b9 from stable/4.0.x. | |||
| 2021-12-06 | Updated translations from Transifex. | Mariusz Felisiak | |
| This also fixes related i18n tests. Forwardport of 4c5215ab036aa8fda9cd0148fd034f4d8f7d69d1 from stable/4.0.x Co-authored-by: Claude Paroz <claude@2xlibre.net> | |||
| 2021-07-15 | Fixed #32910 -- Unified different plural equations for the same language in ↵ | Mariusz Felisiak | |
| contrib apps. Thanks Martin Svoboda for the report and initial patch. | |||
| 2021-06-28 | Updated translations from Transifex. | Claude Paroz | |
| Forwardport of 04b744050f1743a88e2bf0ca2ca82b34e3361f50 from stable/3.2.x. | |||
| 2021-04-29 | Refs #32675 -- Removed to_field from ForeignKeys in contrib apps' migrations. | David Wobrock | |
| Refs #22889. | |||
| 2021-04-06 | Updated translations from Transifex. | Claude Paroz | |
| Forwardport of 1ea5e983151f797b285c789626411b9373cd8727 from stable/3.2.x. | |||
| 2021-01-15 | Updated source translation catalogs. | Claude Paroz | |
| Forwardport of 3dc3a952b28af444cb3bc83d4638a0e5fc2eeae1 from stable/3.2.x. | |||
| 2021-01-14 | Refs #26601 -- Made get_response argument required and don't accept None in ↵ | Mariusz Felisiak | |
| middleware classes. Per deprecation timeline. | |||
| 2020-12-15 | Fixed #31007 -- Allowed specifying type of auto-created primary keys. | Tom Forbes | |
| This also changes the default type of auto-created primary keys for new apps and projects to BigAutoField. | |||
| 2020-09-30 | Updated translations from Transifex. | Claude Paroz | |
| Forwardport of f7397bb7c8cb938161a9d43a16ee974f41c96a8b from stable/3.1.x. | |||
| 2020-08-01 | Updated translations from Transifex | Claude Paroz | |
| 2020-07-21 | Fixed #31180 -- Configured applications automatically. | Aymeric Augustin | |
| 2020-06-23 | Refs #31541 -- Updated Redirect.new_path.help_text. | Yash Saini | |
| 2020-01-31 | Updated translations from Transifex. | Claude Paroz | |
| Forwardport of ca4f87027e2ed32cb272a1823c9ce4104b02d830 from stable/3.0.x | |||
| 2019-12-02 | Updated contrib translations from Transifex. | Carlton Gibson | |
| Forward port of 4afa0e5d2a7c723a11d06434706810224651c50b from stable/3.0.x | |||
| 2019-11-05 | Fixed #30947 -- Changed tuples to lists in model Meta options in ↵ | Jon Dufresne | |
| django.contrib modules. The Django "Model Meta options" docs provide examples and generally point the reader to use lists for the unique_together and ordering options. Follow our own advice for contrib models. More generally, lists should be used for homogeneous sequences of arbitrary lengths of which both unique_together and ordering are. | |||
| 2019-09-08 | Updated translation catalogs | Claude Paroz | |
| 2019-06-29 | Updated translations from Transifex | Claude Paroz | |
| Forward port of b3f7262e6e5d9e68e37fb21af89ed6656291faa3 from stable/2.2.x | |||
| 2019-06-28 | Fixed #30400 -- Improved typography of user facing strings. | Jon Dufresne | |
| Thanks Claude Paroz for assistance with translations. | |||
| 2019-04-01 | Updated contrib translations from Transifex. | Claude Paroz | |
| Forwardport of 7090cbf54202c21978a93bdb76ba006780e1865c from 2.2.x. | |||
| 2019-01-10 | Fetched Armenian translations from Transifex | Claude Paroz | |
| 2018-08-01 | Updated contrib translations from Transifex | Claude Paroz | |
| Forwardport of cbf7e7dc52db2834e95817bbbfb56a693c83b84f from stable/2.1.x. | |||
| 2018-02-28 | Updated translations from Transifex | Claude Paroz | |
| Forward port of 2126e9317e80a7d4c42e033dd33d7e3378fdfcf8 from stable/2.0.x. | |||
| 2017-12-01 | Updated contrib translations from Transifex | Claude Paroz | |
| Forward port of 765e6de92493aa638555408172597e054e813ce3 from stable/2.0.x | |||
| 2017-05-18 | Fixed #28152 -- Made migrations serialize sets as set literals rather than ↵ | Jon Dufresne | |
| set(). | |||
| 2017-04-04 | Updated contrib translations from Transifex | Claude Paroz | |
| Forward port of 290b2849f7ded5d21aa54c16171d806f7c14dfc9 from stable/1.11.x | |||
| 2017-02-27 | Imported django.http classes instead of django.http. | Asif Saifuddin Auvi | |
| 2017-02-07 | Converted usage of ugettext* functions to their gettext* aliases | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand | |
| 2017-01-18 | Refs #23919 -- Removed python_2_unicode_compatible decorator usage | Claude Paroz | |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2016-09-30 | Updated translations from Transifex | Claude Paroz | |
| Forward port of bfc9c727256ded75dd9438167d6549b195361a0d from stable/1.10.x. | |||
| 2016-08-01 | Pulled contrib translations from Transifex | Claude Paroz | |
| Forward port f19cadd39170637a96cc0abea9e7f3b2ee9ce924 from stable/1.10.x | |||
| 2016-06-29 | Added Upper/Lower Sorbian translations | Claude Paroz | |
| 2016-06-17 | Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware ↵ | Carl Meyer | |
| exception handling. | |||
| 2016-05-17 | Fixed #26601 -- Improved middleware per DEP 0005. | Florian Apolloner | |
| Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP. | |||
