- Language: en
16 results for dates and times in version 3.2
-
Django 1.5 release notes
- … time, preventing out-of-memory errors when dumping large datasets. In the localflavor for Canada, “pq” was added to the acceptable codes for Quebec. It’s an old abbreviation. The receiver decorator is now able …
-
Django 3.1 release notes
- … DATE_INPUT_FORMATS in addition to DATETIME_INPUT_FORMATS when converting a field input to a datetime value. MultiWidget.widgets now accepts a dictionary which allows customizing subwidget name attributes. The new BoundField.widget_type property …
-
Django 1.3 release notes
- … date = DateField () >>> ArticleFormSet = formset_factory ( ArticleForm ) the following code will raise a ValidationError : >>> ArticleFormSet ({}) Traceback (most recent call last): ... ValidationError : [u'ManagementForm data is missing or has been …
-
Django 3.0 release notes
- … time, you should be able to run your package’s tests using python -Wd so that deprecation warnings appear. After making the deprecation warning fixes, your app should be compatible with Django 3.0. What …
-
Django 1.4.2 release notes
- … time contained notes advising users on such configuration. Django’s own built-in parsing of the Host header is, however, still vulnerable, as was reported to us recently. The Host header parsing in Django …
-
Django 1.6.1 release notes
- … times (#21488, #17181). Fixed a regression that unnecessarily triggered settings configuration when importing get_wsgi_application (#21486). Fixed test client logout() method when using the cookie-based session backend (#21448). Fixed a crash when …