1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/docs/ref
Martin Brochhaus 950b6de16a Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.
Previously the FORMAT_MODULE_PATH setting only accepted one string (dotted
module path).

This is useful when using several reusable third party apps that define new
formats. We can now use them all and we can even override some of the formats
by providing a project-wide format module.
2014-05-19 07:59:13 -04:00
..
class-based-views
contrib Fixed #22644 -- Clarified documentation for NamedUrlWizardView 2014-05-17 15:08:49 +02:00
files
forms Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin. 2014-05-15 07:25:35 -04:00
models Fixed #22019 -- Added Model.objects reference documentation. 2014-05-17 08:32:05 -04:00
templates Fixed #22167 -- Improved documentation on context processors 2014-05-16 18:26:37 +02:00
applications.txt
checks.txt Fixed #21905 -- Add info message if DateField or TimeField use a fixed value 2014-05-16 18:59:31 +02:00
clickjacking.txt
databases.txt Fixed #22368 -- clarified connecting to Oracle DB using service name 2014-05-19 07:42:11 -04:00
django-admin.txt Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models. 2014-05-18 15:52:07 -04:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Harmonized some PEP 0263 coding preambles 2014-05-15 19:58:41 +02:00
request-response.txt
schema-editor.txt Improved formatting and links of migration docs. 2014-04-27 15:05:41 -04:00
settings.txt Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules. 2014-05-19 07:59:13 -04:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Fixed #22618 -- Improved import_string example. 2014-05-13 07:04:49 -04:00
validators.txt
views.txt