- Language: en
37 results for compilation in the development version
-
Django at a glance
- … compiled into regular expressions at load time. Once one of the URL patterns matches, Django …
-
Middleware
- … compiled regular expression objects. Performs URL rewriting based on the APPEND_SLASH and PREPEND_WWW settings …
-
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 …
-
Form fields
- … compiled regular expression object. Also takes max_length , min_length , strip , and empty_value which …
-
Django 4.1 release notes
- … compiler, and integrate asynchronous database drivers. The new asynchronous queryset interface currently encapsulates the necessary …
-
Deployment checklist
- … compiling each template every time it needs to be rendered. When DEBUG = False , the cached …
-
Django 4.2.2 release notes
- … compiling queries without ordering ( #34580 ). Fixed a regression in Django 4.2 where nonexistent stylesheet was linked …
-
Performance and optimization
- … compiling each template every time it needs to be rendered. Using different versions of available …
-
Django settings
- … compiling settings: Load settings from global_settings.py . Load settings from the specified settings file, overriding the global …
-
Writing and running tests
- … compiled, this will occur before the test database is set up, with potentially unexpected results …