- Language: en
20 results for constant in version 1.8
-
Settings
- … constants as message_constants MESSAGE_LEVEL = message_constants . DEBUG If desired, you may specify the numeric …
-
The messages framework
- … constant: Level Constant Tag DEBUG debug INFO info SUCCESS success WARNING warning ERROR error To change …
-
Translation
- … constant strings that should be stored in the source language because they are exchanged over …
-
Making queries
- … constant. But what if you want to compare the value of a model field with …
-
Django 1.3 release notes
- … constants or variables as arguments – for example: { % extends "base.html" % } allows you to specify …
-
Django 1.7 release notes
- … constant. Previously it was stored with the key django_language and the LANGUAGE_SESSION_KEY constant …
-
FAQ: General
- … constantly, adding improvements over two years. In summer 2005, World Online decided to open-source …
-
Built-in template tags and filters
- … constant. For example: < img src = "bar.png" alt = "Bar" height = "10" width …
-
Form fields
- … constant, you can also pass any callable: >>> import datetime >>> class …
-
Model field reference
- … constant for each value: from django.db import models class Student ( models . Model ): FRESHMAN = 'FR' SOPHOMORE …