- Language: en
35 results for compiler in version 5.2
-
Django 1.10 release notes
- … compiler , connection ): lhs , lhs_params = self . process_lhs ( compiler , connection ) rhs , rhs_params = self . process …
-
Django 1.4 release notes
- … compiled regular expressions. Django won’t send an email for 404 errors on URLs that …
-
Django 1.9 release notes
- … compiled. django.template.base.add_to_builtins() is removed Although it was a private API, projects commonly used …
-
Django 1.6.3 release notes
- … compiled more once ( #21643 ). Prevented custom widget class attribute of IntegerField subclasses from being overwritten …
-
How to create custom model fields
- … compile ( ". {26} " ) p2 = re . compile ( ".." ) args = [ p2 . findall ( x ) for x in p1 . findall …
-
Settings
- … compiled regular expression objects representing User-Agent strings that are not allowed to visit any page …
-
Templates
- … compiling it to an in-memory representation. Rendering means interpolating the template with context data …
-
Django 1.9.2 release notes
- … compile *.py files. To remedy this, a .py-tpl suffix is now used for the project …
-
URL dispatcher
- … compiled the first time it’s accessed. Subsequent requests use the cached configuration via the URL resolver …
-
Django 1.7 release notes
- … compiling a regular expression string. URLValidator now accepts an optional schemes argument which allows customization …