- Language: en
33 results for compilation in version 1.8
-
Custom template tags and filters
- … compiling and rendering. To define a custom template tag, you specify how the compilation works …
-
Translation
- … compiled. This process relies on the GNU gettext toolset. Once this is done, Django takes …
-
Django 1.8 release notes
- … compiled files. The --ignorenonexistent option of the loaddata management command now ignores data for models …
-
Custom Lookups
- … compiler , connection ): lhs , params = compiler . compile ( self . lhs ) return "ABS( %s )" % lhs , params …
-
Lookup API reference
- … compiler is an SQLCompiler object, which has a compile() method that can be used to compile …
-
The Django template language: for Python programmers
- … compile template code into a Template . You render the template with a Context . Django projects …
-
Error reporting
- … compiled regular expression objects. For example: import re IGNORABLE_404_URLS = ( re . compile ( r '\.(php|cgi)$' ), re . compile …
-
Query Expressions
- … compiler , connection ): sql_expressions , sql_params = [], [] for expression in self . expressions : sql , params = compiler . compile …
-
django-admin and manage.py
- … Compiles .po files created by makemessages to .mo files for use with the builtin gettext …
-
Validators
- … compiling the regular expression string regex . If regex is a pre-compiled regular expression, and flags …