From 27944696987743d8550c64569980ef6ebc68ad2f Mon Sep 17 00:00:00 2001 From: "Allen, Timothy" Date: Sat, 18 Jan 2020 08:11:42 -0500 Subject: [PATCH] 10 -> 11 because PyPI puked on an upload. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7569a1a..7cfc14b 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Then in your template, include jQuery, `{{ form.media }}`, and render the form: ## Change Log -* 5.1.2.10: Fix deprecations introduced in Django 3.0 (`force_text` -> `force_str`). +* 5.1.2.11: Fix deprecations introduced in Django 3.0 (`force_text` -> `force_str`). * 5.1.2.9: Include JS assets from the parent form if `TEMPUS_DOMINUS_INCLUDE_ASSETS` is `False`. Switch to using `setuptools-scm` instead of `MANIFEST.in`. * 5.1.2.7 / 5.1.2.8: Bug fix: if a field had a hyphen in the `id`, this would cause an error in the JS function. Force hyphens to underscores. * 5.1.2.6: Include a defer function to play more nicely with different jQuery configurations.