Loading AUTHORS +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ answer newbie questions, and generally made Django that much better: andy@jadedplanet.net Fabrice Aneche <akh@nobugware.com> ant9000@netwise.it Florian Apolloner Florian Apolloner <florian@apolloner.eu> arien <regexbot@gmail.com> David Ascher <http://ascher.ca/> Jökull Sólberg Auðunsson <jokullsolberg@gmail.com> Loading django/core/files/uploadedfile.py +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ class TemporaryUploadedFile(UploadedFile): """ Returns the full path of this file. """ return self.name return self._file.name # Most methods on this object get proxied to NamedTemporaryFile. # We can't directly subclass because NamedTemporaryFile is actually a Loading Loading
AUTHORS +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ answer newbie questions, and generally made Django that much better: andy@jadedplanet.net Fabrice Aneche <akh@nobugware.com> ant9000@netwise.it Florian Apolloner Florian Apolloner <florian@apolloner.eu> arien <regexbot@gmail.com> David Ascher <http://ascher.ca/> Jökull Sólberg Auðunsson <jokullsolberg@gmail.com> Loading
django/core/files/uploadedfile.py +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ class TemporaryUploadedFile(UploadedFile): """ Returns the full path of this file. """ return self.name return self._file.name # Most methods on this object get proxied to NamedTemporaryFile. # We can't directly subclass because NamedTemporaryFile is actually a Loading