Schema changes + introducing CSRF. You have to run python3 -m migrations.0_6to0_7 to continue using
This commit is contained in:
parent
e449e06b5d
commit
0b5286fb8a
3 changed files with 40 additions and 59 deletions
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
## 0.7
|
||||
|
||||
+ Schema changes:
|
||||
+ Removed `PagePolicy` and `PagePolicyKey` tables altogether. They were never useful.
|
||||
+ Added `calendar` field to `Page`.
|
||||
+ Added `User` table.
|
||||
+ Added `Flask-Login` and `Flask-WTF` dependencies in order to implement user logins.
|
||||
+ Added `python-i18n` as a dependency. Therefore, i18n changed format, using JSON files now.
|
||||
+ Like it or not, now gzip library is required.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue