Greetings, friends! I found a bug (https://code.djangoproject.com/ticket/21378) in tutorial02 (dev/1.7 version) which can be found here: https://docs.djangoproject.com/en/dev/intro/tutorial02/. To change site header, I was told to override the "generic Django text" in the template. But in Django 1.7, we have site_header attribute in AdminSite which we can implement (https://docs.djangoproject.com/en/dev/releases/1.7/).
So I already created a pull request to modify this document. But there was a gentleman who raised objection that the ability to override site header was really not that important and was better skipped in tutorial02 because my modification lengthen the documentation. So I ask your opinions here. Once we have agreement, I'll modify the pull request. Thanks. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/0e9fc9bc-9baa-4008-8efd-9fd997aa61a0%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
