1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/django/core
2024-08-12 10:57:02 +02:00
..
cache Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
checks Fixed #35233 -- Moved template engine system checks to backend methods. 2024-03-27 08:14:54 +01:00
files Fixed #35658 -- Initialized InMemoryFileNode instances with a name. 2024-08-09 12:27:15 +02:00
handlers Fixed #35354 -- Simplified ASGIRequest path handling. 2024-04-05 11:35:38 +02:00
mail Refs #35537 -- Improved documentation and test coverage for email attachments and alternatives. 2024-08-05 09:21:44 +02:00
management Refs #35591 -- Removed hardcoded "stable" version in runserver warning. 2024-08-12 10:57:02 +02:00
serializers Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()/get_attname_column(). 2024-02-20 11:34:00 +01:00
servers Fixed #35051 -- Prevented runserver from removing non-zero Content-Length for HEAD requests. 2023-12-31 08:32:37 +01:00
__init__.py
asgi.py
exceptions.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
paginator.py Fixed #27505 -- Allowed customizing Paginator's error messages. 2023-04-12 14:02:28 +02:00
signals.py
signing.py Refs #33199 -- Removed support for passing positional arguments to Signer/TimestampSigner. 2023-09-18 22:12:40 +02:00
validators.py Fixed #18119 -- Added a DomainNameValidator validator. 2024-05-21 23:11:12 +02:00
wsgi.py