django/django
Simon Törnqvist d3a7ed5bcc Fixed #35443 -- Changed ordinal to return negative numbers unchanged.
Previously, `-1` was converted to `"-1th"`. This has been updated to
return negative numbers "as is", so that for example `-1` is
converted to `"-1"`. This is now explicit in the docs.

Co-authored-by: Martin Jonson <artin.onson@gmail.com>
2024-05-27 10:54:25 +02:00
..
apps Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache. 2023-06-30 08:27:15 +02:00
conf Updated source translation catalogs. 2024-05-22 15:55:26 -03:00
contrib Fixed #35443 -- Changed ordinal to return negative numbers unchanged. 2024-05-27 10:54:25 +02:00
core Updated the --traceback option help text. 2024-05-23 13:56:31 +02:00
db Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0. 2024-05-27 09:49:25 +02:00
dispatch Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers are asynchronous. 2024-02-08 11:36:28 +01:00
forms Fixed #29942 -- Restored source file linking in docs by using the Sphinx linkcode ext. 2024-05-14 22:08:29 -03:00
http Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
middleware Fixed #27225 -- Added "Age" header when fetching cached responses. 2024-02-05 13:27:51 +01:00
template Fixed #35395 -- slice filter crashes on an empty dict with Python 3.12. 2024-04-24 10:53:38 +02:00
templatetags Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
test Fixed SeleniumTestCase.set_emulated_media() when using selenium_hub. 2024-05-13 17:31:35 +02:00
urls Fixed #35252 -- Optimized _route_to_regex(). 2024-03-05 13:09:10 +01:00
utils Advanced deprecation warnings for Django 5.2. 2024-05-22 15:44:07 -03:00
views Removed hardcoded docs version in csrf template. 2024-05-21 11:03:39 +02:00
__init__.py Bumped version; main is now 5.2 pre-alpha. 2024-05-22 15:44:07 -03:00
__main__.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
shortcuts.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00