.. |
apps
|
Rewrote some references to "master".
|
2022-03-08 14:50:06 +01:00 |
conf
|
Optimized lazy wrappers a bit.
|
2022-03-03 06:19:11 +01:00 |
contrib
|
Removed unnecessary default argument from GET.get() call in LoginView.get_redirect_url().
|
2022-04-19 06:25:38 +02:00 |
core
|
Fixed #33643 -- Fixed inspectdb crash on functional unique constraints on Oracle.
|
2022-04-16 15:29:51 +02:00 |
db
|
Refs #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL when format is uppercased.
|
2022-04-19 08:24:24 +02:00 |
dispatch
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
forms
|
Refs #32339 -- Added use_fieldset to Widget.
|
2022-03-30 16:28:14 +02:00 |
http
|
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
|
2022-03-24 06:29:50 +01:00 |
middleware
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
template
|
Fixed #33639 -- Enabled cached template loader in development.
|
2022-04-19 12:13:27 +02:00 |
templatetags
|
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
|
2022-03-24 06:29:50 +01:00 |
test
|
Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors() to take form/formset.
|
2022-04-06 07:58:52 +02:00 |
urls
|
Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
|
2022-03-29 10:27:40 +02:00 |
utils
|
Refs #32365 -- Deprecated django.utils.timezone.utc.
|
2022-03-29 14:47:44 +02:00 |
views
|
Fixed #33611 -- Allowed View subclasses to define async method handlers.
|
2022-04-07 07:05:59 +02:00 |
__init__.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
__main__.py
|
Fixed #24857 -- Added "python -m django" entry point.
|
2015-09-07 19:54:32 -04:00 |
shortcuts.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |