- Language: en
34 results for compilation in version 3.0
-
Templates
- … compiling it to an in-memory representation. Rendering means interpolating the template with context data …
-
Settings
- … compiled regular expression objects representing User-Agent strings that are not allowed to visit any page …
-
Performance and optimization
- … compiling each template every time it needs to be rendered. Using different versions of available …
-
Writing and running tests
- … compiled, this will occur before the test database is set up, with potentially unexpected results …
-
Django settings
- … compiling settings: Load settings from global_settings.py . Load settings from the specified settings file, overriding the global …
-
Django 3.0 release notes
- … compile. showmigrations --list now shows the applied datetimes when --verbosity is 2 and above. On PostgreSQL …
-
URL dispatcher
- … compiled the first time it’s accessed. This makes the system blazingly fast. Syntax of the urlpatterns …
-
Deployment checklist
- … compiling each template every time it needs to be rendered. See the template loaders docs …
-
Middleware
- … compiled regular expression objects. Performs URL rewriting based on the APPEND_SLASH and PREPEND_WWW settings …
-
Django 1.7 release notes
- … compiling a regular expression string. URLValidator now accepts an optional schemes argument which allows customization …