- Language: en
7 results for stack in version 4.2
-
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 …
-
Django 1.8.6 release notes
- … stack trace when starting runserver with an invalid INSTALLED_APPS setting ( #25510 ). This regression appeared …
-
Django 4.2 release notes
- … stack now prefers system UI fonts and no longer requires downloading fonts. Additionally, CSS variables …
-
Django 1.11.1 release notes
- … stack level of unordered queryset pagination warnings ( #28109 ). Fixed a regression causing incorrect queries for __in subquery …
-
Django 1.9 release notes
- … stack frame variable in the HTML version of the debug page and error email. Thus …
-
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 …