0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/docs/ref
Carl Meyer 88a2d39159 Fixed #21874 -- Require Django applications to have a filesystem path.
Wherever possible this filesystem path is derived automatically from the app
module's ``__path__`` and ``__file__`` attributes (this avoids any
backwards-compatibility problems).

AppConfig allows specifying an app's filesystem location explicitly, which
overrides all autodetection based on ``__path__`` and ``__file__``. This
permits Django to support any type of module as an app (namespace packages,
fake modules, modules loaded by other hypothetical non-filesystem module
loaders), as long as the app is configured with an explicit filesystem path.

Thanks Aymeric for review and discussion.
2014-01-27 15:34:22 -07:00
..
class-based-views Fixed #21768 -- Corrected TemplateView context section. 2014-01-16 07:58:08 -05:00
contrib Fixed #19774 -- Deprecated the contenttypes.generic module. 2014-01-26 14:42:30 -05:00
files Fix typo in storage docs 2014-01-15 13:17:08 -08:00
forms Always use parentheses when documenting a method with no arguments. 2014-01-22 22:26:10 +01:00
models Fixed #19774 -- Deprecated the contenttypes.generic module. 2014-01-26 14:42:30 -05:00
templates Fixed #21529 -- Noted that {% url %} encodes its output (refs #13260). 2014-01-22 10:44:50 -05:00
applications.txt Fixed #21874 -- Require Django applications to have a filesystem path. 2014-01-27 15:34:22 -07:00
checks.txt Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
clickjacking.txt Removed gender-based pronouns per [c0a2daad78]. 2013-11-30 08:37:15 -05:00
databases.txt Fixed #21629 -- Added instructions for loading MySQL time zone definitions. 2013-12-26 15:50:33 -05:00
django-admin.txt Added a missing command to the command line examples for check. 2014-01-20 20:46:21 +08:00
exceptions.txt
index.txt Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
middleware.txt
request-response.txt Changed documentation of HttpResponse.content to indicate it's a bytestring 2013-12-13 11:42:14 +01:00
settings.txt Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
signals.txt Fixed #21477 -- Renamed db to using in pre/post_migrate signals. 2014-01-12 22:24:33 +01:00
template-response.txt Always use parentheses when documenting a method with no arguments. 2014-01-22 22:26:10 +01:00
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt Fixed #21242 -- Allowed more IANA schemes in URLValidator 2013-12-28 21:25:32 +01:00
views.txt