Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
f3ac398d
Kaydet (Commit)
f3ac398d
authored
Nis 06, 2017
tarafından
Ingo Klöcker
Kaydeden (comit)
Tim Graham
Nis 26, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #27644 -- Doc'd FileSystemStorage.get_created_time().
üst
6684af1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
storage.txt
docs/ref/files/storage.txt
+7
-0
spelling_wordlist
docs/spelling_wordlist
+1
-0
No files found.
docs/ref/files/storage.txt
Dosyayı görüntüle @
f3ac398d
...
@@ -62,6 +62,13 @@ The ``FileSystemStorage`` class
...
@@ -62,6 +62,13 @@ The ``FileSystemStorage`` class
The ``FileSystemStorage.delete()`` method will not raise
The ``FileSystemStorage.delete()`` method will not raise
an exception if the given file name does not exist.
an exception if the given file name does not exist.
.. method:: get_created_time(name)
Returns a :class:`~datetime.datetime` of the system's ctime, i.e.
:func:`os.path.getctime`. On some systems (like Unix), this is the
time of the last metadata change, and on others (like Windows), it's
the creation time of the file.
The ``Storage`` class
The ``Storage`` class
=====================
=====================
...
...
docs/spelling_wordlist
Dosyayı görüntüle @
f3ac398d
...
@@ -130,6 +130,7 @@ csrf
...
@@ -130,6 +130,7 @@ csrf
csrfmiddlewaretoken
csrfmiddlewaretoken
css
css
csv
csv
ctime
Ctrl
Ctrl
customizability
customizability
customizable
customizable
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment