django/docs/howto
Aymeric Augustin c81fae6b95 Used app_label instead of appname.
The last component of the dotted path to the application module is
consistently referenced as the application "label". For instance it's
AppConfig.label. appname could be confused with AppConfig.name, which is
the full dotted path.
2013-12-28 09:53:02 +01:00
..
deployment Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config. 2013-12-25 06:06:25 -05:00
static-files Fixed #21116 -- Made usage of manage.py in docs more consistent. 2013-09-18 10:35:41 -04:00
auth-remote-user.txt Fixed #20900 -- Documented RemoteUserBackend.authenticate 2013-09-05 05:56:03 -04:00
custom-file-storage.txt Fix typo in file storage docs. 2012-11-17 23:25:37 +01:00
custom-management-commands.txt Used app_label instead of appname. 2013-12-28 09:53:02 +01:00
custom-model-fields.txt Fixed another typo in custom model field documentation. 2013-12-05 23:11:30 +01:00
custom-template-tags.txt Fixed #20962 -- Documented that template tag render() may raise exceptions. 2013-10-14 11:53:15 -04:00
error-reporting.txt Cleaned up 1.5.4/1.4.8 release notes 2013-09-15 14:14:26 -04:00
index.txt Fixed #17048 - Added docs for upgrading Django. 2013-05-22 08:52:46 -04:00
initial-data.txt Used app_label instead of appname. 2013-12-28 09:53:02 +01:00
jython.txt Updated a bunch of hyperlinks in documentation 2013-12-08 18:40:09 +01:00
legacy-databases.txt Updated a code block to use the emphasize-lines Sphinx option 2013-09-25 11:39:38 -04:00
outputting-csv.txt Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
outputting-pdf.txt Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
upgrade-version.txt Unified listing of shell commands/code 2013-12-25 15:19:14 -05:00