1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
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
auth-remote-user.txt
custom-file-storage.txt
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
error-reporting.txt
index.txt
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
outputting-csv.txt
outputting-pdf.txt
upgrade-version.txt Unified listing of shell commands/code 2013-12-25 15:19:14 -05:00