mirror of
https://github.com/django/django.git
synced 2025-10-28 02:29:56 +00:00
* Updated StaticFilesHandler and AdminMediaHandler to make use of the 404 handler if needed. * Updated runserver management command to serve static files only in DEBUG mode (or if specified the --insecure option) and if the staticfiles app is in INSTALLED_APPS. Also added an option to disable serving completely (--nostatic). * Added check in debug mode if STATICFILES_* settings are different to MEDIA_* settings. * Removed a faulty PendingDeprecationWarning in AdminMediaHandler that is triggered every time runserver is used. * Fixed an issue with the modification time checks when running collectstatic. * Extended and refined documentation. Thanks to everyone for input, especially to Carl Meyer, Ted Kaemming and Adam Vandenberg for patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14533 bcc190cf-cafb-0310-a4f2-bffc1f526a37 |
||
|---|---|---|
| .. | ||
| deployment | ||
| apache-auth.txt | ||
| auth-remote-user.txt | ||
| custom-file-storage.txt | ||
| custom-management-commands.txt | ||
| custom-model-fields.txt | ||
| custom-template-tags.txt | ||
| error-reporting.txt | ||
| i18n.txt | ||
| index.txt | ||
| initial-data.txt | ||
| jython.txt | ||
| legacy-databases.txt | ||
| outputting-csv.txt | ||
| outputting-pdf.txt | ||
| static-files.txt | ||