diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-14 12:57:16 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-14 12:57:16 +0000 |
| commit | db04b24e066f7f0ff8cdc8e4407766186b397884 (patch) | |
| tree | 23795a96c1c15234b87c6652e638ab7367b1aa55 | |
| parent | 047d161164b2459434e6a17891f079f5f80d4cef (diff) | |
Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file sizes. Thanks to Aaron T. Myers for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | AUTHORS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -316,7 +316,6 @@ answer newbie questions, and generally made Django that much better: Petr Marhoun <petr.marhoun@gmail.com> Petar Marić <http://www.petarmaric.com/> Nuno Mariz <nmariz@gmail.com> - Marijn Vriens <marijn@metronomo.cl> mark@junklight.com Orestis Markou <orestis@orestis.gr> Takashi Matsuo <matsuo.takashi@gmail.com> @@ -484,6 +483,7 @@ answer newbie questions, and generally made Django that much better: George Vilches <gav@thataddress.com> Vlado <vlado@labath.org> Zachary Voase <zacharyvoase@gmail.com> + Marijn Vriens <marijn@metronomo.cl> Milton Waddams Chris Wagner <cw264701@ohio.edu> Rick Wagner <rwagner@physics.ucsd.edu> |
