django/docs/topics
Berker Peksag 2f0566fa61 Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE_DIRS.
* django.template.loader.get_template()
* django.template.loader.select_template()
* django.shortcuts.render()
* django.shortcuts.render_to_response()

Thanks amcnabb for the suggestion.
2013-09-18 07:37:08 -04:00
..
auth Fixed #19885 -- cleaned up the django.test namespace 2013-09-09 16:03:13 -04:00
class-based-views Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
db Fixed #16895 -- Warned about cost of QuerySet ordering 2013-09-09 09:47:18 -04:00
forms
http Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE_DIRS. 2013-09-18 07:37:08 -04:00
i18n
testing
cache.txt
conditional-view-processing.txt
email.txt
files.txt
index.txt Small start to migrations documentation 2013-07-25 14:45:38 +01:00
install.txt
localflavor.txt
logging.txt
migrations.txt
pagination.txt
python3.txt Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
security.txt
serialization.txt Merge remote-tracking branch 'core/master' into schema-alteration 2013-08-19 18:30:48 +01:00
settings.txt Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS 2013-06-09 15:05:15 -04:00
signals.txt
signing.txt
templates.txt