- Language: en
33 results for compiler in version 3.2
-
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 loaddata --ignorenonexistent option now ignores data for models that no longer exist …
-
Custom Lookups
- … compiler , connection ): lhs , lhs_params = compiler . compile ( self . lhs . lhs ) rhs , rhs_params = self . process …
-
Lookup API reference
- … compiler is an SQLCompiler object, which has a compile() method that can be used to compile …
-
Query Expressions
- … compiler , connection , ** extra_context ): return super () . as_sql ( compiler , connection , function = 'CONCAT_WS' , template …
-
Error reporting
- … compiled regular expression objects. For example: import re IGNORABLE_404_URLS = [ re . compile ( r '\.(php|cgi)$' ), re . compile …
-
The Django template language: for Python programmers
- … compile template code into a Template . You render the template with a Context . Django projects …
-
Validators
- … compiling the regular expression string regex . If regex is a pre-compiled regular expression, and flags …
-
django-admin and manage.py
- … Compiles .po files created by makemessages to .mo files for use with the built-in gettext …