Changes between Initial Version and Version 1 of Ticket #32315


Ignore:
Timestamp:
01/04/21 18:14:04 (3 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32315

    • Property Triage Stage changed from Unreviewed to Accepted
    • Property Type changed from Uncategorized to Cleanup/optimization
    • Property Summary changed from FileField.path is poorly documented to Document FieldFile.path in docs/ref/models/fields.txt
  • Ticket #32315 – Description

    initial v1  
    1 The FileField.path attribute is not documented in the [[https://docs.djangoproject.com/en/3.1/ref/models/fields/#filefield|FileField reference]], even though it is mentioned in [[https://docs.djangoproject.com/en/3.1/topics/files/#using-files-in-models|Managing files#using-files-in-models]].
    2 
    3 I believe the same applies to ImageField, but have not tested it.
     1The `FieldFile.path` attribute is not documented in the [https://docs.djangoproject.com/en/3.1/ref/models/fields/#filefield FileField reference], even though it is mentioned in [https://docs.djangoproject.com/en/3.1/topics/files/#using-files-in-models Managing files#using-files-in-models].
Back to Top