Tom Forbes
|
658bcc16f1
|
Fixed #25791 -- Implement autoreload behaviour for cached template loader.
|
2020-11-05 15:30:52 +01:00 |
David Smith
|
e74b3d724e
|
Bumped minimum isort version to 5.1.0.
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
|
2020-07-30 10:58:59 +02:00 |
Tom Forbes
|
c00bc27945
|
Refs #30372 -- Stopped watching built-in Django translation files by auto-reloader.
|
2020-05-04 09:13:47 +02:00 |
Tom Forbes
|
fc75694257
|
Fixed #30647 -- Fixed crash of autoreloader when extra directory cannot be resolved.
|
2019-07-24 14:08:37 +02:00 |
Andrew Godwin
|
a415ce70be
|
Fixed #30451 -- Added ASGI handler and coroutine-safety.
This adds an ASGI handler, asgi.py file for the default project layout,
a few async utilities and adds async-safety to many parts of Django.
|
2019-06-20 12:29:43 +02:00 |
Tom Forbes
|
c8720e7696
|
Fixed #27685 -- Added watchman support to the autoreloader.
Removed support for pyinotify (refs #9722).
|
2019-01-13 20:33:47 -05:00 |