0
0
mirror of https://github.com/django/django.git synced 2024-11-22 20:19:43 +01:00
django/docs/ref
Jake Howard ff308a0604
Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.
This work should not generate any change of functionality, and
`urlsplit` is approximately 6x faster.

Most use cases of `urlparse` didn't touch the path, so they can be
converted to `urlsplit` without any issue. Most of those which do use
`.path`, simply parse the URL, mutate the querystring, then put them
back together, which is also fine (so long as urlunsplit is used).
2024-05-29 10:48:27 -03:00
..
class-based-views
contrib Fixed #35443 -- Changed ordinal to return negative numbers unchanged. 2024-05-27 10:54:25 +02:00
files Removed versionadded/changed annotations for 5.0. 2024-05-22 15:44:07 -03:00
forms Removed versionadded/changed annotations for 5.0. 2024-05-22 15:44:07 -03:00
models Fixed #24076 -- Added warnings on usage of dates with DateTimeField and datetimes with DateField. 2024-05-23 12:03:57 +02:00
templates Removed versionadded/changed annotations for 5.0. 2024-05-22 15:44:07 -03:00
applications.txt Removed versionadded/changed annotations for 5.0. 2024-05-22 15:44:07 -03:00
checks.txt Fixed #31405 -- Added LoginRequiredMiddleware. 2024-05-22 08:51:17 +02:00
clickjacking.txt Removed versionadded/changed annotations for 5.0. 2024-05-22 15:44:07 -03:00
csrf.txt Removed versionadded/changed annotations for 5.0. 2024-05-22 15:44:07 -03:00
databases.txt Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0. 2024-05-27 09:49:25 +02:00
django-admin.txt Removed versionadded/changed annotations for 5.0. 2024-05-22 15:44:07 -03:00
exceptions.txt
index.txt
logging.txt Fixed #34806 -- Made cached_db session backend resilient to cache write errors. 2024-02-21 21:51:58 -03:00
middleware.txt Fixed #31405 -- Added LoginRequiredMiddleware. 2024-05-22 08:51:17 +02:00
migration-operations.txt Doc'd that RemoveField also drops related database objects in PostgreSQL. 2024-04-16 13:11:06 -03:00
paginator.txt Removed versionadded/changed annotations for 5.0. 2024-05-22 15:44:07 -03:00
request-response.txt Removed versionadded/changed annotations for 5.0. 2024-05-22 15:44:07 -03:00
schema-editor.txt
settings.txt Removed versionadded/changed annotations for 5.0. 2024-05-22 15:44:07 -03:00
signals.txt
template-response.txt
unicode.txt Fixed broken links and redirects in docs. 2024-03-06 08:50:21 +01:00
urlresolvers.txt Fixed 35467 -- Replaced urlparse with urlsplit where appropriate. 2024-05-29 10:48:27 -03:00
urls.txt Fixed #35090 -- Deprecated registering URL converters with the same name. 2024-02-23 15:54:49 +01:00
utils.txt Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
validators.txt Removed versionadded/changed annotations for 5.0. 2024-05-22 15:44:07 -03:00
views.txt