This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-08 08:26:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Claude Paroz
fe7cb34544
Refs
#33328
-- Corrected JS check for event.detail presence in docs.
2022-04-18 15:19:58 +02:00
..
class-based-views
Fixed
#33611
-- Allowed View subclasses to define async method handlers.
2022-04-07 07:05:59 +02:00
contrib
Refs
#33328
-- Corrected JS check for event.detail presence in docs.
2022-04-18 15:19:58 +02:00
files
…
forms
Refs
#32339
-- Added use_fieldset to Widget.
2022-03-30 16:28:14 +02:00
models
Corrected models.FileField signature in docs.
2022-03-28 13:25:39 +02:00
templates
…
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
logging.txt
…
middleware.txt
…
migration-operations.txt
…
paginator.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed
#33569
-- Added SECURE_PROXY_SSL_HEADER support for list of protocols in the header value.
2022-03-23 19:33:36 +01:00
signals.txt
…
template-response.txt
…
unicode.txt
Updated Oracle docs links to Oracle 21c.
2022-03-29 09:41:57 +02:00
urlresolvers.txt
Fixed
#16406
-- Added ResolveMatch.captured_kwargs and extra_kwargs.
2022-03-29 10:27:40 +02:00
urls.txt
…
utils.txt
Refs
#32365
-- Deprecated django.utils.timezone.utc.
2022-03-29 14:47:44 +02:00
validators.txt
…
views.txt
…