- Language: en
13 results for stack in version 1.8
-
Logging
- … stack trace information, that stack trace will be included in the email. The include_html …
-
The Django template language: for Python programmers
- … stack. That is, you can push() and pop() it. If you pop() too much, it’ll raise …
-
Design philosophies
- … stack for convenience, the pieces of the stack are independent of another wherever possible. Less …
-
django-admin and manage.py
- … stack trace for any other exception. If you specify --traceback , django-admin will also output …
-
Django 1.7 release notes
- … stack as one flat dictionary. Context objects can now be compared for equality (internally, this …
-
Django 1.4 release notes
- … stack trace that reference Django’s framework code are dimmed out, while frames in application …
-
GeoDjango Installation
- … Stack Builder (ASB) on exit – keep this checked, as it is necessary to install PostGIS …
-
Making queries
- … stack filters together all day long, and Django won’t actually run the query until …
-
The contenttypes framework
- … stacked and tabular layouts, respectively. Deprecated since version 1.7: These classes was moved from django.contrib.contenttypes.generic …
-
System check framework
- … stack that is used in deployment. If you need to run system checks on your …
-
The Django admin site
- … stacked visual layouts for the forms representing the inline objects, respectively, just like their non-generic …
-
Django 1.8.6 release notes
- … stack trace when starting runserver with an invalid INSTALLED_APPS setting ( #25510 ). This regression appeared …
-
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 …