Changes between Version 36 and Version 37 of IrcFAQ


Ignore:
Timestamp:
May 13, 2007, 2:03:38 PM (17 years ago)
Author:
frankie@…
Comment:

This comes up so often on #django

Legend:

Unmodified
Added
Removed
Modified
  • IrcFAQ

    v36 v37  
    110110If you always want to run with the bleeding-edge, just use the SVN trunk rather than the last release (it's kept stable and is updated nearly every day).
    111111
     112== I want to repeat a bit of dynamic information (eg from a database) on many views. Do I have to change every view? ==
     113
     114No, you can use an [http://www.djangoproject.com/documentation/templates_python/#inclusion-tags inclusion tag].
     115
    112116== Why isn't my template tag or filter working? == #TemplateTagsAndFilters
    113117
Back to Top