- Language: en
20 results for stack in version 3.2
-
Django 1.9 release notes
- … stack frame variable in the HTML version of the debug page and error email. Thus …
-
System check framework
- … stack that is used in deployment. If you need to run system checks on your …
-
Settings
- … stack trace or other sensitive information in the response. DECIMAL_SEPARATOR Default: '.' (Dot) Default decimal …
-
The Django admin site
- … stacked visual layouts for the forms representing the inline objects, respectively, just like their non-generic …
-
Testing tools
- … stack at the point where the exception originally occurred. If no exception occurred, then exc_info …
-
Django 1.8.6 release notes
- … stack trace when starting runserver with an invalid INSTALLED_APPS setting ( #25510 ). This regression appeared …
-
Middleware
- … stack to have as few sync/async transitions as possible. Thus, even if you are wrapping …
-
The contenttypes framework
- … object_id . class GenericTabularInline class GenericStackedInline Subclasses of GenericInlineModelAdmin with stacked and tabular layouts, respectively. …
-
Making queries
- … stack filters together all day long, and Django won’t actually run the query until …
-
Porting your apps from Django 0.96 to 1.0
- … STACKED , num_in_admin = 3 ) New (1.0): class ChildInline ( admin . StackedInline ): model = Child extra = 3 class …