- Language: en
10 results for compiler in the development version
-
Django 1.8 release notes
- … compiled files. The loaddata --ignorenonexistent option now ignores data for models that no longer exist …
-
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 …
-
Django 1.9.2 release notes
- … compile *.py files. To remedy this, a .py-tpl suffix is now used for the project …
-
Django 1.6.3 release notes
- … compiled more once ( #21643 ). Prevented custom widget class attribute of IntegerField subclasses from being overwritten …
-
Django 1.7 release notes
- … compiling a regular expression string. URLValidator now accepts an optional schemes argument which allows customization …
-
Django 4.1 release notes
- … compiler, and integrate asynchronous database drivers. The new asynchronous queryset interface currently encapsulates the necessary …
-
Django 3.0 release notes
- … compile. showmigrations --list now shows the applied datetimes when --verbosity is 2 and above. On PostgreSQL …
-
Django 4.2.2 release notes
- … compiling queries without ordering ( #34580 ). Fixed a regression in Django 4.2 where nonexistent stylesheet was linked …