mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Make all model .created_date properties resolve to TIME_ZONE time zone. Resolve #3522.
This commit is contained in:
parent
be8c024465
commit
7b299f2cad
9 changed files with 81 additions and 116 deletions
|
|
@ -20,6 +20,8 @@
|
|||
new `=` argument, for example `:f=40` or `:j 1:2 l = 60` (chiizujin)
|
||||
- [Feature][pull3549]: Run the `collectstatic` command when reloading server to
|
||||
keep game assets in sync automatically (InspectorCaracal)
|
||||
- [Feature][issue3522]: (also a fix) Make `.created_date` property on all models property return
|
||||
a time adjusted based on `settings.TIME_ZONE` (Griatch)
|
||||
- [Language][pull3523]: Updated Polish translation (Moonchasered)
|
||||
- [Fix][pull3495]: Fix rate in Trait contribs not updating after reload (jaborsh)
|
||||
- [Fix][pull3491]: Fix traceback in EvEditor when searching with malformed regex (chiizujin)
|
||||
|
|
@ -77,6 +79,7 @@
|
|||
[pull3549]: https://github.com/evennia/evennia/pull/3549
|
||||
[pull3554]: https://github.com/evennia/evennia/pull/3554
|
||||
[pull3523]: https://github.com/evennia/evennia/pull/3523
|
||||
[issue3522]: https://github.com/evennia/evennia/issue/3522
|
||||
|
||||
|
||||
## Evennia 4.1.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue