- Language: en
35 results for compiler in the development version
-
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.4 release notes
- … compiled regular expressions. Django won’t send an email for 404 errors on URLs that …
-
Django 1.10 release notes
- … compiler , connection ): lhs , lhs_params = self . process_lhs ( compiler , connection ) rhs , rhs_params = self . process …
-
Settings
- … compiled regular expression objects representing User-Agent strings that are not allowed to visit any page …
-
How to create custom model fields
- … compile ( ". {26} " ) p2 = re . compile ( ".." ) args = [ p2 . findall ( x ) for x in p1 . findall …
-
Django 1.9.2 release notes
- … compile *.py files. To remedy this, a .py-tpl suffix is now used for the project …
-
Templates
- … compiling it to an in-memory representation. Rendering means interpolating the template with context data …
-
Django 1.6.3 release notes
- … compiled more once ( #21643 ). Prevented custom widget class attribute of IntegerField subclasses from being overwritten …
-
How to authenticate against Django’s user database from Apache
- … compiled statically into Apache, or you might need to use LoadModule to load them dynamically …
-
Django 3.0 release notes
- … compile. showmigrations --list now shows the applied datetimes when --verbosity is 2 and above. On PostgreSQL …