1
0
mirror of https://github.com/django/django.git synced 2025-01-03 06:55:47 +00:00
django/django
Nick Pope 3fad712a91 Fixed #35841 -- Restored support for DB-IP databases in GeoIP2.
Thanks Felix Farquharson for the report and Claude Paroz for the
review.

Regression in 40b5b1596f.

Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2024-10-17 21:40:53 -03:00
..
apps Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache. 2023-06-30 08:27:15 +02:00
conf Updated translations from Transifex. 2024-10-07 17:37:36 -03:00
contrib Fixed #35841 -- Restored support for DB-IP databases in GeoIP2. 2024-10-17 21:40:53 -03:00
core Fixed #35845 -- Updated DomainNameValidator to require entire string to be a valid domain name. 2024-10-17 16:45:44 +02:00
db Fixed #35744 -- Relabelled external aliases of combined queries. 2024-10-14 20:21:48 -03:00
dispatch Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers are asynchronous. 2024-02-08 11:36:28 +01:00
forms Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is set. 2024-09-09 17:46:50 -03:00
http Fixed #35727 -- Added HttpResponse.text property. 2024-10-16 11:52:22 +02:00
middleware Removed unneeded hyphens in "counterintuitive". 2024-07-04 08:30:19 +02:00
template Fixed #35789 -- Improved the error message raised when the tag must be first in the template. 2024-10-10 12:21:02 +02:00
templatetags Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
test Refs #35727 -- Updated response.content.decode calls to use the HttpResponse.text property. 2024-10-16 11:52:22 +02:00
urls Fixed #35807 -- Mentioned async case for internal get/set urlconf helpers. 2024-10-07 11:17:10 +02:00
utils Fixed #35766 -- Handled slices in BaseChoiceIterator. 2024-09-18 16:45:53 +02:00
views Fixed #35795 -- Added role="button" to links acting as buttons for screen readers. 2024-10-17 14:23:24 +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