..
apps
Refs #32355 -- Corrected comments about Python's _NamespacePath.
2021-03-26 10:17:10 +01:00
conf
Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.
2021-05-18 20:26:44 +02:00
contrib
Fixed #32543 -- Added search_help_text to ModelAdmin.
2021-05-26 10:20:13 +02:00
core
Fixed #32772 -- Made database cache count size once per set.
2021-05-26 11:21:11 +02:00
db
Fixed #32780 -- Made Add/RemoveConstraint operations a noop for covering/deferrable unique constraints on SQLite.
2021-05-25 11:34:25 +02:00
dispatch
Refs #31327 -- Removed providing_args argument for Signal per deprecation timeline.
2021-01-14 17:50:04 +01:00
forms
Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.
2021-05-12 14:42:17 +02:00
http
Fixed #32366 -- Updated datetime module usage to recommended approach.
2021-05-12 11:08:41 +02:00
middleware
Fixed #32596 -- Added CsrfViewMiddleware._check_referer().
2021-05-28 07:31:56 +02:00
template
Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template changes.
2021-05-26 09:41:29 +02:00
templatetags
Refs #24121 -- Added__repr__() to StaticNode.
2021-05-12 08:41:52 +02:00
test
Fixed #32641 -- Made DiscoverRunner print the number of found tests.
2021-04-15 11:42:46 +02:00
urls
Refs #32260 -- Made admindocs and technical 404 debug page use view_func.view_class.
2021-03-30 06:51:27 +02:00
utils
Fixed #32789 -- Made feeds emit elements with no content as self-closing tags.
2021-05-27 21:05:28 +02:00
views
Fixed #32366 -- Updated datetime module usage to recommended approach.
2021-05-12 11:08:41 +02:00
__init__.py
Bumped version; master is now 4.0 pre-alpha.
2021-01-14 17:50:04 +01:00
__main__.py
Fixed #24857 -- Added "python -m django" entry point.
2015-09-07 19:54:32 -04:00
shortcuts.py
Made small readability improvements.
2020-10-28 20:20:20 +01:00