Historia zmian

Autor SHA1 Wiadomość Data
  Malcolm Tredinnick 99594011a2 Updated LICENSE file to acknowledge individual copyrights as well (after 16 lat temu
  Jacob Kaplan-Moss 750f5c8d46 Fixed #8187: made PIL imports consistant. Thanks, bastih. 16 lat temu
  Jacob Kaplan-Moss 6a06db0491 Fixed a typo in files documentation. Fixes #8180. 16 lat temu
  Jacob Kaplan-Moss 6185093351 Use a FileField instead of an ImageField in the admin_widgets test so that folks without PIL can still run the tests. 16 lat temu
  Jacob Kaplan-Moss b30ee21dc1 Fixed #7820: MiddlewareNotUsed is finally documented somewhere else besides my brain. 16 lat temu
  Malcolm Tredinnick 097a19c3bf Changed the version number to not include a space. 16 lat temu
  Malcolm Tredinnick 438b816e41 Bumped version number prior to release. 16 lat temu
  James Bennett 2e01d59887 1.0 alpha 2 release notes 16 lat temu
  Jacob Kaplan-Moss 6f6024751c Don't import PIL until needed so that systems without PIL don't barf. 16 lat temu
  Brian Rosner 84afcf5a02 Removed an extraneous } that regressed from an older patch for [8247]. 16 lat temu
  Brian Rosner 1c9ca83db2 Fixed #8169 -- Honor attrs from subclasses of the new admin widgets introduced in [8240]. Thanks Alex Gaynor for the patch. 16 lat temu
  Jacob Kaplan-Moss 19bbc74e46 Fixed #7115: tweaked ordering on Permission to more closely match the pre-QSRF behavior, which was nice. Thanks, Matthew Flanagan. 16 lat temu
  Malcolm Tredinnick 660b909557 Fixed #8107 -- Fixed a missing forced_unicode() call in admin. Patch from 16 lat temu
  Jacob Kaplan-Moss 7899568e01 File storage refactoring, adding far more flexibility to Django's file handling. The new files.txt document has details of the new features. 16 lat temu
  Brian Rosner c49eac7d4f Fixed #8069 -- Corrected the inconsistent case with BaseInlineFormset. It has been renamed to BaseInlineFormSet. Backward incompatible for anyone who used BaseInlineFormset directly. 16 lat temu
  Malcolm Tredinnick 32d5c39016 Fixed #6523 -- Use the correct cast on field types for PostgreSQL when 16 lat temu
  Brian Rosner 6d4b143786 Fixed #8166 -- Corrected a typo in the admin documentation. Thanks d00gs for the hawk eyes. 16 lat temu
  Brian Rosner 5d199ba901 Fixed #8163 -- Restore oldforms admin styling on input fields. Also cleaned up some styles for both tabular and stacked inlines. Thanks Nathan Borror for the patch. 16 lat temu
  Jacob Kaplan-Moss 5fb9599086 Fixed #8100: Jython, apparently, is now a TTY. 16 lat temu
  Jacob Kaplan-Moss 176fabcc6f Fixed #8047: property detect an external database backend and set sys.path accordingly. Patch from Leo Soto. 16 lat temu
  Malcolm Tredinnick 34028f3ef3 Fixed #8142 -- Removed an unnecessary parameter in a superclass init call. 16 lat temu
  Malcolm Tredinnick ab8965c428 Added a few force_unicode() calls around objects in the admin. Required for 16 lat temu
  Malcolm Tredinnick be4390f834 Made auto-reloading for the dev server a little more friendly in the Jython 16 lat temu
  Malcolm Tredinnick 3735f27660 Fixed #5463 -- Allow alternate file extensions on files that are translated. 16 lat temu
  Malcolm Tredinnick afa98dba98 Added an import that was missed in [8193]. Thanks Karen Tracey. Fixed #8143. 16 lat temu
  Malcolm Tredinnick 169b889486 Fixed #7546 -- Fixed an incorrect example in the docs that was misleading some 16 lat temu
  Malcolm Tredinnick 90b6e1438f Fixed #8020 -- Fixed paginator initialisation in sitemaps framework. Thanks, 16 lat temu
  Malcolm Tredinnick 44e407b7c6 Fixed #7575 -- Peru now has regions, not departments (changed at some pointi n 16 lat temu
  Malcolm Tredinnick 567b9f2e28 Fixed #8111 -- Error message typo fix. Thanks mzgur. 16 lat temu
  Russell Keith-Magee 9dfad99257 Fixed #8120, #7997 -- Cleaned up the help messages displayed by django-admin so that the lax options aren't repeated, and the lax options are displayed when no subcommand is provided. Thanks to Scott Moonen <smoonen@andstuff.org> and trevor for the respective reports. 16 lat temu