aboutsummaryrefslogtreecommitdiff
path: root/lang/python/django1/patches
Commit message (Collapse)AuthorAge
* django1: Fix byte-compiled db migrations not loadedJeffery To2020-03-14
This patches Django to load byte-compiled (.pyc) db migration scripts, since Python scripts are often distributed in byte-compiled form in OpenWrt packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>