Changes between Initial Version and Version 1 of Ticket #32718, comment 22
- Timestamp:
- May 6, 2021, 4:54:35 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32718, comment 22
initial v1 26 26 model_inst.save() #<<< in Django 3.2.0 this creates file "MEDIA_ROOT/users/steve/file.txt ! which is correct 27 27 model_inst.save() #<<< in Django 3.2.1 this FAILS with Path issue ! Incorrect 28 model_inst.save() #<<< in Django Latest Git commit will create "M DEIA_ROOT/users/file.txt ! which is incorrect - missing path!28 model_inst.save() #<<< in Django Latest Git commit will create "MEDIA_ROOT/users/file.txt ! which is incorrect - missing path! 29 29 30 30 # What we need to stop: